HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/backip-old-files/plugins/system/jdbuilder/elements/jmodule/jmodule.xml
<?xml version="1.0" encoding="utf-8"?>
<element type="jmodule">
   <title>Joomla Module</title>
   <icon>media/jdbuilder/images/icons/elements/jmodule.svg</icon>
   <creationDate>March 2019</creationDate>
   <author>JoomDev</author>
   <authorEmail>info@joomdev.com</authorEmail>
   <authorUrl>https://www.joomdev.com</authorUrl>
   <copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
   <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
   <version>1.0</version>
   <description>Element Description Here</description>
   <documentation>https://docs.joomdev.com/article/joomla-module/</documentation>
   <form>
      <fields>
         <fieldset name="general" label="JDB_GENERAL_TITLE">
            <field type="group" name="basic" label="JDB_CONTENT_LBL"></field>
            <field
               type="alert"
               label="warning"
               description="JDB_MODULE_ALERT"
               group="basic"
            >
            </field>
            <field
               type="radio"
               label="JDB_ELEMENT_TYPE_LABEL"
               name="type"
               default="module"
               radiotype="buttons"
               group="basic"
            >
               <option value="module">JDB_MODULE</option>
               <option value="position">JDB_MODULE_POSITION</option>
            </field>
            <field
               name="module"
               type="jmodule"
               label="JDB_MODULE"
               default=""
               group="basic"
               showon="params.type == 'module'"
            />
            <field
               name="position"
               type="jposition"
               label="JDB_MODULE_POSITION"
               default=""
               group="basic"
               showon="params.type == 'position'"
            />
            <field
               name="style"
               type="chromestyle"
               label="JDB_MODULE_STYLE"
               default="0"
               group="basic"
            />
         </fieldset>
      </fields>
   </form>
</element>