mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-15 03:52:13 +01:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "indlejret dokument (iframe)",
|
|
"description": "Indlejr ethvert indhold fra internettet. Nogle websteder kan begrænse adgang.",
|
|
"settings": {
|
|
"title": "iFrame indstillinger",
|
|
"embedUrl": {
|
|
"label": "Indlejr URL"
|
|
},
|
|
"allowFullScreen": {
|
|
"label": "Tillad fuld skærm"
|
|
},
|
|
"allowTransparency": {
|
|
"label": "Tillad gennemsigtighed"
|
|
},
|
|
"allowScrolling": {
|
|
"label": "Tillad rulning"
|
|
},
|
|
"allowPayment": {
|
|
"label": "Tillad betaling"
|
|
},
|
|
"allowAutoPlay": {
|
|
"label": "Tillad automatisk afspilning"
|
|
},
|
|
"allowMicrophone": {
|
|
"label": "Tillad mikrofon"
|
|
},
|
|
"allowCamera": {
|
|
"label": "Tillad kamera"
|
|
},
|
|
"allowGeolocation": {
|
|
"label": "Tillad geolokalisering"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noUrl": {
|
|
"title": "Ugyldig URL",
|
|
"text": "Sørg for, at du har indtastet en gyldig adresse i konfigurationen af din widget"
|
|
},
|
|
"browserSupport": "Din browser understøtter ikke iframes. Opdater venligst din browser."
|
|
}
|
|
}
|
|
}
|