Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>This is my Example action!</title>
- </head>
- <body>
- #applyDecorator("root")
- #decoratorParam("helper" $action.helper)
- #decoratorParam("context" "space-administration")
- #decoratorParam("mode" "view-space-administration")
- #applyDecorator ("root")
- #decoratorParam ("context" "spaceadminpanel")
- #decoratorParam ("selection" "add-fpc-label-action-web-ui")
- #decoratorParam ("title" $action.getText("action.name"))
- #decoratorParam ("selectedTab" "admin")
- #decoratorParam("helper" $action.helper)
- <strong>Hello, Confluence World!</strong>
- #end
- #end
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement