Spade

Mini Shell

Directory:~$ /proc/self/root/home/lmsyaran/public_html/plugins/content/remove_permission/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/home/lmsyaran/public_html/plugins/content/remove_permission/remove_permission.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="4"
group="content" method="upgrade">
	<name>PLG_CONTENT_REMOVE_PERMISSION</name>
	<creationDate>13th February, 2022</creationDate>
	<author>Lmskaran</author>
	<authorEmail>info@Lmskaran.com</authorEmail>
	<authorUrl>http://Lmskaran.com</authorUrl>
	<copyright>Copyright (C) 2015. All Rights Reserved</copyright>
	<license>GNU/GPL Version 2 or later -
http://www.gnu.org/licenses/gpl-2.0.html</license>
	<version>1.0.0</version>
	<description>PLG_CONTENT_REMOVE_PERMISSION_XML_DESCRIPTION</description>

	<!-- Language files -->
	<languages folder="language">
		<language
tag="en-GB">en-GB/en-GB.plg_content_remove_permission.ini</language>
		<language
tag="en-GB">en-GB/en-GB.plg_content_remove_permission.sys.ini</language>
	</languages>

	<!-- Plugin files -->
	<files>
		<filename
plugin="remove_permission">remove_permission.php</filename>
		<filename>index.html</filename>
		<folder>language</folder>
		<folder>fields</folder>
		<folder>rules</folder>
	</files>

	<!-- Config parameter -->
	<config>
	<fields name="params">
	<!-- default paths of basic fieldset points to the plugin -->
	<fieldset name="basic" label="basic"
		addrulepath="/plugins/content/remove_permission/rules"
		addfieldpath="/plugins/content/remove_permission/fields"
	>
		<!--  Remove_permission_context Field. Type: Text. (joomla) -->
	<field type="text"
               name="remove_permission_context"
              
label="PLG_CONTENT_REMOVE_PERMISSION_REMOVE_PERMISSION_CONTEXT_LABEL"
               size="10"
               maxlength="1000"
               default=""
              
description="PLG_CONTENT_REMOVE_PERMISSION_REMOVE_PERMISSION_CONTEXT_DESCRIPTION"
               class="text_area"
               readonly="false"
               disabled="false"
               required="false"
               filter="STRING"
              
message="PLG_CONTENT_REMOVE_PERMISSION_REMOVE_PERMISSION_CONTEXT_MESSAGE"
               autocomplete="on" />
	</fieldset>
	</fields>
	</config>
</extension>