Skip to content

Commit

Permalink
IBX-6645: As the User I want to change my data and avatar in User pro…
Browse files Browse the repository at this point in the history
…file (#99)
  • Loading branch information
adamwojs authored Dec 14, 2023
1 parent 542d4b7 commit 12d5fae
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ibexa/commerce/4.6/config/packages/ibexa_admin_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ ibexa:
thumbnail: '/bundles/ibexaicons/img/all-icons.svg#landing_page'
default-config:
thumbnail: '/bundles/ibexaicons/img/all-icons.svg#file'
user_content_type_identifier: ['user', 'customer', 'member']
user_content_type_identifier: ['user', 'customer', 'member', 'editor']
user_profile:
enabled: true
content_types: ['editor']
field_groups: ['about', 'contact']
default_page: 'dashboard'
content:
default_ttl: 0
6 changes: 5 additions & 1 deletion ibexa/experience/4.6/config/packages/ibexa_admin_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ ibexa:
thumbnail: '/bundles/ibexaicons/img/all-icons.svg#landing_page'
default-config:
thumbnail: '/bundles/ibexaicons/img/all-icons.svg#file'
user_content_type_identifier: ['user']
user_content_type_identifier: ['user', 'editor']
user_profile:
enabled: true
content_types: ['editor']
field_groups: ['about', 'contact']
default_page: 'dashboard'
content:
default_ttl: 0
6 changes: 5 additions & 1 deletion ibexa/headless/4.6/config/packages/ibexa_admin_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ ibexa:
thumbnail: '/bundles/ibexaicons/img/all-icons.svg#landing_page'
default-config:
thumbnail: '/bundles/ibexaicons/img/all-icons.svg#file'
user_content_type_identifier: ['user']
user_content_type_identifier: ['user', 'editor']
user_profile:
enabled: true
content_types: ['editor']
field_groups: ['about', 'contact']
default_page: 'dashboard'
content:
default_ttl: 0

0 comments on commit 12d5fae

Please sign in to comment.