Files
homarr/public/locales/en/modules/bookmark.json
2023-07-25 15:49:52 +02:00

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"
}
}
}