28 lines
570 B
JSON
28 lines
570 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Bookmark",
|
|
"description": "Displays a static list of strings or links",
|
|
"settings": {
|
|
"title": "Bookmark settings",
|
|
"name": {
|
|
"label": "Widget Title",
|
|
"placeholder": {
|
|
"label" : "Leave empty to keep the title hidden"
|
|
}
|
|
},
|
|
"items": {
|
|
"label": "Items"
|
|
},
|
|
"layout": {
|
|
"label": "Layout"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"noneFound": {
|
|
"title": "Bookmark list empty",
|
|
"text": "Add new items to this list in the edit mode"
|
|
}
|
|
}
|
|
}
|