name : wafexception.xml
<?xml version="1.0" encoding="utf-8"?>
<!--~
  ~ @package   admintools
  ~ @copyright Copyright (c)2010-2024 Nicholas K. Dionysopoulos / Akeeba Ltd
  ~ @license   GNU General Public License version 3, or later
  -->

<form addfieldprefix="Akeeba\Component\AdminTools\Administrator\Field">
    <config>
        <inlinehelp button="show"/>
    </config>
    <fieldset name="details">
        <!-- This field is required for saving an edited record correctly. DO NOT REMOVE. -->
        <field
                name="id"
                type="hidden"
                readonly="true"
                class="readonly"
        />

        <field
                name="option"
                type="components"
                label="COM_ADMINTOOLS_WAFEXCEPTIONS_LBL_OPTION"
                description="COM_ADMINTOOLS_WAFEXCEPTIONS_LBL_OPTION_DESC"
                default=""
        >
            <option value="">COM_ADMINTOOLS_WAFEXCEPTIONS_LBL_OPTION_SELECT</option>
        </field>

        <field
            name="view"
            type="text"
            label="COM_ADMINTOOLS_WAFEXCEPTIONS_LBL_VIEW"
            description="COM_ADMINTOOLS_WAFEXCEPTIONS_LBL_VIEW_DESC"
            default=""
        />

        <field
            name="query"
            type="text"
            label="COM_ADMINTOOLS_WAFEXCEPTIONS_LBL_QUERY"
            description="COM_ADMINTOOLS_WAFEXCEPTIONS_LBL_QUERY_DESC"
            default=""
        />

    </fieldset>
</form>

© 2025 Cubjrnet7