-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplateDetails.xml
191 lines (191 loc) · 13.1 KB
/
templateDetails.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<?xml version="1.0" encoding="utf-8"?>
<extension type="template" client="site" version="" method="upgrade">
<name>minimalista</name>
<version>2.3.8</version>
<creationDate>2023-01</creationDate>
<author>Uziel - Via Ponto Mega</author>
<authorEmail>contato@pontomega.com.br</authorEmail>
<copyright>(C) 2023 Uziel - Via Ponto Mega</copyright>
<description>TPL_MINIMALISTA_XML_DESCRIPTION</description>
<inheritable>1</inheritable>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<files>
<filename>component.php</filename>
<filename>error.php</filename>
<filename>index.php</filename>
<filename>logic.php</filename>
<filename>offline.php</filename>
<filename>templateDetails.xml</filename>
<folder>html</folder>
</files>
<media destination="templates/site/minimalista" folder="media">
<folder>css</folder>
<folder>images</folder>
<folder>js</folder>
<folder>svgs</folder>
<folder>webfonts</folder>
</media>
<positions>
<position>topbar</position>
<position>below-top</position>
<position>menu</position>
<position>search</position>
<position>banner</position>
<position>top-a</position>
<position>top-b</position>
<position>main-top</position>
<position>main-bottom</position>
<position>breadcrumbs</position>
<position>sidebar-left</position>
<position>sidebar-right</position>
<position>bottom-a</position>
<position>bottom-b</position>
<position>footer</position>
<position>debug</position>
</positions>
<!-- configs -->
<!-- container-fluid, default-bootstrap-desktop. sidebar-width -->
<config>
<fields name="params">
<fieldset name="options">
<!-- logo-->
<field name="logo" type="media" label="TPL_MINIMALISTA_LOGO" description="TPL_MINIMALISTA_LOGO_DESC" />
<!-- logo alt -->
<field name="logo_alt" type="text" label="TPL_MINIMALISTA_LOGO_ALT" description="TPL_MINIMALISTA_LOGO_ALT_DESC" />
<!-- favicon-->
<field name="favicon" type="media" label="TPL_MINIMALISTA_FAVICON" description="TPL_MINIMALISTA_FAVICON_DESC" />
<!-- enable backTop -->
<field name="backtotop" type="radio" label="TPL_MINIMALISTA_ENABLE_BACK_TO_TOP" description="TPL_MINIMALISTA_ENABLE_BACK_TO_TOP_DESC" default="1" class="btn-group btn-group-yesno">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field name="container-fluid" type="radio" label="TPL_MINIMALISTA_CONTAINER_FLUID" description="TPL_MINIMALISTA_CONTAINER_FLUID_DESC" default="0" class="btn-group btn-group-yesno">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field name="default-bootstrap-desktop" type="radio" label="TPL_MINIMALISTA_DEFAULT_BOOTSTRAP_DESKTOP" description="TPL_MINIMALISTA_DEFAULT_BOOTSTRAP_DESKTOP_DESC" default="lg" class="btn-group">
<option value="xxl">xxl</option>
<option value="xl">xl</option>
<option value="lg">lg</option>
<option value="md">md</option>
<option value="sm">sm</option>
</field>
<field name="sidebar-width" type="radio" default="3" label="TPL_MINIMALISTA_SIDEBAR_WIDTH" description="TPL_MINIMALISTA_SIDEBAR_WIDTH_DESC" class="btn-group">
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</field>
<!-- bootstrap_from_template, load_fontawesome_from_template -->
<field name="bootstrap_from_template" type="radio" label="TPL_MINIMALISTA_BOOTSTRAP_FROM_TEMPLATE" description="TPL_MINIMALISTA_BOOTSTRAP_FROM_TEMPLATE_DESC" default="0" class="btn-group btn-group-yesno">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<!-- load_fontawesome_js_from_template -->
<field name="load_fontawesome" type="radio" label="TPL_MINIMALISTA_LOAD_FONTAWESOME" description="TPL_MINIMALISTA_LOAD_FONTAWESOME_DESC" default="css_from_joomla" class="btn-group btn-group-yesno">
<option value="js_from_template">TPL_MINIMALISTA_LOAD_FONTAWESOME_JS_FROM_TEMPLATE</option>
<option value="css_from_template">TPL_MINIMALISTA_LOAD_FONTAWESOME_CSS_FROM_TEMPLATE</option>
<option value="css_from_joomla">TPL_MINIMALISTA_LOAD_FONTAWESOME_CSS_FROM_JOOMLA</option>
<option value="0">JNONE</option>
</field>
<!-- load_jquery -->
<field name="load_jquery_from_template" type="radio" label="TPL_MINIMALISTA_LOAD_JQUERY_FROM_TEMPLATE" description="TPL_MINIMALISTA_LOAD_JQUERY_FROM_TEMPLATE_DESC" default="0" class="btn-group btn-group-yesno">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<!-- offcanvas_direction -->
<field name="offcanvas_direction" type="radio" label="TPL_MINIMALISTA_OFFCANVAS_DIRECTION" description="TPL_MINIMALISTA_OFFCANVAS_DIRECTION_DESC" default="start" class="btn-group">
<option value="start">TPL_MINIMALISTA_OFFCANVAS_DIRECTION_RIGHT</option>
<option value="end">TPL_MINIMALISTA_OFFCANVAS_DIRECTION_LEFT</option>
<option value="top">TPL_MINIMALISTA_OFFCANVAS_DIRECTION_TOP</option>
<option value="bottom">TPL_MINIMALISTA_OFFCANVAS_DIRECTION_BOTTOM</option>
</field>
<!-- custom CSS to head -->
<field name="custom_css_head" type="editor" editor="codemirror" label="TPL_MINIMALISTA_CUSTOM_CSS_TO_HEAD" description="TPL_MINIMALISTA_CUSTOM_CSS_TO_HEAD_DESC" rows="5" filter="raw" />
<!-- custom script to head -->
<field name="custom_script_head" type="editor" editor="codemirror" label="TPL_MINIMALISTA_CUSTOM_SCRIPT_TO_HEAD" description="TPL_MINIMALISTA_CUSTOM_SCRIPT_TO_HEAD_DESC" rows="5" filter="raw" />
<!-- custom script to startbody -->
<field name="custom_script_startbody" type="editor" editor="codemirror" label="TPL_MINIMALISTA_CUSTOM_SCRIPT_TO_STARTBODY" description="TPL_MINIMALISTA_CUSTOM_SCRIPT_TO_STARTBODY_DESC" rows="5" filter="raw" />
<!-- custom script to endbody -->
<field name="custom_script_endbody" type="editor" editor="codemirror" label="TPL_MINIMALISTA_CUSTOM_SCRIPT_TO_ENDBODY" description="TPL_MINIMALISTA_CUSTOM_SCRIPT_TO_ENDBODY_DESC" rows="5" filter="raw" />
</fieldset>
<fieldset name="positions">
<field name="sectionsbeforecomponent" type="subform" label="TPL_MINIMALISTA_SECTIONS" description="TPL_MINIMALISTA_SECTIONS_DESC" multiple="true">
<form>
<field name="section" type="text" label="TPL_MINIMALISTA_SECTION" description="TPL_MINIMALISTA_SECTION_DESC" />
<field name="section_class" type="text" label="TPL_MINIMALISTA_SECTION_CLASS" description="TPL_MINIMALISTA_SECTION_CLASS_DESC" />
<field name="containerwidth" type="list" default="container" label="TPL_MINIMALISTA_CONTAINERWIDTH" description="TPL_MINIMALISTA_CONTAINERWIDTH_DESC">
<option value="container">TPL_MINIMALISTA_CONTAINER</option>
<option value="container-fluid">TPL_MINIMALISTA_CONTAINER_FLUID</option>
</field>
<field name="positions" type="subform" label="TPL_MINIMALISTA_POSITIONS" description="TPL_MINIMALISTA_POSITIONS_DESC" multiple="true" layout="joomla.form.field.subform.repeatable-table">
<form>
<field name="position" type="text" label="TPL_MINIMALISTA_POSITION" description="TPL_MINIMALISTA_POSITION_DESC" />
<field name="width" type="list" default="12" label="TPL_MINIMALISTA_WIDTH" description="TPL_MINIMALISTA_WIDTH_DESC">
<option value="">TPL_MINIMALISTA_WIDTH_EMPTY</option>
<option value="auto">TPL_MINIMALISTA_WIDTH_AUTO</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</field>
<!-- customclass -->
<field name="customclass" type="text" label="TPL_MINIMALISTA_CUSTOMCLASS" description="TPL_MINIMALISTA_CUSTOMCLASS_DESC" />
</form>
</field>
</form>
</field>
<!-- Add a field to define custom sections after the component section -->
<field name="sectionsaftercomponent" type="subform" label="TPL_MINIMALISTA_SECTIONS_AFTER_COMPONENT" description="TPL_MINIMALISTA_SECTIONS_AFTER_COMPONENT_DESC" multiple="true">
<form>
<field name="section" type="text" label="TPL_MINIMALISTA_SECTION" description="TPL_MINIMALISTA_SECTION_DESC" />
<field name="section_class" type="text" label="TPL_MINIMALISTA_SECTION_CLASS" description="TPL_MINIMALISTA_SECTION_CLASS_DESC" />
<field name="containerwidth" type="list" default="container" label="TPL_MINIMALISTA_CONTAINERWIDTH" description="TPL_MINIMALISTA_CONTAINERWIDTH_DESC">
<option value="container">TPL_MINIMALISTA_CONTAINER</option>
<option value="container-fluid">TPL_MINIMALISTA_CONTAINER_FLUID</option>
</field>
<field name="positions" type="subform" label="TPL_MINIMALISTA_POSITIONS" description="TPL_MINIMALISTA_POSITIONS_DESC" multiple="true" layout="joomla.form.field.subform.repeatable-table">
<form>
<field name="position" type="text" label="TPL_MINIMALISTA_POSITION" description="TPL_MINIMALISTA_POSITION_DESC" />
<field name="width" type="list" default="12" label="TPL_MINIMALISTA_WIDTH" description="TPL_MINIMALISTA_WIDTH_DESC">
<option value="">TPL_MINIMALISTA_WIDTH_EMPTY</option>
<option value="auto">TPL_MINIMALISTA_WIDTH_AUTO</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</field>
<!-- customclass -->
<field name="customclass" type="text" label="TPL_MINIMALISTA_CUSTOMCLASS" description="TPL_MINIMALISTA_CUSTOMCLASS_DESC" />
</form>
</field>
</form>
</field>
</fieldset>
</fields>
</config>
<languages folder="language">
<language tag="en-GB">en-GB/tpl_minimalista.ini</language>
<language tag="en-GB">en-GB/tpl_minimalista.sys.ini</language>
<language tag="pt-BR">pt-BR/tpl_minimalista.ini</language>
<language tag="pt-BR">pt-BR/tpl_minimalista.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="1" name="minimalista">https://raw.githubusercontent.com/uzielweb/minimalista/main/updates.xml</server>
</updateservers>
</extension>