From d9b6fd7b85012636c3f1ce7c74e4878d8a8c81db Mon Sep 17 00:00:00 2001 From: Reiss Cashmore Date: Mon, 30 Oct 2023 12:25:06 +0000 Subject: [PATCH] Improve docs for iframe --- docs/widgets/services/iframe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/widgets/services/iframe.md b/docs/widgets/services/iframe.md index 344e6b9b..e96be2b1 100644 --- a/docs/widgets/services/iframe.md +++ b/docs/widgets/services/iframe.md @@ -2,6 +2,9 @@ title: iFrame description: Add a custom iFrame Widget --- +name +Type: string +Description: Important to allow the iframe to be unique on the page and helps if you would like to target the iframe with a button src Type: string (URL) @@ -42,6 +45,7 @@ Description: Allows you to control some of the permissions and functionality tha ```yaml widget: type: iframe + name: myIframe src: "http://example.com" sizes: {"xs": '60', "sm": "60", "md": "80", "lg": "80", "xl": "80", "2xl": "80"} referrerPolicy: "same-origin"