-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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>michael-liebler@janguo.de</authorEmail> | ||
<authorUrl>https://freie-radios.de</authorUrl> | ||
<version>3.3.2</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> |