Skip to content

collective/collective.facets

Repository files navigation

image

Introduction

Provide a control panel for site administrators to add additional facets to classify their content. Facets are keyword, text or fixed vocabulary fields added to the categorisation tab of all content types across your site. If you are looking for fields just on certain content types then look instead at Dexterity or archetypes.schemaextender.

All fields are available to be used in criteria for collections and viewable in the tabular view of a collection. They are easy to use with plugins such as eea.facetednavigation, collective.portlet.filtersearch or collective.portlet.collectionbysubject.

These field values aren't viewable on the item itself and aren't included in the html head metadata fields. They are designed to aid in internal organisation of content only. If you'd like the fields to appear in the view of the item you can use collective.listingviews or use another method to create a new view template.

Related Plugins

collective.pigeonhole: c.pegeonhole allows for more field types by using the schemaeditor, how it doesn't yet work with indexes and collections.

collective.taxonomysupport: creates a new field on content and criterian in collections but also sets the vocabulary of the field to be determined by special folders in the content area.

redomino.advancedkeyword: changes the default tags field to be hierarchical.

collective.taxonomy: Allows you to create and manage large heirachical vocabularies (aka a taxonomy). Is applied to Dexterity content via by creating behaviours and then applying those behaviours to the content types you want. Works with collections. Doesn't support other kinds of fields other than taxomony.

collective.categorizing: TODO

metanav: TODO

Functionality

A site administrator can:

  • Add a new facet
  • Remove a facet
  • Edit the description and title which will appear on /edit and also on collections
  • Specify the facet as either a TextField, Keyword/Folksomony or selected from an enforced vocabulary.

Compatibility

Works with Plone 4.1, 4.2 and 4.3. Works with both new style collections and old style. Currently only works with Archetypes not Dexterity

Future Functionality

  • Rename a facet without losing values (#TODO)
  • Make a facet required (#TODO)
  • Rename values (#TODO)
  • Hide the default "Keywords" field (#TODO)
  • Support for dexterity

About

Let's admins add new facets to all content via the control panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages