Commit 46af3454 authored by platyhouse's avatar platyhouse

.

parent 24bb1a93
......@@ -54,6 +54,8 @@ namespace platyFramework;
<?= $form->getSelect("초기화면 이미지 노출 시간 설정", "intro_show_time", array ("0.5초" => 500, "1초" => 1000, "2초" => 2000, "3초" => 3000, "4초" => 4000, "5초" => 5000)); ?>
<?= $form->getFile("Main 화면 타이틀 설정", "mainTitle"); ?>
<?= $form->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?>
<?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", "푸시 알림 제목 색상 및 최상위 여부는 1회 앱 실행을 하셔야 반영됩니다"); ?>
</div>
</div>
</div>
......
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