/
home
/
assocoweys
/
cdc93
/
plugins
/
content
/
content_jsonreset
/
Upload File
HOME
<?xml version="1.0" encoding="utf-8"?> <extension version="3.0" type="plugin" method="upgrade" group="content"> <name>Content - Json fix</name> <author>J2Store</author> <creationDate>October 2016</creationDate> <copyright>Copyright (c) 2016 J2Store.org All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>support@j2store.org</authorEmail> <authorUrl>http://j2store.org</authorUrl> <version>1.1</version> <description>This plugin is used to fix invalid json data in Articles attribs field. </description> <files> <filename plugin="content_jsonreset">content_jsonreset.php</filename> <filename>index.html</filename> <folder>fields</folder> </files> <languages> <language tag="en-GB">languages/en-GB.plg_content_jsonreset.ini</language> </languages> <config> <fields name="params"> <fieldset name="basic" label="CONTENT_BASIC" addfieldpath="/plugins/content/content_jsonreset/fields"> <field name="json_list" type="jsonfix" label="CONTENT_ERROR_JSON_LIST" description="CONTENT_ERROR_JSON_LIST_DESC"/> </fieldset> </fields> </config> </extension>