mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-20 22:42:21 +01:00
* 🚧 Bookmark widget * ✨ Add input type Co-authored-by: Meier Lukas <meierschlumpf@gmail.com> * ✨ Add content display and input fields * 🐛 Fix delete button updating to invalid schema * 🌐 Add translations for options * ✨ Add field for image * ♻️ Refactor IconSelector and add forward ref * 🦺 Add form validation * 🦺 Add validation for icon url and fix state for icon picker * 🌐 PR feedback --------- Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
22 lines
418 B
JSON
22 lines
418 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Bookmark",
|
|
"description": "Displays a static list of strings or links",
|
|
"settings": {
|
|
"title": "Bookmark settings",
|
|
"items": {
|
|
"label": "Items"
|
|
},
|
|
"layout": {
|
|
"label": "Layout"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"noneFound": {
|
|
"title": "Bookmark list empty",
|
|
"text": "Add new items to this list in the edit mode"
|
|
}
|
|
}
|
|
}
|