Skip to content

Commit

Permalink
Add i18n key for the UI menu (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Jul 12, 2023
1 parent dc0a472 commit ee452f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui-configuration.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ type MenuItem {
description: String
# The document link for the latest version of this feature.
documentLink: String
# The i18n key for the title and description of this feature display in the UI.
i18nKey: String
}

extend type Query {
Expand Down

0 comments on commit ee452f9

Please sign in to comment.