From 0f0bbbbf68cd1a4eea3a82fc4e8542f9b5245de6 Mon Sep 17 00:00:00 2001 From: Paolo Pialorsi Date: Mon, 28 Oct 2024 14:20:43 +0100 Subject: [PATCH] Update demo sample.json with new CODE-TYPE metadata --- sample-template/assets/sample.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sample-template/assets/sample.json b/sample-template/assets/sample.json index b98b7e0..7116dcb 100644 --- a/sample-template/assets/sample.json +++ b/sample-template/assets/sample.json @@ -50,6 +50,10 @@ { "key": "GRAPH-TOOLKIT-CONTROLS", "value":"agenda,tasks" + }, + { + "key": "CODE-TYPE", + "value":"pro-code,no-code/low-code" } ], "thumbnails": [ @@ -124,4 +128,4 @@ } ] } -] \ No newline at end of file +]