mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-24 00:09:12 +01:00
45 lines
1014 B
JSON
45 lines
1014 B
JSON
{
|
|
"descriptor": {
|
|
"name": "iFrame",
|
|
"description": "Embed any content from the internet. Some websites may restrict access.",
|
|
"settings": {
|
|
"title": "iFrame settings",
|
|
"embedUrl": {
|
|
"label": "Embed URL"
|
|
},
|
|
"allowFullScreen": {
|
|
"label": "Allow full screen"
|
|
},
|
|
"allowTransparency": {
|
|
"label": "Allow transparency"
|
|
},
|
|
"allowScrolling": {
|
|
"label": "Allow scrolling"
|
|
},
|
|
"allowPayment": {
|
|
"label": "Allow payment"
|
|
},
|
|
"allowAutoPlay": {
|
|
"label": "Allow auto play"
|
|
},
|
|
"allowMicrophone": {
|
|
"label": "Allow microphone"
|
|
},
|
|
"allowCamera": {
|
|
"label": "Allow camera"
|
|
},
|
|
"allowGeolocation": {
|
|
"label": "Allow geolocation"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"errors": {
|
|
"noUrl": {
|
|
"title": "Invalid URL",
|
|
"text": "Ensure that you've entered a valid address in the configuration of your widget"
|
|
}
|
|
}
|
|
}
|
|
}
|