Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleProperties


Section
level2
titleIdentifier

 The identifier uniquely identifies the content within the document. An HTML element will be rendered with that id as an attribute.


Section
level2
titleTags

Allows to tag the content for transclusion with the Transclusion Macro. You may specify more than one tag in this comma separated list.


Section
level2
titleHide

The flag allows to not render the content, if checked. Use this parameter to temporarily hide content from being show to readers.


Section
level2
titleIgnore Template Buttons

If checked template button macros are regarded as whitespace.

This allows to add a template button to create subordinate pages without rendering the section just because of the button being part of the body.


Section
level2
titleRequired Roles

Readers require the given roles to have access to the content. If not specified, the content is accessible to anyone.

Transclusion
documentSecurity Note for Hide Macros
idsbox

The user must have one of the specified roles, not all, to access the content.

Add the name of roles here you have (optionally) defined with a role document. It is required that the name of the role is created as a Confluence group.

Note Box
titleCase insensitive

Note that while Confluence group names are required to be lower case, the names of roles may still be provided in mixed case.



Section
level2
titleRequired Permissions

Readers require the given permissions to have access to the content.

Transclusion
documentSecurity Note for Hide Macros
idsbox


PermissionDescription
no-permissions-requiredThe content is accessible by anyone who has access to the page.
authenticated

Users have to be logged in to access the content.

Usually you have to be a team member in the role of a reader to access the content.

write-access

Users have to have write access to access the content.

The content will only be rendered to authors.

Since version 1.7.1 the space property pretend-being-a allows to override this value.


Section
level2
titleRequired Document Properties

The listed document properties are required to be set to a non-empty value to show the content.

The names have to be comma-separated.

Available since version 1.10.

Transclusion
documentSecurity Note for Hide Macros
idsbox

The property names are allowed to be prefixed with an exclamation mark (!) in which case the content is only shown if the value of the space property is not blank.

projectdoc-box-version

Since version 2.4.1 it is possible to check for a certain property value.

Code Block
property-name=my-value,!property-name2=other-value




projectdoc-section
level2
titleRequired Space Properties

The listed space properties are required to be set to a non-empty value to show the content.

The names have to be comma-separated.

Available since version 1.1.8.

Transclusion
documentSecurity Note for Hide Macros
idsbox

Since version 1.8.0 property names are allowed to be prefixed with an exclamation mark (!) in which case the content is only shown if the value of the space property is not blank.


Section
level2
titleCSS Classes

Specify the CSS classes to be attached to the div element around the marked content.

Example Box


Transclusion
documentCSS Classes for Sections and Content Fragements
idsContent



Note Box

The parameter is supported since version 1.6.0.



Section
level2
titleWrapping Element

Specify element to enclose the macro body.


...