Available: | Atlassian applications which support Atlassian Plugin Framework 2.1 and later will also support standard page decorators. |
Atlassian applications support standard page decorators, allowing your plugin to generate new web pages with consistent decoration by the host application across the Atlassian products.
Specify the decorator with an HTML meta
tag in your head
element:
1 2<html> <head> <meta name="decorator" content="atl.general"/> </head>
The following decorators are available.
Decorator | Description |
---|---|
| For application administration pages. Version of Atlassian Plugin Framework: 2.1 and later |
| For the header and footer of general pages outside the administration UI. Version of Atlassian Plugin Framework: 2.1 and later |
| For content that you want placed in a new browser popup window. Version of Atlassian Plugin Framework: 2.3 and later |
| For content on a page in the user profile. In the above example, the value of the
Note: The profile decorator is still experimental. In some applications it may function in the same way as Version of Atlassian Plugin Framework: 2.3 and later |
Rate this page: