[All Adaptavist Apps]

Page tree

Versions Compared

Key

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

...

Property

Required

Default

Notes

Theme Panels Only

Ver

decorator

(error)all decorators

n/a

Only hide the content when a specific decorator us being used, eg. "printable", etc.

(tick)

 

contextaction

(error)all contexts

n/a

Only hide the content for specific contextaction(s), eg. "page", "global", etc.

(tick)

 

viewpage". NB: The ".action" part of the action name should not be included.

 

3.0

context

(error)

n/a

mode

(error)

all modes

Only hide the content for specific modescontext(s), eg. "viewpage", "editglobal", "dashboard", etc.

(tick)

 

spacemode

(error)n/a

all modes

Only hide the content if a specific space (referred to by the Space Key) exists.for specific modes, eg. "view", "edit", etc.

(tick) 

 

pagespace

(error)

n/a

Only hide the content if a specific page space (referred to by the page titleSpace Key) exists.

 

 

titlespacekey

(error)

current space

The space against which permission checks will be made. Default is current space.

 

 

pagetitle

(error)

current page

the page against which permission checks will be made. Default is current page

n/a

Only hide the content if the current page has a specific title

 

 

labelpage

(error)

n/a

Only hide the content if the the current location (page, news, etc) has the specified label(s), eg. "my:favourite", "meetings", etca specific page (referred to by the page title) exists. @parent can be used to hide data if the page is not at the root level, @child can be used to hide data if the page has children.

 

 

metadatapluginkey

(error)

n/a

Metadata associated with the current location in the frormat: "myKey1:myValue1", etc.

 

The key of a plugin which must be enabled for the content to be shown

 

 

title

3.0

action

(error)

n/a

A comma separated list of actions (eg: viewpage/login/logout) where the content should be hidden

 

3.0

spacekey

(error)

current space

The space against which checks will be made

 

3.0

pagetitle

(error)

current page

The page against which checks will be made

 

3.0

Only hide the content if the current page has a specific title

 

 

labelpluginkey

(error)

n/a

The key of a plugin which must be enabled for the content to be hidden

 

Only hide the content if the the current location (page, news, etc) has the specified label(s), eg. "my:favourite", "meetings", etc.

 

 3.0

spacelabel

(error)

n/a

A comma separated list of labels applied to the space for which the content should be hidden

 

3.0

Only hide the content if the the current space has the specified label(s), eg. "meetings", etc.

 

 

teammetadata

(error)

n/a

comma separated list of metadata name:value pairs where the content should be hidden (recursable)

 

3.0

Only hide the content if the the current space has the specified team label(s), eg. "sales,marketing", etc.

 

 

metadatateam

(error)

n/a

A comma separated list of team-labels applied to the space for which the content should be hidden

 

Metadata associated with the current location in the format: "myKey1:myValue1, myKey1:myValue1, etc". when checking for a key with a specific value. To check for the existance of metadata with any value supply a commas separated list of key names, eg: "mykey1, mykey2, mykey3" or mix & match "mykey1, mykey2:myvalue2"

 

 3.0

user

(error)

n/a

Matches against the name of the logged in user current user (NB: modified by withuser) - A comma separated list of usernames. Use @anonymous for anonymous users only, @creator for the creator of the current space, @author for the author of the current page.

 

3.0

withuser

(error)

@current

Username username that user/group/permission checks should be run against (inc . This includes @anonymous, @creator, @author, @current )

 

3.2.2

group

(error)

n/a

A comma separated list of user groups that the current user (NB: modified by withuser) should be a member of

 

3.0

permission

(error)Any permission

n/a

A comma separated list of permissions:

  • view - user has view permission
  • comment - user can add comments
  • createpage - user can create pages
  • createnews - user can create news
  • edit - user can edit pages or news
  • remove - user can remove (delete) pages, news or comments
  • attach - user can attach files
  • export - user can export pages or the space
  • createspace - user can create spaces
  • spaceadmin - user is a space admin
  • siteadmin - user is a site admin

 

3.0

recurse

(error)

false

Should parent pages (if applicable) be checked for title, labels and metadata?

  • false - only check the current page (default)
  • true - also check parent pages, eg. does the current page or any of it's parents have the specified label, etc.

 

3.0

restriction

(error)All groups

n/a

hide content if the page has a restriction in place (none/view/edit/vieworedit/viewandedit - recursable).

 

3.0

useragent

(error)

n/a

A comma separated list of tokens to match against the user agent string of the requesting browser.

(error)

3.2.1

attachment

(error)

n/a

comma separated list of filenames, one of which must be attached to the current page for the content to be hidden.
NB: This parameter is only processed if context is a page or a blogpost.

(error)

3.2.2

...