mirror of
https://github.com/ajnart/homarr.git
synced 2026-07-11 02:21:52 +02:00
22 lines
438 B
JSON
22 lines
438 B
JSON
|
|
{
|
||
|
|
"descriptor": {
|
||
|
|
"name": "Preferito",
|
||
|
|
"description": "Visualizza un elenco statico di stringhe o link",
|
||
|
|
"settings": {
|
||
|
|
"title": "Opzioni preferiti",
|
||
|
|
"items": {
|
||
|
|
"label": "Elementi"
|
||
|
|
},
|
||
|
|
"layout": {
|
||
|
|
"label": "Layout"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"card": {
|
||
|
|
"noneFound": {
|
||
|
|
"title": "Lista preferiti vuota",
|
||
|
|
"text": "Aggiungi nuovi elementi a questo elenco in edit mode"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|