Youtube change from K2

Iā€™m still not there, but for parameters that should be added to the URL, you can set them like this:

  
    'kirbytext' => [
        'video' => [
            'options' => [
                'youtube' => [
                    'autoplay' => true,
                    'controls' => 0,
                    'modestbranding' => 1,
                    'showinfo' => 0
                
            
                    ]
            ]
        ]
        
    ] 

Which then results in an iframe with a src url like this:

<iframe allowfullscreen="" src="https://youtube.com/embed/c1Fr1gJurdw?allowfullscreen=0&amp;autoplay=1&amp;controls=0&amp;modestbranding=1&amp;showinfo=0"></iframe>