ID
weave.publishedbookmark
...
Name | Type | Cardinality | Default | Description |
---|---|---|---|---|
categories | boolean | 0..1 | true | Set to false to disable categories, you only need to set this attribute (to false) if you have configured the bookmarks to include categories but you want to include one of the bookmark tools in a client without the categories. If you have not configured a data definition for the categories in the bookmark config then this flag will not do anything, refardless of it being set to true or false. |
groups | boolean | 0..1 | true | Set to false to disable groups, you only need to set this attribute (to false) if you have configured the bookmarks to include groups but you want to include one of the bookmark tools in a client without the groups. If you have not configured a data definition for the groups in the bookmark config then this flag will not do anything, regardless of it being set to true or false. |
grouped | boolean | 0..1 | false | Change the way groups are displayed This pre-dates the addition of the groups and categories properties (added in 2.5.29) and switches between grouping bookmarks based on the user id or just including the user id in the text. |
Info |
---|
The categories and groups used for this tool are configured via separate configuration items. This tool is directly configurable enough just to turn off the use of categories and groups, to configure the categories and groups themselves requires a separate configuration, an example of which can be seem on this page Client Actions Bookmarks - Standard Bookmark Action |
Examples
Bookmark action examples
Code Block | ||||
---|---|---|---|---|
| ||||
<item action="weave.publishedbookmark"/> |
...
Code Block | ||||
---|---|---|---|---|
| ||||
<item action="weave.publishedbookmark" categories="false"/> |
...
Code Block | ||||
---|---|---|---|---|
| ||||
<item action="weave.publishedbookmark" categories="false" groups="false"/> |
...