-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
39 lines (24 loc) · 899 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.. contents::
Introduction
============
This package allows to create and mantain vocabularies.
Install
=======
Just add this package to your buildout eggs list and install it
Usage
=====
Add a "Vocabulary" and then create "Terms" inside it as you would do with
any content type.
The vocabulary id is going to be the Vocabulary object id, with
'collective.dynamicvocab.' as prefix.
The 'Summary' field from the object will be used as the description for the
vocabulary
You can go to the "Dexterity Content Types" tool, add a choice field to any
content type, and choose the newly created vocabulary to be used.
TODO
====
Vocabularies are registered as persistent utilities with the root object
(Plone Site) as context.
It remains yet to be done to unregister the utility when deleting the
Vocabulary object.
An uninstall profile that removes the persistent utilities is also missing.