kirbytext.video.youtube.options

Sets the default embedding options for Youtube videos. Check out the Youtube embedding docs for all available options.

Example

c::set('kirbytext.video.youtube.options', [
  'autoplay' => true,
  'controls' => 0,
  'color' => 'ffffff'
]);