generator-joomla-admin-template
Version:
121 lines (113 loc) • 4.81 kB
text/xml
<extension version = "3.1" type = "template" client = "administrator">
<name><%= name %></name>
<creationDate><%= currentDate %></creationDate>
<author><%= authorName %></author>
<authorEmail><%= authorEmail %></authorEmail>
<authorUrl><%= authorURL %></authorUrl>
<copyright>Copyright <%= currentDate %></copyright>
<license><%= license %></license>
<version>1.0.0</version>
<!-- Description contents contained in separate language file: see languages folder -->
<description>TPL_<%= _.slugify(name).toUpperCase() %>_XML_DESCRIPTION</description>
<files>
<filename>component.php</filename>
<filename>cpanel.php</filename>
<filename>favicon.ico</filename>
<filename>index.php</filename>
<filename>login.php</filename>
<filename>templateDetails.xml</filename>
<filename>template_preview.png</filename>
<filename>template_thumbnail.png</filename>
<!-- HTML Boilerplate Files -->
<filename>apple-touch-icon-precomposed.png</filename>
<filename>browserconfig.xml</filename>
<filename>crossdomain.xml</filename>
<filename>bower.json</filename>
<filename>package.json</filename>
<filename>tile.png</filename>
<filename>tile-wide.png</filename>
<% if (sassBoilerplate) { %><filename>config.rb</filename><% } %>
<folder>html</folder>
<folder>scripts</folder>
<folder>language</folder>
<folder>styles</folder>
<folder>bower_components</folder>
</files>
<positions>
<position>menu</position>
<position>submenu</position>
<position>toolbar</position>
<position>title</position>
<position>status</position>
<position>icon</position>
<position>cp_shell</position>
<position>cpanel</position>
<position>bottom</position>
<position>footer</position>
<position>login</position>
<position>debug</position>
</positions>
<languages folder = "language">
<language tag = "en-GB">en-GB/en-GB.tpl_<%= _.slugify(name)%>.ini
</language>
<language tag = "en-GB">en-GB/en-GB.tpl_<%= _.slugify(name)%>.sys.ini
</language>
</languages>
<config>
<fields name = "params">
<fieldset name = "advanced">
<field name = "templateColor" class = "" type = "color" default = "#13294A"
validate = "color"
label = "TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_LABEL"
description = "TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_DESC"/>
<field name = "headerColor" class = "" type = "color" default = "#184A7D"
validate = "color"
label = "TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_HEADER_LABEL"
description = "TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_HEADER_DESC"/>
<field name = "sidebarColor" class = "" type = "color" default = "#0088CC"
validate = "color"
label = "TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_SIDEBAR_LABEL"
description = "TPL_<%= _.slugify(name).toUpperCase() %>_COLOR_SIDEBAR_DESC"/>
<field name = "logoFile" class = "" type = "media" default = ""
label = "TPL_<%= _.slugify(name).toUpperCase() %>_LOGO_LABEL"
description = "TPL_<%= _.slugify(name).toUpperCase() %>_LOGO_DESC"/>
<field name = "admin_menus" type = "radio" class = "btn-group btn-group-yesno" default = "1"
label = "TPL_<%= _.slugify(name).toUpperCase() %>_FIELD_ADMIN_MENUS_LABEL"
description = "TPL_<%= _.slugify(name).toUpperCase() %>_FIELD_ADMIN_MENUS_DESC"
filter = "integer">
<option
value = "1">JYES
</option>
<option
value = "0">JNO
</option>
</field>
<field name = "displayHeader" type = "radio" class = "btn-group btn-group-yesno" default = "1"
label = "TPL_<%= _.slugify(name).toUpperCase() %>_HEADER_LABEL"
description = "TPL_<%= _.slugify(name).toUpperCase() %>_HEADER_DESC" filter = "integer">
<option value = "1">JYES</option>
<option value = "0">JNO</option>
</field>
<field name = "statusFixed" type = "list"
default = "1"
label = "TPL_<%= _.slugify(name).toUpperCase() %>_STATUS_LABEL"
description = "TPL_<%= _.slugify(name).toUpperCase() %>_STATUS_DESC"
filter = "integer">
<option value = "1">TPL_<%= _.slugify(name).toUpperCase() %>_STATUS_BOTTOM</option>
<option value = "0">TPL_<%= _.slugify(name).toUpperCase() %>_STATUS_TOP</option>
</field>
<field name = "stickyToolbar" type = "radio"
class = "btn-group btn-group-yesno"
default = "1"
label = "TPL_<%= _.slugify(name).toUpperCase() %>_STICKY_LABEL"
description = "TPL_<%= _.slugify(name).toUpperCase() %>_STICKY_DESC"
filter = "integer">
<option value = "1">JYES</option>
<option value = "0">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>