projects / org / ezpublishlegacy / bfezrules
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
bfezrules | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Purpose: to add the ability to process generic rule lists, producing a set of "actions" coming out of that.
You can also think about this as override that
See examples below.
None.
None.
Just add as extension.
In your code, call either of the provided functions.
How to define rule sets:
In bfezrules.ini, have a following structure:
[RuleSet_SetName]
RuleSet[]
RuleSet[]=extension/bfezrules/settings/standardVariableGather.xml
RuleSet[]=extension/{yourextension}/settings/standardExclusions-YourSite.xml
These files will be processed one by one, and you'll get a list of action XML nodes in the end.
Please take a look at extension bfchildlimitation, file standardExclusions-Multisite.xml
When that extension is activated, it will cleanse the admin user of stupid actions (like the ability to add non-user objects in the user section).