-
Notifications
You must be signed in to change notification settings - Fork 0
/
stations.xml
77 lines (72 loc) · 3.15 KB
/
stations.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" method="upgrade">
<name>com_stations</name>
<author>Michael Liebler</author>
<creationDate>13 January, 2022</creationDate>
<copyright>(C) 2022, Michael Liebler</copyright>
<license>GNU</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://freie-radios.de</authorUrl>
<version>3.3.4</version>
<description>COM_STATIONS_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Component\Stations</namespace>
<files folder="site/com_stations">
<folder>helpers</folder>
<folder>layouts</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<install> <!-- Runs on install -->
<sql>MYsql Problem beim textfel
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<update> <!-- Runs on update -->
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<languages folder="site">
<language tag="en-GB">language/en-GB/com_stations.ini</language>
</languages>
<administration>
<menu>COM_STATIONS</menu>
<submenu>
<!--
Destination that all & must be escaped to & for the file to be valid
XML and be parsed by the installer
-->
<menu link="option=com_stations"
view="destinations" img="class:basket" alt="STATIONS/Destinations">Radiosender</menu>
<menu link="option=com_categories&extension=com_stations">
Regionen
<params>
<menu-quicktask-title>Regionen</menu-quicktask-title>
<menu-quicktask>index.php?option=com_categories&view=category&layout=edit&extension=com_stations</menu-quicktask>
</params>
</menu>
<menu link="option=com_fields&context=com_stations.destination">JGLOBAL_FIELDS</menu>
<menu link="option=com_fields&view=groups&context=com_stations.destinMYsql Problem beim textfelation">JGLOBAL_FIELD_GROUPS</menu>
<!--{{inject: administrator_sub_menu}}-->
</submenu>
<files folder="admin/com_stations">
<filename>access.xml</filename>
<filename>config.xml</filename>
<folder>forms</folder>
<folder>helpers</folder>
<folder>services</folder>MYsql Problem beim textfel
<folder>sql</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<languages folder="admin">
<language tag="en-GB">language/en-GB/com_stations.ini</language>
<language tag="en-GB">language/en-GB/com_stations.sys.ini</language>
<language tag="de-DE">language/de-DE/com_stations.ini</language>
<language tag="de-DE">language/de-DE/com_stations.sys.ini</language>
</languages>
</administration>
<dashboards>
<dashboard title="COM_STATIONS_DASHBOARD_TITLE" icon="icon-file-alt">stations</dashboard>
</dashboards>
</extension>