| Current Path : /home/sunflowe/www2/vacancesfloride/plugins/editors/switcher/ |
| Current File : /home/sunflowe/www2/vacancesfloride/plugins/editors/switcher/switcher.xml |
<?xml version="1.0" encoding="utf-8"?> <extension version="2.5" type="plugin" group="editors" method="upgrade"> <name>plg_editors_switcher</name> <version>1.7.2</version> <author>Yoshiki Kozaki(www.joomler.net)</author> <authorEmail>info@joomler.net</authorEmail> <authorUrl>http://www.joomler.net</authorUrl> <creationDate>Apr 2012</creationDate> <copyright>(C) 2007-2011 Yoshiki Kozaki(www.joomler.net)</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <description>PLG_EDITOR_SWITCHER_XML_DESCRIPTION</description> <files> <filename plugin="switcher">switcher.php</filename> <folder>fields</folder> </files> <languages> <language tag="en-GB">en-GB.plg_editors_switcher.ini</language> <language tag="en-GB">en-GB.plg_editors_switcher.sys.ini</language> <language tag="fr-FR">fr-FR.plg_editors_switcher.ini</language> <language tag="fr-FR">fr-FR.plg_editors_switcher.sys.ini</language> <language tag="ja-JP">ja-JP.plg_editors_switcher.ini</language> <language tag="ja-JP">ja-JP.plg_editors_switcher.sys.ini</language> <language tag="ja-JU">ja-JU.plg_editors_switcher.ini</language> <language tag="ja-JU">ja-JU.plg_editors_switcher.sys.ini</language> </languages> <config> <fields name="params" addfieldpath="/plugins/editors/switcher/fields"> <fieldset name="Basic"> <field name="default_editor" type="customeditors" default="tinymce" label="PLG_EDITOR_SWITCHER_EDITOR" description="PLG_EDITOR_SWITCHER_EDITOR_DESC"> </field> <field name="confirmation" type="radio" default="1" label="PLG_EDITORS_SWITCHER_CONFIRMATION" description="PLG_EDITORS_SWITCHER_CONFIRMATION_DESC"> <option value="0">JNo</option> <option value="1">JYes</option> </field> <field name="cookie_days" type="text" size="5" label="PLG_EDITORS_SWITCHER_COOKIEDAYS" description="PLG_EDITORS_SWITCHER_COOKIEDAYS_DESC" /> </fieldset> </fields> </config> </extension>