Content Rules Action: Set layout for a content item
Project description
Overview
Content Rules: Metadata Conditions and Actions (sc.contentrules.metadata) package provides a set of content rule conditions and actions to deal with content item metadata.
This package is tested with Travis CI:
Actions
This package provides the following content rules actions:
Set Language
Content rule action to set the Language metadata field on a content item.
Set Rights
Content rule action to set the Rights metadata field on a content item. i.e.: “Copyleft 2013 - Radio del Sur”
Set Creators
Content rule action to set the Creators metadata field on a content item. i.e.: “Lawrence Lessig”
Set Contributors
Content rule action to set the Contributors metadata field on a content item. i.e.: “et al.”
Conditions
This package provides the following content rules conditions:
Tag
Content rule condition that will apply only when the current content item contains the selected Tags.
Requirements
Plone 4.1.x and above (http://plone.org/products/plone)
Installation
To enable this product,on a buildout based installation:
Edit your buildout.cfg and add sc.contentrules.metadata to the list of eggs to install
[buildout] ... eggs = sc.contentrules.metadata
After updating the configuration you need to run the ‘’bin/buildout’’, which will take care of updating your system.
Contributors
Érico Andrei [ericof] – Initial idea
Hector Velarde [hvelarde] – Packaging
Sponsors
Development sponsored by OpenMultimedia and Simples Consultoria.
Changelog
1.0b1 (2013-01-14)
Initial release [ericof]