|
41 | 41 | <field astroidgroup="contact_info" ngShow="contact_details=='1' AND contact_display=='icons'" description="TPL_ASTROID_ICON_COLOR_DESC" name="icon_color" type="astroidcolor" large="true" label="TPL_ASTROID_ICON_COLOR_LABEL"> |
42 | 42 | </field> |
43 | 43 |
|
44 | | - <field astroidgroup="coming_soon" name="developemnt_mode" type="astroidtext" astroid-switch="true" default="0" label="TPL_ASTROID_MISCELL_ENABLE_DEVELOPMENT_MODE_LABEL" description="TPL_ASTROID_MISCELL_ENABLE_DEVELOPMENT_MODE_DESC"> |
| 44 | + <field astroidgroup="coming_soon" name="development_mode" type="astroidtext" astroid-switch="true" default="0" label="TPL_ASTROID_MISCELL_ENABLE_DEVELOPMENT_MODE_LABEL" description="TPL_ASTROID_MISCELL_ENABLE_DEVELOPMENT_MODE_DESC"> |
45 | 45 | </field> |
46 | 46 |
|
47 | | - <field astroidgroup="coming_soon" name="coming_soon_logo" type="astroidmedia" label="TPL_ASTROID_MISCELL_COMING_LOGO_LABEL" description="TPL_ASTROID_MISCELL_COMING_LOGO_DESC" ngShow="developemnt_mode=='1'" ngRequired="developemnt_mode=='1'" class="form-control"> |
| 47 | + <field astroidgroup="coming_soon" name="coming_soon_logo" type="astroidmedia" label="TPL_ASTROID_MISCELL_COMING_LOGO_LABEL" description="TPL_ASTROID_MISCELL_COMING_LOGO_DESC" ngShow="development_mode=='1'" ngRequired="development_mode=='1'" class="form-control"> |
48 | 48 | </field> |
49 | 49 |
|
50 | | - <field astroidgroup="coming_soon" name="coming_soon_content" code="html" class="form-control" type="astroidtextarea" label="TPL_ASTROID_MISCELL_COMING_CONTENT_LABEL" description="TPL_ASTROID_MISCELL_COMING_CONTENT_DESC" ngShow="developemnt_mode=='1'" ngRequired="developemnt_mode=='1'"> |
| 50 | + <field astroidgroup="coming_soon" name="coming_soon_content" code="html" class="form-control" type="astroidtextarea" label="TPL_ASTROID_MISCELL_COMING_CONTENT_LABEL" description="TPL_ASTROID_MISCELL_COMING_CONTENT_DESC" ngShow="development_mode=='1'" ngRequired="development_mode=='1'"> |
51 | 51 | </field> |
52 | 52 |
|
53 | | - <field astroidgroup="coming_soon" name="coming_soon_countdown_date" type="astroidcalendar" label="TPL_ASTROID_MISCELL_COMING_COUNTDOWN_DATE_LABEL" description="TPL_ASTROID_MISCELL_COMING_COUNTDOWN_DATE_DESC" default="01/01/2020 00:00 AM" ngShow="developemnt_mode=='1'" ngRequired="developemnt_mode=='1'"> |
| 53 | + <field astroidgroup="coming_soon" name="coming_soon_countdown_date" type="astroidcalendar" label="TPL_ASTROID_MISCELL_COMING_COUNTDOWN_DATE_LABEL" description="TPL_ASTROID_MISCELL_COMING_COUNTDOWN_DATE_DESC" default="01/01/2020 00:00 AM" ngShow="development_mode=='1'" ngRequired="development_mode=='1'"> |
54 | 54 | </field> |
55 | 55 |
|
56 | | - <field astroidgroup="coming_soon" name="coming_soon_social" type="astroidtext" astroid-switch="true" default="1" label="TPL_ASTROID_MISCELL_ENABLE_SOCIAL_LABEL" ngShow="developemnt_mode=='1'" description="TPL_ASTROID_MISCELL_ENABLE_SOCIAL_DESC"> |
| 56 | + <field astroidgroup="coming_soon" name="coming_soon_social" type="astroidtext" astroid-switch="true" default="1" label="TPL_ASTROID_MISCELL_ENABLE_SOCIAL_LABEL" ngShow="development_mode=='1'" description="TPL_ASTROID_MISCELL_ENABLE_SOCIAL_DESC"> |
57 | 57 | </field> |
58 | 58 |
|
59 | | - <field astroidgroup="coming_soon" ngShow="developemnt_mode=='1'" description="TPL_ASTROID_MISCELL_COMING_BG_TYPE_DESC" name="background_setting" type="astroidradio" default="0" label="TPL_ASTROID_MISCELL_COMING_BG_TYPE_LABEL"> |
| 59 | + <field astroidgroup="coming_soon" ngShow="development_mode=='1'" description="TPL_ASTROID_MISCELL_COMING_BG_TYPE_DESC" name="background_setting" type="astroidradio" default="0" label="TPL_ASTROID_MISCELL_COMING_BG_TYPE_LABEL"> |
60 | 60 | <option value="0">ASTROID_NONE</option> |
61 | 61 | <option value="color">TPL_ASTROID_COLOR</option> |
62 | 62 | <option value="image">TPL_ASTROID_IMAGE</option> |
63 | 63 | <option value="video">TPL_ASTROID_VIDEO</option> |
64 | 64 | </field> |
65 | 65 |
|
66 | | - <field astroidgroup="coming_soon" ngShow="background_setting =='color' AND developemnt_mode=='1'" description="ASTROID_SELECT_BACKGROUND_COLOR_DESC" name="background_color" type="astroidcolor" label="TPL_ASTROID_BACKGROUND_COLOR_LABEL" /> |
| 66 | + <field astroidgroup="coming_soon" ngShow="background_setting =='color' AND development_mode=='1'" description="ASTROID_SELECT_BACKGROUND_COLOR_DESC" name="background_color" type="astroidcolor" label="TPL_ASTROID_BACKGROUND_COLOR_LABEL" /> |
67 | 67 |
|
68 | | - <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND developemnt_mode=='1'" description="ASTROID_SELECT_BACKGROUND_COLOR_DESC" name="img_background_color" type="astroidcolor" label="TPL_ASTROID_BACKGROUND_COLOR_LABEL" /> |
| 68 | + <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND development_mode=='1'" description="ASTROID_SELECT_BACKGROUND_COLOR_DESC" name="img_background_color" type="astroidcolor" label="TPL_ASTROID_BACKGROUND_COLOR_LABEL" /> |
69 | 69 |
|
70 | | - <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND developemnt_mode=='1'" name="background_image" type="astroidmedia" label="TPL_ASTROID_BACKGROUND_IMAGE_LABEL"/> |
| 70 | + <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND development_mode=='1'" name="background_image" type="astroidmedia" label="TPL_ASTROID_BACKGROUND_IMAGE_LABEL"/> |
71 | 71 |
|
72 | | - <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND developemnt_mode=='1'" name="background_repeat" type="astroidlist" label="TPL_ASTROID_BACKGROUND_REPEAT_LABEL" hint="Background Repeat"> |
| 72 | + <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND development_mode=='1'" name="background_repeat" type="astroidlist" label="TPL_ASTROID_BACKGROUND_REPEAT_LABEL" hint="Background Repeat"> |
73 | 73 | <option value="">JGLOBAL_INHERIT</option> |
74 | 74 | <option value="no-repeat">TPL_ASTROID_BACKGROUND_NO_REPEAT_LABEL</option> |
75 | 75 | <option value="repeat-x">TPL_ASTROID_BACKGROUND_REPEAT_HORIZONTALLY_LABEL</option> |
76 | 76 | <option value="repeat-y">TPL_ASTROID_BACKGROUND_REPEAT_VERTICAL_LABEL</option> |
77 | 77 | </field> |
78 | | - <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND developemnt_mode=='1'" name="background_size" type="astroidlist" label="ASTROID_BACKGROUND_SIZE"> |
| 78 | + <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND development_mode=='1'" name="background_size" type="astroidlist" label="ASTROID_BACKGROUND_SIZE"> |
79 | 79 | <option value="">JGLOBAL_INHERIT</option> |
80 | 80 | <option value="cover">ASTROID_BACKGROUND_SIZE_COVER</option> |
81 | 81 | <option value="contain">ASTROID_BACKGROUND_SIZE_CONTAIN</option> |
82 | 82 | </field> |
83 | | - <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND developemnt_mode=='1'" name="background_attchment" type="astroidlist" label="ASTROID_BACKGROUND_ATTCHMENT"> |
| 83 | + <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND development_mode=='1'" name="background_attchment" type="astroidlist" label="ASTROID_BACKGROUND_ATTCHMENT"> |
84 | 84 | <option value="">JGLOBAL_INHERIT</option> |
85 | 85 | <option value="scroll">ASTROID_BACKGROUND_ATTCHMENT_SCROLL</option> |
86 | 86 | <option value="fixed">ASTROID_BACKGROUND_ATTCHMENT_FIXED</option> |
87 | 87 | </field> |
88 | | - <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND developemnt_mode=='1'" name="background_position" type="astroidlist" label="ASTROID_BACKGROUND_POSITION_LABEL"> |
| 88 | + <field astroidgroup="coming_soon" ngShow="background_setting =='image' AND development_mode=='1'" name="background_position" type="astroidlist" label="ASTROID_BACKGROUND_POSITION_LABEL"> |
89 | 89 | <option value="">JGLOBAL_INHERIT</option> |
90 | 90 | <option value="left top">ASTROID_BACKGROUND_POSITION_LEFT_TOP</option> |
91 | 91 | <option value="left center">ASTROID_BACKGROUND_POSITION_LEFT_CENTER</option> |
|
97 | 97 | <option value="center center">ASTROID_BACKGROUND_POSITION_CENTER_CENTER</option> |
98 | 98 | <option value="center bottom">ASTROID_BACKGROUND_POSITION_CENTER_BOTTOM</option> |
99 | 99 | </field> |
100 | | - <field astroidgroup="coming_soon" ngShow="background_setting =='video' AND developemnt_mode=='1'" name="background_video" type="astroidmedia" media="videos" label="TPL_ASTROID_BACKGROUND_VIDEO_LABEL" description="TPL_ASTROID_BACKGROUND_VIDEO_DESC"/> |
| 100 | + <field astroidgroup="coming_soon" ngShow="background_setting =='video' AND development_mode=='1'" name="background_video" type="astroidmedia" media="videos" label="TPL_ASTROID_BACKGROUND_VIDEO_LABEL" description="TPL_ASTROID_BACKGROUND_VIDEO_DESC"/> |
101 | 101 |
|
102 | 102 | <field astroidgroup="error_404" name="error_404_content" code="html" class="form-control" type="astroidtextarea" label="TPL_ASTROID_MISCELL_ERROR_404_CONTENT_LABEL" description="TPL_ASTROID_MISCELL_ERROR_404_CONTENT_DESC"> |
103 | 103 | </field> |
|
0 commit comments