ID
weave.publishedbookmark
Sub-tags
Name | Type | Cardinality | Default | Description |
---|---|---|---|---|
categories | boolean | 0..1 | true | Set to false to disable categories |
groups | boolean | 0..1 | true | Set to false to disable groups |
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. |
Examples
Bookmark action examples
Default bookmark tool
<item action="weave.publishedbookmark"/>
Bookmarks with single level of grouping
<item action="weave.publishedbookmark" categories="false"/>
Bookmarks with two levels of grouping
<item action="weave.publishedbookmark" categories="false" groups="false"/>