34 lines
963 B
XML
34 lines
963 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!--
|
||
|
|
* @package MokoSuiteOpenGraph
|
||
|
|
* @subpackage com_mokoog
|
||
|
|
* @author Moko Consulting <hello@mokoconsulting.tech>
|
||
|
|
* @copyright Copyright (C) 2026 Moko Consulting. All rights reserved.
|
||
|
|
* @license GNU General Public License version 3 or later; see LICENSE
|
||
|
|
-->
|
||
|
|
<config>
|
||
|
|
<fieldset name="general">
|
||
|
|
<field
|
||
|
|
type="note"
|
||
|
|
label="COM_MOKOOG_CONFIG_NOTE_LABEL"
|
||
|
|
description="COM_MOKOOG_CONFIG_NOTE_DESC"
|
||
|
|
/>
|
||
|
|
</fieldset>
|
||
|
|
<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_mokoog"
|
||
|
|
section="component"
|
||
|
|
/>
|
||
|
|
</fieldset>
|
||
|
|
</config>
|