DynamicComponent Help please / JSON / API

use this schema:

{
 "name": "ListView",
 "metadata-version": 1,
 "author": "Thiago Cavalcanti",
 "platforms": [
   "creator.kodular.io"
 ],
 "keys": [
   "count",
   "image_url",
   "nome"
 ],
 "components": [
   {
     "id": "Main_CV{count}",
     "type": "MakeroidCardView",
     "properties": {
       "Width": -1,
       "Height": -1,
       "Elevation": 0,
       "CornerRadius": 16,
       "ContentPaddingTop": 2,
       "ContentPaddingBottom": 4,
       "ContentPaddingLeft": 0,
       "ContentPaddingRight": 0,
       "FullClickable": true,
       "AlignHorizontal": 3,
       "BackgroundColor": -14277082
     },
     "components": [
       {
         "id": "card_{count}",
         "type": "MakeroidCardView",
         "properties": {
           "Width": 128,
           "Height": 180,
           "Elevation": 0,
           "CornerRadius": 14,
           "ContentPaddingTop": 0,
           "ContentPaddingBottom": 0,
           "ContentPaddingLeft": 0,
           "ContentPaddingRight": 0,
           "FullClickable": true,
           "AlignHorizontal": 3
         },
         "components": [
           {
             "id": "img_{count}",
             "type": "Image",
             "properties": {
               "Width": 128,
               "Height": 180,
               "Picture": "{image_url}"
             }
           }
         ]
       },
       {
         "id": "nome_{count}",
         "type": "Label",
         "properties": {
           "Width": 108,
           "Text": "{nome}",
           "TextColor": -1,
           "FontTypefaceImport": "Montserrat Regular.ttf",
           "Marquee": true,
           "FontBold": true
         }
       }
     ]
   }
 ]
}

and Blocks:

1 Like