Skip to content

Commit

Permalink
IBX-6342: Fixed richtext field in user content type (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Aug 25, 2023
1 parent b41e41c commit 50ccad7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/views/themes/admin/user/create.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

{% trans_default_domain 'user_create' %}

{% block meta %}
<meta name="LanguageCode" content="{{ language.languageCode }}"/>
{% endblock %}

{% block header %}
{% set user_content_edit_menu = knp_menu_get('ezplatform_admin_ui.menu.user_create.sidebar_right', [], {
'parent_group': parent_group,
Expand Down
4 changes: 4 additions & 0 deletions src/bundle/Resources/views/themes/admin/user/edit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

{% trans_default_domain 'user_edit' %}

{% block meta %}
<meta name="LanguageCode" content="{{ language.languageCode }}"/>
{% endblock %}

{% block header %}
{% set user_content_edit_menu = knp_menu_get('ezplatform_admin_ui.menu.user_edit.sidebar_right', [], {
'user': user,
Expand Down

0 comments on commit 50ccad7

Please sign in to comment.