first commit
This commit is contained in:
22
plugins/system/tasknotification/tasknotification.xml
Normal file
22
plugins/system/tasknotification/tasknotification.xml
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<extension type="plugin" group="system" method="upgrade">
|
||||
<name>plg_system_task_notification</name>
|
||||
<author>Joomla! Project</author>
|
||||
<creationDate>2021-09</creationDate>
|
||||
<copyright>(C) 2021 Open Source Matters, Inc.</copyright>
|
||||
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
||||
<authorEmail>admin@joomla.org</authorEmail>
|
||||
<authorUrl>www.joomla.org</authorUrl>
|
||||
<version>4.1</version>
|
||||
<description>PLG_SYSTEM_TASK_NOTIFICATION_XML_DESCRIPTION</description>
|
||||
<namespace path="src">Joomla\Plugin\System\TaskNotification</namespace>
|
||||
<files>
|
||||
<folder>forms</folder>
|
||||
<folder plugin="tasknotification">services</folder>
|
||||
<folder>src</folder>
|
||||
</files>
|
||||
<languages>
|
||||
<language tag="en-GB">language/en-GB/plg_system_tasknotification.ini</language>
|
||||
<language tag="en-GB">language/en-GB/plg_system_tasknotification.sys.ini</language>
|
||||
</languages>
|
||||
</extension>
|
||||
Reference in New Issue
Block a user