Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/resources/editor/tools/attrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,9 @@
doc: Flags if the audio should be muted. Defaults to `false`.
- value: 'background-iframe="$0"'
doc: URL of the iframe to load
- value: 'background-transition="$0"'
doc: |
Transition style for full page slide backgrounds (`none`, `fade`, `slide`, `convex`, `concave`, or `zoom`).
- value: background-interactive
doc:
Include this attribute to make it possible to interact with the iframe contents.
Expand Down
Loading