Project

General

Profile

1
<?xml version="1.0" encoding="utf-8"?>
2
<config>
3
    <fields name="Settings" icon="uk-icon-cogs">
4
        <field type="section" name="Styles" description="Use the customizer to create your own style. You can pick colors, modify sizes and much more with a real time theme preview. Choose the style to be loaded in the layout options." />
5
        <field type="customizer" />
6
        <field type="section" name="Development" description="Always uncheck following options for your production website." />
7
        <field type="checkbox" name="dev_mode" value="1" label="Compile LESS in the browser on every page load." />
8
        <field type="checkbox" name="dynamic_style" value="1" label="Allow styles to be loaded by URL. This will override the style originally loaded by the theme." />
9
        <field type="compile" />
10
        <field type="section" name="Compression" description="Minify CSS and JavaScript into a single file. Use gzip compression and Data URIs to reduce image file requests." />
11
        <field type="select" name="compression" default="0">
12
            <option value="0">None</option>
13
            <option value="1">Minify</option>
14
            <option value="2">Minify + Data URIs</option>
15
            <option value="3">Minify + Data URIs + Gzip</option>
16
        </field>
17
        <field type="section" name="Responsive" description="The viewport meta tag controls the layout on mobile browsers. If it's not set, the default width on mobile is 980px and the site will look the same like on desktops." />
18
        <field type="checkbox" name="responsive" value="0" label="Disable the viewport meta tag." />
19
        <field type="section" name="Bootstrap" description="If you just use the Joomla blog and articles you don't need to load Bootstrap." />
20
        <field type="checkbox" name="bootstrap" value="0" label="Disable Bootstrap." />
21
        <field type="section" name="Content" description="Display specific content elements in the theme." />
22
        <field type="checkbox" name="totop_scroller" value="0" label="Hide To-top scroller." />
23
        <field type="checkbox" name="warp_branding" value="0" label="Hide Warp branding." />
24
        <field type="section" name="Social Buttons" description="Display Tweet, Google+ or Like buttons in your posts to share them in social media." />
25
        <field type="checkbox" name="twitter" value="1" label="Show Tweet button." />
26
        <field type="checkbox" name="plusone" value="1" label="Show Google+ button." />
27
        <field type="checkbox" name="facebook" value="1" label="Show Facebook Like button." />
28
        <field type="section" name="Modules" description="Choose the default module style for each position." />
29
        <field type="table" name="panel_default">
30
            <rows label="Position">
31
                <row>header</row>
32
                <row>top-a</row>
33
                <row>top-b</row>
34
                <row>top-c</row>
35
                <row>bottom-a</row>
36
                <row>bottom-b</row>
37
                <row>bottom-c</row>
38
                <row>bottom-d</row>
39
                <row>main-top</row>
40
                <row>main-bottom</row>
41
                <row>sidebar-a</row>
42
                <row>sidebar-b</row>
43
            </rows>
44
            <field type="select" name="panel" label="Style">
45
                <option value="uk-panel">Blank</option>
46
                <option value="uk-panel uk-panel-box">Box</option>
47
                <option value="uk-panel uk-panel-box uk-panel-box-primary">Box Primary</option>
48
                <option value="uk-panel uk-panel-box uk-panel-box-secondary">Box Secondary</option>
49
                <option value="uk-panel uk-panel-header">Header</option>
50
                <option value="uk-panel uk-panel-space">Space</option>
51
            </field>
52
        </field>
53
        <field type="section" name="Additional Scripts" description="Insert your Google Analytics tracking code or any other additional scripts here. They will be added before the closing body tag in the theme." />
54
        <field type="textarea" name="tracking_code" class="uk-form-width-large" rows="8" />
55
    </fields>
56
    <fields name="Layouts" icon="uk-icon-columns">
57
        <field type="layouts" name="layouts">
58
            <field type="section" name="Style" description="Select which style the layout should load." />
59
            <field type="style" name="style" />
60
            <field type="section" name="Content" description="Display specific content elements in the theme." />
61
            <field type="checkbox" name="system_output" value="0" label="Hide system output." />
62
            <field type="section" name="Article Style" />
63
            <field type="checkbox" name="article"  default="" value="tm-article-blog" label="Display blog articles in a special theme specific layout." />
64
            <field type="section" name="Sticky Navigation" description="Set different styles for the main navigation." />
65
            <field type="checkbox" name="navbar_sticky" value="1" label="Enable a fixed navigation." />
66
            <field type="checkbox" name="nav_overlay" value="1" label="Apply an overlay navigation with a burger menu icon instead of the regular navbar." />
67
            <field type="checkbox" name="header_offset" value="1" label="Display the fixed navigation on top of the header layout position, so that the content will be overlaid." />
68
            <field type="section" name="Sidebars" description="Choose the sidebar widths and align the sidebar to the left or right." />
69
            <field type="table" name="sidebars">
70
                <rows label="Position">
71
                    <row>sidebar-a</row>
72
                    <row>sidebar-b</row>
73
                </rows>
74
                <field type="select" name="width" label="Width">
75
                    <option value="12" data-gcf="6">20%</option>
76
                    <option value="15" data-gcf="15">25%</option>
77
                    <option value="18" data-gcf="6">30%</option>
78
                    <option value="20" data-gcf="20">33%</option>
79
                    <option value="24" data-gcf="6">40%</option>
80
                    <option value="30" data-gcf="3">50%</option>
81
                </field>
82
                <field type="select" name="alignment" label="Alignment">
83
                    <option value="left">Left</option>
84
                    <option value="right">Right</option>
85
                </field>
86
            </field>
87
            <field type="section" name="Grid" description="Choose the grid layout for each position. Further, you can enable horizontal dividers and prevent the responsive grid behavior. Note: Both options are not taken into account for the stacked layout." />
88
            <field type="table" name="grid">
89
                <rows label="Position">
90
                    <row>header</row>
91
                    <row>top-a</row>
92
                    <row>top-b</row>
93
                    <row>top-c</row>
94
                    <row>bottom-a</row>
95
                    <row>bottom-b</row>
96
                    <row>bottom-c</row>
97
                    <row>bottom-d</row>
98
                    <row>main-top</row>
99
                    <row>main-bottom</row>
100
                </rows>
101
                <field type="select" name="layout" label="Layout">
102
                    <option value="parallel">Parallel</option>
103
                    <option value="stacked">Stacked</option>
104
                    <option value="doubled">First doubled</option>
105
                    <option value="doubled-last">Last doubled</option>
106
                </field>
107
                <field type="select" name="responsive" label="Responsive" default="medium">
108
                    <option value="">Disabled</option>
109
                    <option value="medium">Stack on phones</option>
110
                    <option value="large">Stack on ≤ tablets</option>
111
                </field>
112
                <field type="checkbox" name="divider" value="1" column="Divider" />
113
            </field>
114
            <field type="section" name="Block Appearance" description="Choose the appearance settings for each block position." />
115
            <field type="table" name="block">
116
                <rows label="Position">
117
                    <row>header</row>
118
                    <row>top-a</row>
119
                    <row>top-b</row>
120
                    <row>top-c</row>
121
                    <row>main</row>
122
                    <row>bottom-a</row>
123
                    <row>bottom-b</row>
124
                    <row>bottom-c</row>
125
                    <row>bottom-d</row>
126
                </rows>
127
                <field type="select" name="block-bg" label="Background Style" default="Default">
128
                    <option value=" uk-block-default">Default</option>
129
                    <option value=" uk-block-primary uk-contrast">Primary</option>
130
                    <option value=" uk-block-secondary uk-contrast">Secondary</option>
131
                    <option value=" uk-block-muted">Muted</option>
132
                </field>
133
                <field type="select" name="block-texture" label="Background Texture" default="None">
134
                    <option value="">None</option>
135
                    <option value=" tm-block-texture-1">Hexagon</option>
136
                    <option value=" tm-block-texture-3">Eighties</option>
137
                    <option value=" tm-block-texture-2">Wave</option>
138
                </field>
139
                <field type="select" name="block-padding" label="Padding" default="">
140
                    <option value=" uk-block">Default</option>
141
                    <option value=" uk-padding-vertical-remove">None</option>
142
                    <option value=" uk-block-large">Large</option>
143
                    <option value=" tm-padding-around">On all sides</option>
144
                </field>
145
                <field type="checkbox" name="block-height" value="1" column="Full Height" />
146
            </field>
147
        </field>
148
    </fields>
149
    <fields name="Modules" icon="uk-icon-th">
150
        <field type="widgets" name="widgets">
151
            <field type="text" name="class" label="Class" class="uk-form-width-small" tooltip="Add custom classes." />
152
            <field type="select" name="panel" label="Style" tooltip="Choose module styles. Set the default module style in the settings.">
153
                <option value="">Default</option>
154
                <option value="uk-panel uk-panel-box">Box</option>
155
                <option value="uk-panel uk-panel-box uk-panel-box-primary">Box Primary</option>
156
                <option value="uk-panel uk-panel-box uk-panel-box-secondary">Box Secondary</option>
157
                <option value="uk-panel uk-panel-header">Header</option>
158
                <option value="uk-panel uk-panel-space">Space</option>
159
                <option value="uk-panel">Blank</option>
160
            </field>
161
            <field type="checkbox" name="center" value="1" label="Center" />
162
            <field type="select" name="title_size" label="Title" tooltip="Set the size of the title.">
163
                <option value="uk-panel-title">Default</option>
164
                <option value="uk-h1 uk-margin-top-remove">H1</option>
165
                <option value="uk-h2 uk-margin-top-remove">H2</option>
166
                <option value="uk-h3 uk-margin-top-remove">H3</option>
167
                <option value="uk-h4 uk-margin-top-remove">H4</option>
168
                <option value="uk-heading-large uk-margin-top-remove">Extra Large</option>
169
            </field>
170
            <field type="text" name="icon" label="Icon" class="uk-form-width-small" tooltip="Add UIkit icon classes or image urls." />
171
            <field type="badge" name="badge" label="Badge" tooltip="Set the badge colors and text.">
172
                <option value="uk-panel-badge uk-badge">Default</option>
173
                <option value="uk-panel-badge uk-badge uk-badge-success">Success</option>
174
                <option value="uk-panel-badge uk-badge uk-badge-warning">Warning</option>
175
                <option value="uk-panel-badge uk-badge uk-badge-danger">Danger</option>
176
            </field>
177
            <field type="display" name="display" label="Display" tooltip="Display or hide modules on certain devices." />
178
        </field>
179
    </fields>
180
    <fields name="Menus" icon="uk-icon-bars">
181
        <field type="menus">
182
            <field type="select" name="columns" default="1" label="Columns" max-depth="1">
183
                <option value="1">1</option>
184
                <option value="2">2</option>
185
                <option value="3">3</option>
186
                <option value="4">4</option>
187
            </field>
188
            <field type="text" name="columnwidth" label="Column Width" class="uk-form-width-small" placeholder="px" max-depth="1" />
189
            <field type="text" name="icon" label="Icon" class="uk-form-width-small" tooltip="Add UIkit icon classes or image urls." />
190
            <field type="text" name="subtitle" label="Subtitle" class="uk-form-width-small" tooltip="Add subtitles tu menu items." />
191
        </field>
192
    </fields>
193
    <fields name="Information" icon="uk-icon-info-circle">
194
        <field type="section" name="Versions" description="This theme is based on the Warp framework. Always keep the theme and the Warp framework up-to-date." />
195
        <field type="info" />
196
        <field type="section" name="System Check" />
197
        <field type="check" />
198
        <field type="section" name="File Verification" />
199
        <field type="verify" />
200
    </fields>
201
</config>
(9-9/19)