From ff14444b9e43611ddd00cd384b54efb534f93f09 Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Sat, 3 Feb 2024 22:57:54 +0800 Subject: [PATCH] feat(showcase): re-enable custom music --- config/_project_json.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/config/_project_json.yaml b/config/_project_json.yaml index 0a5bd4a..1fd376d 100644 --- a/config/_project_json.yaml +++ b/config/_project_json.yaml @@ -247,12 +247,13 @@ properties: type: combo value: !match ~{var('assets', "music")[0]} options: !match ~{var('assets', "musicOptions")} - # - key: custom_music - # value: - # text: ui_custom_music - # condition: music_title.value == true - # type: file - # value: "" + - key: custom_music + value: + text: ui_custom_music + condition: music_title.value == true + type: file + fileType: video + value: "" - key: music_volume value: text: ui_music_volume