File: //tmp/cs-sound-ready-payload.patch
*** Begin Patch
*** Update File: /home/kiwerkzeuge.de/public_html/creator-studio/_lib/bootstrap.php
@@
'brief_id' => (string) ($brief['brief_id'] ?? ''),
'template_id' => (string) ($brief['template_id'] ?? ''),
'template_label' => (string) ($brief['template_label'] ?? ''),
+ 'delivery_mode' => (string) ($brief['delivery_mode'] ?? 'photo_media_upload'),
+ 'delivery_label' => (string) ($brief['delivery_label'] ?? ''),
'status' => (string) ($brief['status'] ?? ''),
'image_count' => (int) ($brief['image_count'] ?? 0),
@@
'cover_index' => (int) ($brief['cover_index'] ?? 0),
'title_hash' => (string) ($brief['title_hash'] ?? ''),
'description_hash' => (string) ($brief['description_hash'] ?? ''),
+ 'cta_host' => (string) ($brief['cta_host'] ?? ''),
+ 'cta_url_hash' => (string) ($brief['cta_url_hash'] ?? ''),
+ 'sound_direction_hash' => (string) ($brief['sound_direction_hash'] ?? ''),
+ 'visible_url_required' => !empty($brief['visible_url_required']),
+ 'qr_required' => !empty($brief['qr_required']),
+ 'ai_disclosure_required' => !empty($brief['ai_disclosure_required']),
+ 'editor_aigc_switch_required' => !empty($brief['editor_aigc_switch_required']),
+ 'mp4_workaround_required' => !empty($brief['mp4_workaround_required']),
'agency_review' => is_array($brief['agency_review'] ?? null) ? $brief['agency_review'] : [],
*** End Patch