Add a 'banner' extension point
Feature: Issue 5791
Change-Id: Id2ca0982888f972c4f7a815a29b9bc35738c7c5e
(cherry picked from commit 848de213ab
)
This commit is contained in:
parent
7d78ef8e29
commit
e6276f59f6
@ -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
|
||||
|
@ -146,6 +146,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"
|
||||
|
Loading…
Reference in New Issue
Block a user