Add a 'banner' extension point

Feature: Issue 5791
Change-Id: Id2ca0982888f972c4f7a815a29b9bc35738c7c5e
This commit is contained in:
brohlfs 2019-04-05 09:13:04 +02:00 committed by Ben Rohlfs
parent ca18bd0059
commit 848de213ab
2 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,11 @@ components.
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
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

View File

@ -147,6 +147,7 @@ limitations under the License.
color: var(--error-text-color);
}
</style>
<gr-endpoint-decorator name="banner"></gr-endpoint-decorator>
<gr-fixed-panel id="header">
<gr-main-header
id="mainHeader"