Commit 173ce5ed authored by platyhouse's avatar platyhouse

.

parent e7342a3f
...@@ -54,9 +54,11 @@ namespace platyFramework; ...@@ -54,9 +54,11 @@ namespace platyFramework;
<?= $form->getSelect("초기화면 이미지 노출 시간 설정", "intro_show_time", array ("노출안함" => 0, "0.5초" => 500, "1초" => 1000, "2초" => 2000, "3초" => 3000, "4초" => 4000, "5초" => 5000)); ?> <?= $form->getSelect("초기화면 이미지 노출 시간 설정", "intro_show_time", array ("노출안함" => 0, "0.5초" => 500, "1초" => 1000, "2초" => 2000, "3초" => 3000, "4초" => 4000, "5초" => 5000)); ?>
<?= $form->getFile("Main 화면 타이틀 설정", "mainTitle"); ?> <?= $form->getFile("Main 화면 타이틀 설정", "mainTitle"); ?>
<? if (strstr($this->config->mobileapp->packageName, "com.storyshare.goodwordlove")) { ?>
<?= $form->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?> <?= $form->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?>
<?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", ""); ?> <?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", ""); ?>
<?= $form->getSelect("푸시 알림 팝업 여부", "notificationOngoing", ["사용" => "1", "기본" => 0], "", "푸시 알림 설정은 앱 1회 실행 이후에 반영됩니다"); ?> <?= $form->getSelect("푸시 알림 팝업 여부", "notificationOngoing", ["사용" => "1", "기본" => 0], "", "푸시 알림 설정은 앱 1회 실행 이후에 반영됩니다"); ?>
<? } ?>
</div> </div>
</div> </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