Space Manager
Returns the username of the spacemanager for the current or a given space.
Parameter
Name | Description | Type | This is a required field | Default | Values |
---|---|---|---|---|---|
Space | spacekey | ||||
Theme | Specifies a specific look and feel. | enum | username | username, boxed, small | |
Plain label | Used in the Theme "boxed". | string | |||
Internationalization i18n key for the label | Used in the Theme "boxed". Any available i18n key can be used. This proprety overwrites the Plain Label. | string | spaceadmin.manager |
Examples
Boxed Space Manager
{gu-spaceadmin:theme=boxed}
Boxed Space Manager with another label
Implemented with this issue THEME-42.
{gu-spaceadmin:theme=boxed|desci18n=author.name}
Space manager of the current Space
{gu-spaceadmin}
Space manager of another Space
{gu-spaceadmin:spaceKey=HR}