Component-Builder/admin/compiler/joomla_4/config.xml
Robot 87cd4305bb
Stable release of v5.0.0-alpha1
First alpha release of Component Builder towards Joomla 5 (very unstable...).
2024-03-09 21:52:51 +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>