Skip to content

Commit

Permalink
duplicate stations.xml - refs #8
Browse files Browse the repository at this point in the history
  • Loading branch information
lieblerm committed Feb 20, 2022
1 parent 294f59e commit 9044638
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions stations.xml
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 &amp; 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&amp;extension=com_stations">
Regionen
<params>
<menu-quicktask-title>Regionen</menu-quicktask-title>
<menu-quicktask>index.php?option=com_categories&amp;view=category&amp;layout=edit&amp;extension=com_stations</menu-quicktask>
</params>
</menu>
<menu link="option=com_fields&amp;context=com_stations.destination">JGLOBAL_FIELDS</menu>
<menu link="option=com_fields&amp;view=groups&amp;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>

0 comments on commit 9044638

Please sign in to comment.