mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-07 21:01:03 +01:00
23 lines
558 B
JSON
23 lines
558 B
JSON
{
|
|
"descriptor": {
|
|
"name": "IFrame",
|
|
"description": "Incorpora qualsiasi contenuto da Internet. Alcuni siti web possono limitare l'accesso.",
|
|
"settings": {
|
|
"title": "Impostazioni IFrame",
|
|
"embedUrl": {
|
|
"label": "Incorpora URL"
|
|
},
|
|
"allowFullScreen": {
|
|
"label": "Consenti schermo intero"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noUrl": {
|
|
"title": "Inserisci un URL",
|
|
"text": "Assicurarsi di aver inserito un indirizzo valido nella configurazione del widget"
|
|
}
|
|
}
|
|
}
|
|
} |