-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpgrobottag.xml
More file actions
21 lines (21 loc) · 988 Bytes
/
pgrobottag.xml
File metadata and controls
21 lines (21 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<extension method="upgrade" type="plugin" group="system">
<name>PLG_SYSTEM_PGROBOTTAG</name>
<version>0.0.1</version>
<description>PLG_SYSTEM_PGROBOTTAG_DESCRIPTION</description>
<author>Matthias Fehring</author>
<creationDate>2024-11</creationDate>
<copyright>(C) 2024 Matthias Fehring</copyright>
<license>GNU General Public License version 2 or later</license>
<namespace path="src">HBN\Plugin\System\PgRobotTag</namespace>
<files>
<folder plugin="pgrobottag">services</folder>
<folder>src</folder>
</files>
<languages>
<language tag="en-GB">language/en-GB/plg_system_pgrobottag.ini</language>
<language tag="en-GB">language/en-GB/plg_system_pgrobottag.sys.ini</language>
<language tag="de-DE">language/de-DE/plg_system_pgrobottag.ini</language>
<language tag="de-DE">language/de-DE/plg_system_pgrobottag.sys.ini</language>
</languages>
</extension>