Component-Builder/admin/compiler/joomla_4/config.xml
Robot d1e1a56671
Stable release of v3.2.0-beta1
Move beta to main repo. Fix #1053 so that the right and left tabs display correctly in Joomla 4&5.
2024-03-02 22:10:30 +02:00

19 lines
403 B
XML

<?xml version="1.0" encoding="utf-8"?>
<config>
###CONFIG_FIELDSETS###
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
description="JCONFIG_PERMISSIONS_DESC">
<field
name="rules"
type="rules"
label="JCONFIG_PERMISSIONS_LABEL"
class="inputbox"
validate="rules"
filter="rules"
component="com_###component###"
section="component"
/>
</fieldset>
</config>