Versions Compared

Key

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

Syntax

admSetSpaceStylesheet(spaceKey, style)

Description

Excerpt
Adds a space stylesheet to customize the look and feel of a single space within Confluence.

Parameters

Parameter name

Type

Required

Description

spaceKey

StringstringtrueThe key of the Confluence space to which the syle should be applied
styleStringstringtrueA String representing the css styles for the space

...

Returns true if the stylesheet was successfully applied

Example

Code Block
return admSetSpaceStylesheet("MS", "#paragraph1 {margin: 0;}");

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "ps_conf"
labelsjira_comment_routine


Adds a space stylesheet to customize the look and feel of a single space within Confluence.