Skip to main content

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

Project description

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

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.contentrules.talesaction-1.0.zip (22.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page