You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,16 @@ This product will let you categorize created content using a category identified
21
21
22
22
A dexterity behavior can be enabled and will add a field "content category" that will list available categories defined in a configuration.
23
23
24
-
So you first have to define the categories by adding a ContentCategoryConfiguration somewhere. Then add a CategoryGroup on which some extra features may be activated :
24
+
So you first have to define the categories by adding a ContentCategoryConfiguration somewhere. Then add a CategoryGroup on which some extra features may be activated :
25
25
26
26
- is content confidential?
27
27
- is content an element to print?
28
28
- is content an element to sign?
29
+
- is content an element to approve?
29
30
30
31
If activated, these fields will be available on the content using the behavior.
31
32
32
-
Then into a CategoryGroup, you will be able to add ContentCategory that are characterized by a title and an icon. These ContentCategory elements will be the terms of a vocabulary used to select a category on a content using the behavior.
33
+
Then into a CategoryGroup, you will be able to add ContentCategory that are characterized by a title and an icon. These ContentCategory elements will be the terms of a vocabulary used to select a category on a content using the behavior.
33
34
34
35
This package is widely overridable and is made to manage many usecases of iconified categories.
0 commit comments