mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-17 15:03:20 +00:00
Refactor YouTube shortcode
Includes the following changes: - Add support to retrieve the YouTube title from the video metadata - Adjusts autoplay configuration - Improve argument handling
This commit is contained in:
@@ -23,4 +23,12 @@ arguments:
|
||||
type: bool
|
||||
optional: true
|
||||
default: false
|
||||
comment: Flag indicating the video should start playing immediately when loaded.
|
||||
comment: >-
|
||||
Flag indicating the video should start playing immediately when loaded, if
|
||||
supported by the browser. The audio will be muted.
|
||||
autotitle:
|
||||
type: bool
|
||||
optional: true
|
||||
default: false
|
||||
comment: >-
|
||||
Trigger to retrieve the title from the video metadata.
|
||||
|
Reference in New Issue
Block a user