Commit 92e98cd9 authored by platyhouse's avatar platyhouse

- encrypted

parent 0687fa27
......@@ -36,10 +36,10 @@ namespace platyFramework;
<?= $form->getSelect("position", "position", [
"초기화" => "init",
"상단" => "header",
"메인 (크기만큼)" => "main",
"메인 (가득채움)" => "main2",
"메인 (스크롤)" => "main3",
"메인 (Nested 스크롤)" => "main4",
"메인-크기만큼 (main)" => "main",
"메인-가득채움 (main2)" => "main2",
"메인-스크롤 (main3)" => "main3",
"메인-Nested 스크롤 (main4)" => "main4",
"하단" => "footer",
]); ?>
<?= $form->getInput("노출순서", "priority"); ?>
......@@ -60,10 +60,12 @@ namespace platyFramework;
"쇼핑 - 공유 상태 (ConstructShopShareStatusA)" => "ConstructShopShareStatusA",
"-----1" => "-----------------------",
"목록 A (ConstructItemsA)" => "ConstructItemsA",
"상품 카테고리 (ConstructShopCategoryA)" => "ConstructShopCategoryA",
"상품목록 A (ConstructShopItemsA)" => "ConstructShopItemsA",
"기획전 목록 - 배너형 (ConstructShopSpecialItemsA)" => "ConstructShopSpecialItemsA",
"기획전 목록 - 목록형 (ConstructShopSpecialItemsB)" => "ConstructShopSpecialItemsB",
"기획전 상세 (ConstructShopSpecialItemA)" => "ConstructShopSpecialItemA",
"카테고리 상세 (ConstructShopCategoryItemA)" => "ConstructShopCategoryItemA",
"Shop - Search (ConstructShopSearchA)" => "ConstructShopSearchA",
"-----2" => "-----------------------",
"배너 광고 A (ConstructBannerA)" => "ConstructBannerA",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment