| Current Path : /home/helpink/www/plugins/system/astroid_presets_switcher/ |
| Current File : /home/helpink/www/plugins/system/astroid_presets_switcher/astroid_presets_switcher.xml |
<?xml version="1.0" encoding="UTF-8" ?>
<extension version="3.1" type="plugin" method="upgrade" group="system">
<name>Astroid Presets Switcher</name>
<author>JoomDev</author>
<creationDate>July 2020</creationDate>
<version>1.0</version>
<url>https://www.astroidframework.com</url>
<copyright>Copyright (C) 2019 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>info@joomdev.com</authorEmail>
<authorUrl>https://www.joomdev.com</authorUrl>
<description>Astroid Presets Switcher for Astroid Framework</description>>
<files>
<filename plugin="astroid_presets_switcher">astroid_presets_switcher.php</filename>
<folder>tmpl</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="position" type="radio" default="left" label="Position" class="btn-group">
<option value="left">Left</option>
<option value="right">Right</option>
</field>
<field name="alignment" type="radio" default="top" label="Alignment" class="btn-group">
<option value="top">Top</option>
<option value="middle">Middle</option>
<option value="bottom">Bottom</option>
</field>
</fieldset>
</fields>
</config>
</extension>