File: //tmp/cs-sound-ready-cli-create.patch
*** Begin Patch
*** Update File: /home/kiwerkzeuge.de/private/creator-studio/bin/creator_studio_photo_carousel_brief.php
@@
'description' => photo_brief_cli_option($options, 'description'),
'template_id' => photo_brief_cli_option($options, 'template', 'product_demo'),
+ 'delivery_mode' => photo_brief_cli_option($options, 'delivery-mode', 'photo_media_upload'),
+ 'cta_url' => photo_brief_cli_option($options, 'cta-url'),
+ 'sound_direction' => photo_brief_cli_option($options, 'sound-direction'),
+ 'visible_url_required' => photo_brief_cli_option($options, 'visible-url-required', '1'),
+ 'qr_required' => photo_brief_cli_option($options, 'qr-required', '1'),
+ 'ai_disclosure_required' => photo_brief_cli_option($options, 'ai-disclosure-required', '1'),
'cover_index' => (int) (photo_brief_cli_option($options, 'cover-index', '0') ?: '0'),
*** End Patch