skip to navigation
skip to content

collective.contentrules.talesaction 1.0

An add-on to add TALES expression actions in your content rules

Downloads ↓

Installation

Add collective.contentrules.talesaction to the 'egg' parameter of your buildout section

[buildout]
...
eggs +=
    ...
    collective.contentrules.talesaction

Or add it to the install_requires parameter of the setup.py of your module

setup(
    ...
   install_requires=[
    ...
    'collective.contentrules.talesaction',
    ]

Then restart your buildout and your instance.

Use

Go to the Rules section of Site configuration. You can now add TALES Expression action to the actions of your rules. Changelog =========

1.0 (2011-04-13)

  • Initial release
 
File Type Py Version Uploaded on Size # downloads
collective.contentrules.talesaction-1.0.zip (md5) Source 2011-04-13 21KB 271