-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refs 4776: Add content/templating nav to production
- Loading branch information
1 parent
f1ad285
commit aa78203
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -260,6 +260,31 @@ | |
], | ||
"description": "Link your external repositories to build images." | ||
}, | ||
{ | ||
"id": "templates", | ||
"appId": "contentSources", | ||
"title": "Templates", | ||
"href": "/insights/content/templates", | ||
"icon": "InsightsIcon", | ||
"product": "Red Hat Insights", | ||
"subtitle": "Red Hat Insights for RHEL", | ||
"alt_title": [ | ||
"template", | ||
"add template", | ||
"content", | ||
"custom content" | ||
], | ||
"permissions": [ | ||
{ | ||
"method": "isBeta" | ||
}, | ||
{ | ||
"method": "withEmail", | ||
"args": ["[email protected]"] | ||
} | ||
], | ||
"description": "Create content templates for use with systems." | ||
}, | ||
{ | ||
"title": "Patch", | ||
"id": "patch", | ||
|