-
Notifications
You must be signed in to change notification settings - Fork 10
/
templateDetails.xml
100 lines (95 loc) · 3.17 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
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.0" type="template" client="administrator" method="upgrade">
<name>bettum</name>
<version>1.1.1</version>
<creationDate>19/08/2019</creationDate>
<author>Charlie Lodder</author>
<authorEmail>[email protected]</authorEmail>
<copyright>Copyright (C) 2020 Charlie Lodder. All rights reserved.</copyright>
<description>TPL_BETTUM_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<files>
<filename>component.php</filename>
<filename>cpanel.php</filename>
<filename>error.php</filename>
<filename>error_full.php</filename>
<filename>error_login.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>
<filename>joomla.asset.json</filename>
<folder>css</folder>
<folder>html</folder>
<folder>images</folder>
<folder>js</folder>
<folder>language</folder>
<folder>webfonts</folder>
</files>
<positions>
<!-- used directly in the template -->
<position>bottom</position>
<position>debug</position>
<position>menu</position>
<position>search</position>
<position>sidebar</position>
<position>status</position>
<position>title</position>
<position>top</position>
<position>toolbar</position>
<!-- used directly in a component and included here so the position will appear in the list of available positions -->
<position>cpanel</position>
<position>cpanel-left</position>
<position>icon</position>
<position>login</position>
</positions>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.tpl_bettum.ini</language>
<language tag="en-GB">en-GB/en-GB.tpl_bettum.sys.ini</language>
<language tag="fr-FR">fr-FR/fr-FR.tpl_bettum.ini</language>
<language tag="fr-FR">fr-FR/fr-FR.tpl_bettum.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="settings" label="TPL_BETTUM_SETTINGS">
<field
name="menu"
type="radio"
label="TPL_BETTUM_NAVIGATION_POSITION"
layout="joomla.form.field.radio.switcher"
default="1"
>
<option value="0">TPL_BETTUM_NAVIGATION_TOP</option>
<option value="1">TPL_BETTUM_NAVIGATION_SIDEBAR</option>
</field>
<field
name="toolbar"
type="radio"
label="TPL_BETTUM_TOOLBAR_SAVE_BUTTONS"
layout="joomla.form.field.radio.switcher"
default="dropdown"
>
<option value="inline">TPL_BETTUM_TOOLBAR_SAVE_BUTTONS_INLINE</option>
<option value="dropdown">TPL_BETTUM_TOOLBAR_SAVE_BUTTONS_DROPDOWN</option>
</field>
</fieldset>
<fieldset name="logos" label="TPL_BETTUM_SETTINGS_LOGOS">
<field
name="siteLogo"
type="media"
label="TPL_BETTUM_SITE_LOGO_LABEL"
/>
<field
name="loginLogo"
type="media"
label="TPL_BETTUM_LOGIN_LOGO_LABEL"
/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="Bettum - Administrator Template">https://raw.githubusercontent.com/C-Lodder/joomla4-backend-template/master/updates/bettum_updates.xml</server>
</updateservers>
</extension>