https://github.com/guillotinaweb/guillotina_contentrules
https://github.com/guillotinaweb/guillotina_contentrules
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillotinaweb/guillotina_contentrules
- Owner: guillotinaweb
- Created: 2017-07-06T04:32:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T16:49:12.000Z (over 8 years ago)
- Last Synced: 2025-04-19T19:25:57.904Z (6 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Guillotina Content Rules
========================This is very similar to the great plone.contentrules.
The concepts are the same, a rule consists of:
- conditions: Conditions to match when deciding to execute this rule. ONLY ONE HAS TO MATCH
- actions: Actions to perform on the ruleRules are executed when content is...::
- added
- modified
- removedAPI
---- GET /@content-rules
- POST /@content-rules
- PATCH /@content-rules
- DELETE /@content-rules