mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-17 13:02:18 +01:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "iFrame",
|
|
"description": "Incrusta cualquier contenido de Internet. Algunos sitios web pueden restringir el acceso.",
|
|
"settings": {
|
|
"title": "Ajustes del widget iFrame",
|
|
"embedUrl": {
|
|
"label": "URL incrustada"
|
|
},
|
|
"allowFullScreen": {
|
|
"label": "Permitir pantalla completa"
|
|
},
|
|
"allowTransparency": {
|
|
"label": "Permitir transparencia"
|
|
},
|
|
"allowScrolling": {
|
|
"label": "Permitir desplazamiento"
|
|
},
|
|
"allowPayment": {
|
|
"label": "Permitir pago"
|
|
},
|
|
"allowAutoPlay": {
|
|
"label": "Permitir reproducción automática"
|
|
},
|
|
"allowMicrophone": {
|
|
"label": "Permitir micrófono"
|
|
},
|
|
"allowCamera": {
|
|
"label": "Permitir cámara"
|
|
},
|
|
"allowGeolocation": {
|
|
"label": "Permitir geolocalización"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noUrl": {
|
|
"title": "URL invalida",
|
|
"text": "Asegúrate de haber introducido una dirección válida en la configuración del widget"
|
|
},
|
|
"browserSupport": "Tu navegador no soporta iframes. Por favor, actualice tu navegador."
|
|
}
|
|
}
|
|
}
|