https://github.com/backdrop-contrib/rules_conditional
Provides inline conditional branching in Rules configuration for Backdrop CMS
https://github.com/backdrop-contrib/rules_conditional
backdropcms conditional trigger-events
Last synced: 10 months ago
JSON representation
Provides inline conditional branching in Rules configuration for Backdrop CMS
- Host: GitHub
- URL: https://github.com/backdrop-contrib/rules_conditional
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2024-11-28T13:16:29.000Z (about 1 year ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2024-11-30T08:27:48.000Z (about 1 year ago)
- Last Synced: 2025-02-10T13:18:21.818Z (11 months ago)
- Topics: backdropcms, conditional, trigger-events
- Language: PHP
- Homepage: https://backdropcms.org/project/rules_conditional
- Size: 108 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Conditional Rules
This module provides Rules plugins for conditionally altering execution flow
directly inside a group of actions. Provided plugins include:
- Conditional
- If/(Else) If
- Else
- Switch
- Case
- Default case
- While
Using these plugins, rules with relatively easy-to-read flows can be built without
creating numerous trivial components (with conditions) merely for branching actions.
This module also provides a condition set (rule), which evaluates as a condition
based on results from a set of actions. This is useful if a condition set
requires the results from a rule component.
Note that for elements with a condition (i.e. "if" and "while"), only a simple
condition can be configured. It is recommended that complex conditions be
constructed as a condition set and then used in the condition elements.
## Dependencies
- Rules
## Installation
- Install this module using the
[official Backdrop CMS instructions](https://docs.backdropcms.org/documentation/extend-with-modules)
## Issues
Bugs and feature requests should be reported in the
[issue queue](https://github.com/backdrop-contrib/conditional_rules/issues).
## Maintainers
- [indigoxela](https://github.com/indigoxela)
- Seeking additional maintainers
## Credits
Drupal maintainers:
* [Alan Lobo (alansaviolobo)](https://www.drupal.org/u/alansaviolobo)
* [Jason Zhang (zhangtaihao)](https://www.drupal.org/u/zhangtaihao)
## License
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.