Add iframe widget (#717)

This commit is contained in:
Manuel
2023-02-15 22:17:47 +01:00
committed by GitHub
parent d157e986a1
commit 27fac54da4
4 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"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"
}
}
}
}