/
githubmirror
/
joomla-cms
Обзор
Документация
Войти
/
githubmirror
/
joomla-cms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.4-dev
plugins/sampledata/testing/testing.xml
18 строк
725 B
Allon Moritz
Convert sampledata plugins to service provider (#40173)
03 апр 2023, 22:40
Не верифицирован
03 апр 2023, 22:40
f7e458f
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <extension type="plugin" group="sampledata" method="upgrade"> <name>plg_sampledata_testing</name> <author>Joomla! Project</author> <creationDate>2017-07</creationDate> <copyright>(C) 2017 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.0.0</version> <description>PLG_SAMPLEDATA_TESTING_XML_DESCRIPTION</description> <namespace path="src">Joomla\Plugin\SampleData\Testing</namespace> <files> <folder>language</folder> <folder plugin="testing">services</folder> <folder>src</folder> </files> </extension>