Skip to content

Commit

Permalink
IBX-8137: Added User related subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jul 4, 2024
1 parent 311c2d0 commit 147dc93
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ibexa/commerce/5.0/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ ibexa:

page_layout: "@ibexadesign/pagelayout.html.twig"
user_content_type_identifier: ['user', 'customer', 'member']
notifier:
subscriptions:
Ibexa\Contracts\User\Notification\UserPasswordReset:
channels:
- email
Ibexa\Contracts\User\Notification\UserInvitation:
channels:
- email
site:
languages: [eng-GB]
user_content_type_identifier: ['customer']
Expand Down
8 changes: 8 additions & 0 deletions ibexa/experience/5.0/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ ibexa:

page_layout: "@ibexadesign/pagelayout.html.twig"
user_content_type_identifier: ['user']
notifier:
subscriptions:
Ibexa\Contracts\User\Notification\UserPasswordReset:
channels:
- email
Ibexa\Contracts\User\Notification\UserInvitation:
channels:
- email
site:
languages: [eng-GB]

Expand Down
8 changes: 8 additions & 0 deletions ibexa/headless/5.0/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ ibexa:

page_layout: "@ibexadesign/pagelayout.html.twig"
user_content_type_identifier: ['user']
notifier:
subscriptions:
Ibexa\Contracts\User\Notification\UserPasswordReset:
channels:
- email
Ibexa\Contracts\User\Notification\UserInvitation:
channels:
- email
site:
languages: [eng-GB]

Expand Down
9 changes: 8 additions & 1 deletion ibexa/oss/5.0/config/packages/ibexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,14 @@ ibexa:
icon_sets:
public_icons: /bundles/ibexaadminui/img/ibexa-icons.svg
default_icon_set: public_icons

notifier:
subscriptions:
Ibexa\Contracts\User\Notification\UserPasswordReset:
channels:
- email
Ibexa\Contracts\User\Notification\UserInvitation:
channels:
- email
site:
languages: [eng-GB]

Expand Down

0 comments on commit 147dc93

Please sign in to comment.