Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
storyshare_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Repository Analytics
Value Stream Analytics
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
goodmorning
storyshare
storyshare_www_encrypt
Commits
e7342a3f
Commit
e7342a3f
authored
Nov 14, 2019
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
46af3454
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
...k/apps/admin/views/defaultTheme/app/config_mobileapp.html
+4
-3
No files found.
platyFramework/apps/admin/views/defaultTheme/app/config_mobileapp.html
View file @
e7342a3f
...
...
@@ -37,7 +37,7 @@ namespace platyFramework;
</div>
</div>
<?= $form->getFile("
Intro
화면 설정", "intro"); ?>
<?= $form->getFile("
초기화면 이미지
화면 설정", "intro"); ?>
<div
class=
"col-md-12"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
></label>
...
...
@@ -51,11 +51,12 @@ namespace platyFramework;
</div>
</div>
<?= $form->getSelect("초기화면 이미지 노출 시간 설정", "intro_show_time", array ("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->getInput("푸시 알림 제목 색상", "notificationColor", "", "#000000 형식으로 입력. <a target=_blank href='https://colorhunt.co/palettes/pastel'>https://colorhunt.co/palettes/pastel</a>"); ?>
<?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", "푸시 알림 제목 색상 및 최상위 여부는 1회 앱 실행을 하셔야 반영됩니다"); ?>
<?= $form->getSelect("푸시 알림 최상위 여부", "notificationPriority", ["최상위" => 1, "기본" => 0], "", ""); ?>
<?= $form->getSelect("푸시 알림 팝업 여부", "notificationOngoing", ["사용" => "1", "기본" => 0], "", "푸시 알림 설정은 앱 1회 실행 이후에 반영됩니다"); ?>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment