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/alert/alert.xml
<?xml version="1.0" encoding="utf-8"?>
<element type="alert">
   <title>Alert</title>
   <icon>media/jdbuilder/images/icons/elements/alert.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/alert-element/</documentation>
   <form>
      <fields>
         <fieldset name="general" label="JDB_GENERAL_TITLE">
            <field type="group" name="basic" label="JDB_BASIC_TITLE"></field>
            <!--  Element Options -->
            <field
               type="list"
               name="alertType"
               label="JDB_ALERT_TYPE_LABEL"
               default="success"
               group="basic"
            >
               <option value="primary">JDB_PRIMARY</option>
               <option value="secondary">JDB_SECONDARY</option>
               <option value="success">JDB_SUCCESS</option>
               <option value="danger">JDB_DANGER</option>
               <option value="warning">JDB_WARNING</option>
               <option value="info">JDB_INFO</option>
            </field>
            <field
               name="alertHeading"
               type="text"
               label="JDB_ALERT_HEADING_LABEL"
               default="This is an Alert"
               group="basic"
            >
            </field>
            <field
               name="alertHeadingTypography"
               type="typography"
               label="JDB_ALERT_HEADING_TYPOGRAPHY_LABEL"
               group="basic"
               showon="params.alertHeading!=''"
               responsive="true"
            >
            </field>
            <field
               name="alertContent"
               type="editor"
               label="JDB_ALERT_CONTENT_LABEL"
               default="I am a description. Click the edit button to change this text."
               group="basic"
            >
            </field>
            <field
               name="alertContentTypography"
               type="typography"
               label="JDB_ALERT_TYPOGRAPHY"
               group="basic"
               showon="params.alertContent!=''"
               responsive="true"
            >
            </field>
            <field
               name="alertIcon"
               type="icon"
               label="JDB_ALERT_ICON_LABEL"
               default=""
               group="basic"
            >
            </field>
            <field
               name="dismissButton"
               type="switch"
               label="JDB_ALERT_DISMISS_BUTTON_LABEL"
               default="true"
               group="basic"
            >
            </field>
         </fieldset>
      </fields>
   </form>
</element>