hi all,
when i deployed the below schema into the dynamic component, error returned as shown below.
I’m not sure where is the Value at 1, and my coding may be wrong somewhere.
thanks!
{
“name”: “ventelpanas”,
“metadata-version”: 1,
“author”: “Mike Chan”,
“platform”: [ “kodular” ],“keys”: [
“ID”,
“text”,
“location”,
“time”
],"components": [ { "id":"gap1_{ID}", "type":"SpaceView", "properties": { "HeightPercent": 2 } }, { "id":"bubble1_{ID}", "type":"MakeroidCardView", "properties": { "AlignHorizontal": 3, "AlignVertical": 2, "BackgroundColor": -10066228, "ContentPaddingLeft": 8, "ContentPaddingRight": 8, "ContentPaddingTop": 8, "ContentPaddingBottom": 8, "CornerRadius": 5, "Elevation": 5, "FullClickable": false, "WidthPercent": 35, "HeightPercent": 6 }, "components": [ { "id":"vertical1_{ID}", "type":"VerticalArrangement", "properties": { "WidthPercent": 95, "AlignVertical": 2, "AlignHorizontal": 1 }, "components": [ { "id":"rantText1_{ID}", "type":"Label", "properties": { "Text":"{text}", "FontSize": 17, "FontTypefaceImport": "Montserrat-Bold.otf" } }, { "id":"gap2_{ID}", "type":"SpaceView", "properties": { "HeightPercent": 1 } }, { "id":"horizontal1_{ID}", "type":"HorizontalArrangement", "properties": { "WidthPercent": 95, "AlignVertical": 2, "AlignHorizontal": 2 }, "components": [ { "id":"location1_{ID}", "type":"Label", "properties": { "Text":"{location}", "FontSize": 12, "FontTypefaceImport":"Montserrat-Regular.otf" } }, { "id":"gap3_{ID}", "type":"SpaceView", "properties": { "WidthPercent": 2 } }, { "id":"timestamp1_{ID}", "type":"Label", "properties": { "Text":"{time}", "FontSize": 12, "FontTypefaceImport":"Montserrat-Regular.otf" } } ] } ] }, ] }, { "id":"gap4_{ID}", "type":"SpaceView", "properties": { "HeightPercent": 1 } }, { "id": "divider_{ID}", "type": "Label", "properties": { "Width": -2, "Height": 1, "BackgroundColor": -2302756 } } ]
}