Versions Compared

Key

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

...

  1. Go to Administration -> Look and Feel -> Layouts (or type 'gg layouts' for a shortcut)
    Image RemovedImage Added
  2. On the Global Layout line, click 'Create custom'
  3. Search for the div containing the welcome message:

  4. Below the div, insert the Velocity markup:

    Code Block
    ## Dashboard customization
    $helper.renderConfluenceMacro("{include:TECH:_dashboard|nopanel=true}")

    where TECH is the name of the space your content resides in.

    Use surrounding whitespace and indentation to make it visually distinguishable:

...