Files
homarr/public/locales/en/modules/iframe.json
2023-02-24 22:15:33 +01:00

23 lines
523 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"
}
}
},
"card": {
"errors": {
"noUrl": {
"title": "Enter an URL",
"text": "Ensure that you've entered a valid address in the configuration of your widget"
}
}
}
}