diff --git a/config/ui_parts.php b/config/ui_parts.php index 928fbf3..db7e15e 100644 --- a/config/ui_parts.php +++ b/config/ui_parts.php @@ -20,6 +20,13 @@ */ return [ + // 群組定義(決定內容設定頁的分塊標題與順序;未列到的群組排最後) + 'groups' => [ + 'fullscreen' => '滿版畫面(A 系列)', + 'transaction' => '交易結果(E 系列)', + 'payment' => '支付方式(P 系列)', + ], + 'parts' => [ // === A 系列:滿版 / 大圖背景 === 'A1' => ['label' => 'A1 - 頁面跳轉中', 'group' => 'fullscreen', 'type' => 'image', 'width' => 1080, 'height' => 1920, 'active' => true], diff --git a/resources/views/admin/app/ui-bundles/content.blade.php b/resources/views/admin/app/ui-bundles/content.blade.php index f0f1afb..49a1e35 100644 --- a/resources/views/admin/app/ui-bundles/content.blade.php +++ b/resources/views/admin/app/ui-bundles/content.blade.php @@ -15,34 +15,52 @@