26 lines
532 B
JSON
26 lines
532 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Bookmark",
|
|
"description": "Displays a static list of strings or links",
|
|
"settings": {
|
|
"title": "Bookmark settings",
|
|
"name": {
|
|
"label": "Widget Title",
|
|
"info": "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"
|
|
}
|
|
}
|
|
}
|