Add semicolon

The value of allowPolicy is used directly in the attribute.
So I added a semicolon to the example code.

Without the semicolon, fullscreen didn't work.
This commit is contained in:
SOOROS 2023-11-30 04:42:17 +09:00 committed by GitHub
parent 9112030275
commit 477114105f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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