How Can i delete, update, add in schema. give me any tutorial
You tried to Search community?
https://community.kodular.io/search?context=topic&context_id=218268&q=Schema&skip_context=true
After Search I Post It . Not See Proper result.
So you have to add more informations because there are a lot of posts with schema, to add , delete and update
You want to delete schema or update my SQL
delete schema
Usually there is a block to delete component by Id. How did you create schema? With dynamic component , with extension, or other method?
with dynamic componanet
Cant understand anything. i think its different. its my schema.
{
“name”: “tr”,
“metadata-version”: 1,
“extension_version”: 5,
“author”: “”,
“platforms”: [
“creator.kodular.io”
],
“keys”: [
“id”,
“name”,
“data”,
“amount”
],
“components”: [
{
“id”: “Horizontal_Arrangement1_{id}”,
“type”: “HorizontalArrangement”,
“properties”: {
“AlignVertical”: 2,
“Width”: -2
},
“components”: [
{
“id”: “Space1_{id}”,
“type”: “SpaceView”,
“properties”: {
“Height”: -2,
“Width”: 20
}
},
{
“id”: “Vertical_Arrangement1_{id}”,
“type”: “VerticalArrangement”,
“properties”: {
“AlignVertical”: 3
},
“components”: [
{
“id”: “Label1_{id}”,
“type”: “Label”,
“properties”: {
“FontBold”: true,
“FontSize”: 18,
“Text”: “{name}”,
“TextColor”: -16748100
}
},
{
“id”: “Label2_{id}”,
“type”: “Label”,
“properties”: {
“FontSize”: 12,
“Text”: “{data}”,
“TextColor”: -6381922
}
}
]
},
{
“id”: “Space5_{id}”,
“type”: “SpaceView”,
“properties”: {
“Height”: -2,
“Width”: -2
}
},
{
“id”: “Label3_{id}”,
“type”: “Label”,
“properties”: {
“FontSize”: 20,
“Text”: “{amount}”,
“TextColor”: -16777216
}
},
{
“id”: “Space4_{id}”,
“type”: “SpaceView”,
“properties”: {
“Height”: -2,
“Width”: 20
}
}
]
},
{
“id”: “Label5_{id}”,
“type”: “Label”,
“properties”: {
“BackgroundColor”: -16748100,
“FontSize”: 3,
“Height”: 2,
“Width”: -2
}
}
]
}
Show the block too please
thankx dear
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.