Skip to content

Commit

Permalink
Documentation: add semicolons to iframe example allow option (#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
sooros5132 authored Nov 29, 2023
1 parent 9112030 commit 251881a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/widgets/services/iframe.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ widget:
src: http://example.com
classes: h-60 sm:h-60 md:h-60 lg:h-60 xl:h-60 2xl:h-72 # optional, use tailwind height classes, see https://tailwindcss.com/docs/height
referrerPolicy: same-origin # optional, no default
allowPolicy: autoplay fullscreen gamepad # optional, no default
allowPolicy: autoplay; fullscreen; gamepad # optional, no default
allowFullscreen: false # optional, default: true
loadingStrategy: eager # optional, default: eager
allowScrolling: no # optional, default: yes
Expand Down

0 comments on commit 251881a

Please sign in to comment.