acf
This commit is contained in:
67
plugins/system/acf/acf.xml
Normal file
67
plugins/system/acf/acf.xml
Normal file
@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<extension version="3.4" type="plugin" group="system" method="upgrade">
|
||||
<name>PLG_SYSTEM_ACF</name>
|
||||
<description>PLG_SYSTEM_ACF_DESC</description>
|
||||
<version>2.8.8</version>
|
||||
<creationDate>May 2017</creationDate>
|
||||
<copyright>Copyright © 2024 Tassos Marinos All Rights Reserved</copyright>
|
||||
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
|
||||
<author>Tassos Marinos</author>
|
||||
<authorEmail>info@tassos.gr</authorEmail>
|
||||
<authorUrl>http://www.tassos.gr</authorUrl>
|
||||
<scriptfile>script.install.php</scriptfile>
|
||||
<files>
|
||||
<filename plugin="acf">acf.php</filename>
|
||||
<filename>script.install.helper.php</filename>
|
||||
<filename>version.php</filename>
|
||||
<filename>autoload.php</filename>
|
||||
<folder>ACF</folder>
|
||||
<folder>media</folder>
|
||||
<folder>layouts</folder>
|
||||
<folder>helper</folder>
|
||||
<folder>form</folder>
|
||||
<folder>language</folder>
|
||||
</files>
|
||||
<updateservers>
|
||||
<server type="extension" priority="1" name="Advanced Custom Fields">
|
||||
http://www.tassos.gr/updates/advanced-custom-fields-pro.xml
|
||||
</server>
|
||||
</updateservers>
|
||||
<config>
|
||||
<fields name="params">
|
||||
<fieldset name="basic" addfieldpath="plugins/system/acf/form/fields">
|
||||
<field name="dashboard" type="nr_freetext"
|
||||
path="/plugins/system/acf/layouts"
|
||||
file="dashboard"
|
||||
/>
|
||||
</fieldset>
|
||||
<fieldset name="settings" label="Settings" addfieldpath="plugins/system/nrframework/fields">
|
||||
<field name="ass_well" type="nr_well"
|
||||
label="NR_PUBLISHING_ASSIGNMENTS"
|
||||
description="ACF_ASSIGNMENTS_DESC"
|
||||
/>
|
||||
|
||||
<field name="assignments" type="radio"
|
||||
class="btn-group btn-group-yesno"
|
||||
label="JENABLED"
|
||||
default="1">
|
||||
<option value="1">JYES</option>
|
||||
<option value="0">JNO</option>
|
||||
</field>
|
||||
|
||||
|
||||
<field name="ass_well_end" type="nr_well"
|
||||
end="1"
|
||||
/>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</config>
|
||||
<media folder="media" destination="plg_system_acf">
|
||||
<folder>css</folder>
|
||||
<folder>js</folder>
|
||||
<folder>data</folder>
|
||||
</media>
|
||||
|
||||
<!-- Watchful -->
|
||||
<variant>pro</variant>
|
||||
</extension>
|
||||
Reference in New Issue
Block a user