Skip to content

Commit

Permalink
feat: add slots (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Apr 22, 2024
1 parent 47f3cd8 commit 4f0862f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,20 @@ app:
spec:
kcConfig:
clientId: "onecx-shell-ui"

slot:
enabled: true
specs:
menu:
name: "menu"
description: "Shell main menu"
horizontal:
name: "horizontalMenu"
description: "Shell horizontal menu"
headerRight:
name: "headerRight"
description: "Shell header right"
subHeader:
name: "subHeader"
description: "Shell sub header menu"

# PIPE Config

0 comments on commit 4f0862f

Please sign in to comment.