From 41c4e1b7564ad6d593439ac39943f5c96406adc6 Mon Sep 17 00:00:00 2001 From: Reiss Cashmore Date: Mon, 30 Oct 2023 19:25:30 +0000 Subject: [PATCH] Simplify docs --- docs/widgets/services/iframe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/services/iframe.md b/docs/widgets/services/iframe.md index 3ac40303..cd4cead0 100644 --- a/docs/widgets/services/iframe.md +++ b/docs/widgets/services/iframe.md @@ -25,7 +25,7 @@ widget: type: iframe name: myIframe # string - required - Also helps if you would like to target the iframe with a button src: "http://example.com" # string - required - URL of the content to load within the iFrame - classes: "" # string - optional - Apply any tailwind height, rounding or width classes you would like Default: 'h-60 sm:h-60 md:h-60 lg:h-60 xl:h-60 2xl:h-72 w-full rounded' + classes: "h-60 sm:h-60 md:h-60 lg:h-60 xl:h-60 2xl:h-72 w-full rounded" # string - optional - Apply any tailwind height, rounding or width classes you would like referrerPolicy: "same-origin" # string - optional - no default allowPolicy: "autoplay fullscreen gamepad" # optional, no default allowFullscreen: false # optional, default: true