acf
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="accesslevel"
|
||||
label="NR_USERACCESSLEVEL"
|
||||
description="NR_USERACCESSLEVEL_DESC"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
/>
|
||||
<field name="note" type="ruleValueHint"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nrcomponents"
|
||||
label="NR_ASSIGN_COMPONENTS"
|
||||
description="NR_ASSIGN_COMPONENTS_DESC"
|
||||
multiple="true"
|
||||
frontend="true"
|
||||
class="hasChosen"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="contentlanguage"
|
||||
label="NR_ASSIGN_LANGS"
|
||||
description="NR_ASSIGN_LANGS_LIST_DESC"
|
||||
multiple="true"
|
||||
class="hasChosen"
|
||||
/>
|
||||
</fieldset>
|
||||
</form>
|
||||
36
plugins/system/nrframework/xml/conditions/joomla/menu.xml
Normal file
36
plugins/system/nrframework/xml/conditions/joomla/menu.xml
Normal file
@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"
|
||||
label="NR_MENU_ITEMS"
|
||||
/>
|
||||
<field name="value" type="nrmenuitems"
|
||||
label="NR_MENU_ITEMS"
|
||||
multiple="true"
|
||||
description="NR_MENU_ITEMS_DESC"
|
||||
/>
|
||||
<fields name="params">
|
||||
<field name="noitem" type="list"
|
||||
label="NR_ASSIGN_MENU_NOITEM"
|
||||
description="NR_ASSIGN_MENU_NOITEM_DESC"
|
||||
class="switcher btn-group"
|
||||
filter="intval"
|
||||
size="1"
|
||||
default="0">
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
</field>
|
||||
<field name="inc_children" type="list"
|
||||
label="NR_ASSIGN_MENU_CHILD"
|
||||
description="NR_ASSIGN_MENU_CHILD_DESC"
|
||||
class="switcher btn-group"
|
||||
filter="intval"
|
||||
size="1"
|
||||
default="0">
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
<option value="2">JONLY</option>
|
||||
</field>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</form>
|
||||
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="nrgrouplevel"
|
||||
label="NR_USERGROUP"
|
||||
description="NR_USERGROUP_DESC"
|
||||
multiple="true"
|
||||
/>
|
||||
<field name="note" type="ruleValueHint"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
14
plugins/system/nrframework/xml/conditions/joomla/userid.xml
Normal file
14
plugins/system/nrframework/xml/conditions/joomla/userid.xml
Normal file
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fieldset name="general">
|
||||
<field name="operator" type="comparator"/>
|
||||
<field name="value" type="tfinputrepeater"
|
||||
label="NR_USER"
|
||||
description="NR_ASSIGN_USER_SELECTION_DESC">
|
||||
<form>
|
||||
<field name="value" type="user" />
|
||||
</form>
|
||||
</field>
|
||||
<field name="note" type="ruleValueHint"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
Reference in New Issue
Block a user