Provides a content navigation behavior, which allows you to show sub content by category.
Project description
Introduction
Provides a content navigation behavior, which allows you to show sub content by category.
Compatibility
Plone 4.3.x and 5.1.x support
Installation
Add the package to your buildout configuration:
[instance] eggs += ... ftw.contentnav
Install the generic import profile.
Usage
The contentnav listing viewlet is registered for all Dexterity-Types. It shows categorized subcontent, within the context
The ftw.contentnav categorisation behavior extends your DX content by the functionality to add categories in the edit-view
You can simply add the contentnav categorisation behavior to your content by adding the following line to FTI:
<property name="behaviors">
<element value="ftw.contentnav.behaviors.content_categories.IContentCategories" />
</property>
Development
Python:
Fork this repo
Clone your fork
Shell: ln -s development.cfg buidlout.cfg
Shell: python boostrap.py
Shell: bin/buildout
Run bin/test to test your changes.
Or start an instance by running bin/instance fg.
Links
Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.contentnav
Copyright
This package is copyright by 4teamwork.
ftw.contentnav is licensed under GNU General Public License, version 2.
Changelog
1.1.0 (2019-10-23)
Add support for Plone 5.1.x. [mbaechtold]
Add Plone 5.1.x note to README.md. [busykoala]
1.0.2 (2017-02-28)
Strip duplicates when adding new categories through the edit form. [mbaechtold]
1.0.1 (2016-09-26)
Fix chameleon support. [jone]
1.0.0 (2016-09-26)
Initial release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.