This package defines a schema-extender that provides a new field "rich_description".
This is a full-text searchable text-field with a RichWidget.
All object types are marked as "extendarable" by custom interface IRichDescriptionExtenderable::
<class class="Products.Archetypes.BaseObject.BaseObject">
<implements interface=".interfaces.IRichDescriptionExtenderable" />
</class>
Manager can choose wich types apply extender to.
By default only Folder and Page types are extended.
Field "description" will be hidden automatically.
This package provides a configlet that makes possibile to choose the set of portal-types which to attach the new field to (PloneSite/@@richdescription-controlpanel).
If you used v1.0 you should run the view PloneSite/@@richdescription-fix-empty
to fix those objects
that have an empty Description
indexed due to a bug in version < 1.0.1.
- Plone >= 4.x
- archetypes.schemaextender
- plone.dexterity
GNU GPL v2 (see docs/LICENCE.txt for details)