feat: add iframe widget (#291)

* feat: add nestjs replacement, remove nestjs

* feat: add iframe widget

* fix: format issue

* fix: format issue

* fix: format issue

* fix: lockfile frozen
This commit is contained in:
Meier Lukas
2024-04-13 11:58:41 +02:00
committed by GitHub
parent 82e9887f36
commit 8f4897186c
8 changed files with 142 additions and 5 deletions

View File

@@ -372,6 +372,45 @@ export default {
},
},
},
iframe: {
name: "iFrame",
description:
"Embed any content from the internet. Some websites may restrict access.",
option: {
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",
},
},
error: {
noUrl: "No iFrame URL provided",
noBrowerSupport:
"Your Browser does not support iframes. Please update your browser.",
},
},
weather: {
name: "Weather",
description: