Files

46 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-02-15 22:17:47 +01:00
{
"descriptor": {
2023-02-25 06:15:33 +09:00
"name": "iFrame",
2023-02-15 22:17:47 +01:00
"description": "Embed any content from the internet. Some websites may restrict access.",
"settings": {
2023-02-25 06:15:33 +09:00
"title": "iFrame settings",
2023-02-15 22:17:47 +01:00
"embedUrl": {
"label": "Embed URL"
},
"allowFullScreen": {
"label": "Allow full screen"
2023-06-10 16:51:37 +02:00
},
"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"
2023-02-15 22:17:47 +01:00
}
}
},
"card": {
"errors": {
"noUrl": {
2023-06-10 16:51:37 +02:00
"title": "Invalid URL",
2023-02-15 22:17:47 +01:00
"text": "Ensure that you've entered a valid address in the configuration of your widget"
},
"browserSupport": "Your Browser does not support iframes. Please update your browser."
2023-02-15 22:17:47 +01:00
}
}
2023-06-10 16:51:37 +02:00
}