Simplify docs

This commit is contained in:
Reiss Cashmore 2023-10-30 19:25:30 +00:00
parent 6d1478ea1f
commit 41c4e1b756

View File

@ -25,7 +25,7 @@ widget:
type: iframe type: iframe
name: myIframe # string - required - Also helps if you would like to target the iframe with a button 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 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 referrerPolicy: "same-origin" # string - optional - no default
allowPolicy: "autoplay fullscreen gamepad" # optional, no default allowPolicy: "autoplay fullscreen gamepad" # optional, no default
allowFullscreen: false # optional, default: true allowFullscreen: false # optional, default: true