Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

ID

weave.publishedbookmark

Sub-tags

Name

Type

Cardinality

Default

Description

categoriesboolean0..1trueSet to false to disable categories
groupsboolean0..1trueSet to false to disable groups
groupedboolean0..1false

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"/>
  • No labels