Files
conservatorio-tomadini/plugins/fields/articleslinked/articleslinked.xml
2024-12-17 17:34:10 +01:00

31 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<extension version="4" type="plugin" group="fields" method="upgrade">
<name>PLG_FIELDS_ARTICLESLINKED</name>
<description>PLG_FIELDS_ARTICLESLINKED_DESC</description>
<version>4.3.2</version>
<creationDate>October 2024</creationDate>
<author>Regular Labs (Peter van Westen)</author>
<authorEmail>info@regularlabs.com</authorEmail>
<authorUrl>https://regularlabs.com</authorUrl>
<copyright>Copyright © 2024 Regular Labs - All Rights Reserved</copyright>
<license>GNU General Public License version 2 or later</license>
<namespace path="src">RegularLabs\Plugin\Fields\ArticlesLinked</namespace>
<scriptfile>script.install.php</scriptfile>
<files>
<file plugin="articleslinked">articleslinked.php</file>
<folder>language</folder>
</files>
<config>
<fields name="params" addfieldprefix="RegularLabs\Library\Form\Field">
<fieldset name="basic">
<field name="@load_language_regularlabs" type="LoadLanguage" extension="plg_system_regularlabs"/>
<field name="@load_language" type="LoadLanguage" extension="plg_fields_articles"/>
<field name="@license" type="License" extension="ARTICLESFIELD"/>
<field name="@version" type="Version" extension="ARTICLESFIELD"/>
<field name="@header" type="Header" label="ARTICLESFIELD" description="ARTICLESFIELD_DESC" url="https://regularlabs.com/articlesfield"/>
<field name="@notice" type="OnlyPro" label=""/>
</fieldset>
</fields>
</config>
</extension>