Skip to content
Snippets Groups Projects
Commit ef3bd381 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

[misc] Improve parameter description.

parent c5d96d01
No related branches found
No related tags found
No related merge requests found
......@@ -957,7 +957,7 @@
<defaultValue/>
</property>
<property>
<description>The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified.</description>
<description>The root node id. This is useful if you want to display only the descendants of a given node (which is the specified root). The tree displays the children of the root node on the first level, so the root node is not actually displayed. The entire tree is displayed if the root node is not specified. The format of a node identifier is entityType:entityReference, where the entity type can be for instance wiki, space, document. E.g.: wiki:xwiki, space:xwiki:Main, document:xwiki:Main.WebHome</description>
</property>
<property>
<mandatory>0</mandatory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment