Your IP : 216.73.216.240


Current Path : /home/juvelize/www/plugins/editors-xtd/customtext/
Upload File :
Current File : /home/juvelize/www/plugins/editors-xtd/customtext/customtext.xml

<?xml version="1.0" encoding="utf-8"?>


<extension version="3.1" type="plugin" group="editors-xtd" method="upgrade">


    <name>Button - Custom Text</name>


    <author>aras</author>


    <creationDate>October 2013</creationDate>


    <copyright>Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.</copyright>


    <license>GNU General Public License version 2 or later; see LICENSE.txt</license>


    <authorEmail>info@mysysadmintips.com</authorEmail>


    <authorUrl>www.mysysadmintips.com</authorUrl>


    <version>1.4</version>


    <description>Custom Text Button v1.4. Adds editor button that allows to insert any predefined text into articles. Don't forget to publish the plugin and set your text in plugin parameters</description>


    <files>


        <filename plugin="customtext">customtext.php</filename>


        <filename>index.html</filename>


    </files>


	<config>


	<fields name="params">


		<fieldset name="basic">


		<field


			name="custom_text"


			type="text"


			filter="raw"


			default=""


			label="Custom Text"


			description="Enter your custom text"


			size="50" />


		<field


			name="label"


			type="text"


			default="Custom Text"


			label="Button Label"


			description="Enter label text for the button"


			maxlength="15"


			size="10" />


		</fieldset>


		


	</fields>


	</config>


</extension>