Hi @Still-learning,
Tried out your method as blocks below;
But when I hit refresh I will get error like below;
Strange is the “spacebtw1_{ID}” seems no problem to me.
Please help
{
"name": "babysitter",
"metadata-version": 1,
"author": "Mike Chan",
"platform": [ "kodular" ],
"keys": [
"ID",
"Title",
"Description",
"Area"
],
"components":
[
{
"id":"spacebtw1_{ID}",
"type": "SpaceView",
"properties":{
"HeightPercent":2
}
},
{
"id":"Arrange_{ID}",
"type": "VerticalArrangement",
"properties":{
"WidthPercent": 95,
"AlignVertical": 2,
"AlignHorizontal": 3
},
"components":[
{
"id": "titleverti_{ID}",
"type": "VerticalArrangement",
"properties": {
"WidthPercent": 95,
"AlignVertical": 2
},
"components":[
{
"id": "space1_{ID}",
"type": "SpaceView",
"properties": {
"HeightPercent": 0
}
},
{
"id": "title_{ID}",
"type": "Label",
"properties": {
"Text": "{Title}",
"FontSize": 20,
"FontTypefaceImport": "Montserrat-Bold.otf"
}
},
{
"id": "description_{ID}",
"type": "Label",
"properties": {
"Text": "{Description}",
"FontTypefaceImport": "MontserratAlternates-Italic.otf"
}
},
{
"id": "space2_{ID}",
"type": "SpaceView",
"properties": {
"HeightPercent": 1
}
}
]
},
{
"id": "horizontal_{ID}",
"type": "HorizontalArrangement",
"properties": {
"WidthPercent": 95,
"AlignVertical": 2
},
"components":[
{
"id": "area_{ID}",
"type": "Label",
"properties": {
"Text": "Area: {Area}",
"FontSize": 15,
"FontTypefaceImport":"Montserrat-Regular.otf"
}
},
{
"id": "spacearea_{ID}",
"type": "SpaceView",
"properties": {
"WidthPercent": 22
}
},
{
"id": "callnow_{ID}",
"type": "MakeroidCardView",
"properties": {
"AlignHorizontal": 3,
"BackgroundColor": -12303292,
"AlignVertical": 2,
"ContentPaddingLeft": 15,
"ContentPaddingRight": 15,
"ContentPaddingTop": 4,
"ContentPaddingBottom": 4,
"CornerRadius": 5,
"Elevation": 0,
"FullClickable": true
},
"components":[
{
"id": "CallNowlabel_{ID}",
"type": "Label",
"properties": {
"Text": "Call",
"FontTypefaceImport": "Montserrat-Regular.otf",
"TextColor": -1
}
}
]
},
{
"id": "spacecall_{ID}",
"type": "SpaceView",
"properties": {
"WidthPercent": 1
}
},
{
"id": "whatsappnow_{ID}",
"type": "MakeroidCardView",
"properties": {
"AlignHorizontal": 3,
"BackgroundColor": -12303292,
"AlignVertical": 2,
"ContentPaddingLeft": 15,
"ContentPaddingRight": 15,
"ContentPaddingTop": 4,
"ContentPaddingBottom": 4,
"CornerRadius": 5,
"Elevation": 0,
"FullClickable": true
},
"components":[
{
"id": "whatsapplabel_{ID}",
"type": "Label",
"properties": {
"Text": "WhatsApp",
"FontTypefaceImport": "Montserrat-Regular.otf",
"TextColor": -1
}
}
]
}
]
}
]
},
{
"id": "spacebtw2_{ID}",
"type": "SpaceView",
"properties": {
"HeightPercent": 2
}
},
{
"id": "divider_{ID}",
"type": "Label",
"properties": {
"Width": -2,
"Height": 2,
"BackgroundColor": -1633771777
}
}
]
}