Add a 'banner' extension point
Feature: Issue 5791 Change-Id: Id2ca0982888f972c4f7a815a29b9bc35738c7c5e
This commit is contained in:
parent
ca18bd0059
commit
848de213ab
@ -35,6 +35,11 @@ components.
|
|||||||
|
|
||||||
The following endpoints are available to plugins.
|
The following endpoints are available to plugins.
|
||||||
|
|
||||||
|
=== banner
|
||||||
|
The `banner` extension point is located at the top of all pages. The purpose
|
||||||
|
is to allow plugins to show outage information and important announcements to
|
||||||
|
all users.
|
||||||
|
|
||||||
=== change-view-integration
|
=== change-view-integration
|
||||||
The `change-view-integration` extension point is located between `Files` and
|
The `change-view-integration` extension point is located between `Files` and
|
||||||
`Messages` section on the change view page, and it may take full page's
|
`Messages` section on the change view page, and it may take full page's
|
||||||
|
@ -147,6 +147,7 @@ limitations under the License.
|
|||||||
color: var(--error-text-color);
|
color: var(--error-text-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<gr-endpoint-decorator name="banner"></gr-endpoint-decorator>
|
||||||
<gr-fixed-panel id="header">
|
<gr-fixed-panel id="header">
|
||||||
<gr-main-header
|
<gr-main-header
|
||||||
id="mainHeader"
|
id="mainHeader"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user