Skip to content

Commit

Permalink
Add endpoints and harmonize and use _ps_mixins.scss (#197)
Browse files Browse the repository at this point in the history
* feat: add endpoint config, use _ps_mixins.scss

* feat: align mixins.scss file
  • Loading branch information
HenryT-CG authored Aug 24, 2024
1 parent d83d331 commit 16aa775
Show file tree
Hide file tree
Showing 19 changed files with 1,853 additions and 2,235 deletions.
7 changes: 7 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ app:
technology: WEBCOMPONENTMODULE
remoteName: onecx-product-store
tagName: ocx-product-store-component
endpoints:
- name: product-detail
path: /{product-name}
- name: apps
path: /apps
- name: slots
path: /slots
# Permission
permission:
enabled: true
Expand Down
Loading

0 comments on commit 16aa775

Please sign in to comment.