Skip to content

This package provides a content navigation behavior, which allows you to show sub content by category.

Notifications You must be signed in to change notification settings

4teamwork/ftw.contentnav

Repository files navigation

Provides a content navigation behavior, which allows you to show sub content by category.

Plone 4.3.x and 5.1.x support

  • Add the package to your buildout configuration:
[instance]
eggs +=
    ...
    ftw.contentnav
  • Install the generic import profile.

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>

Python:

  1. Fork this repo
  2. Clone your fork
  3. Shell: ln -s development.cfg buidlout.cfg
  4. Shell: python boostrap.py
  5. Shell: bin/buildout

Run bin/test to test your changes.

Or start an instance by running bin/instance fg.

This package is copyright by 4teamwork.

ftw.contentnav is licensed under GNU General Public License, version 2.

About

This package provides a content navigation behavior, which allows you to show sub content by category.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages