File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed
src/Resources/app/administration/src
view/sw-profile-index-general Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import nlNL from './snippet/nl-NL.json';
33
44import './component/rl-user-otp' ;
55import './override/sw-login/view/sw-login-login' ;
6- import './override/sw-profile/page /sw-profile-index' ;
6+ import './override/sw-profile/view /sw-profile-index-general ' ;
77import './override/sw-users-permissions/page/sw-users-permissions-user-detail' ;
88import './override/sw-customer/component/sw-customer-base-info' ;
99
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import template from './sw-profile-index-general.html.twig' ;
2+
3+ const { Component } = Shopware ;
4+
5+ if ( Component . getComponentRegistry ( ) . has ( 'sw-profile-index-general' ) ) {
6+ Component . override ( 'sw-profile-index-general' , {
7+ template,
8+ } ) ;
9+ }
Original file line number Diff line number Diff line change 1- {% block sw_profile_index_info_card %}
2- {% parent %}
1+ {% block sw_profile_index_general_password %}
32 <rl -user-otp :user =" user" :isLoading =" isLoading" :onSave =" onSave" ></rl -user-otp >
3+
4+ {% parent %}
45{% endblock %}
You canβt perform that action at this time.
0 commit comments