소스 검색

Add body_attributes block

This allow us to customize login screen
+ change admin design based on user for company which have different brands
Nicolas Bastien 11 년 전
부모
커밋
62e9782ae7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/views/standard_layout.html.twig

+ 1 - 1
Resources/views/standard_layout.html.twig

@@ -94,7 +94,7 @@ file that was distributed with this source code.
             {% endif%}
         </title>
     </head>
-    <body class="sonata-bc {% if _side_menu is empty %}sonata-ba-no-side-menu{% endif %}">
+    <body {% block body_attributes %}class="sonata-bc {% if _side_menu is empty %}sonata-ba-no-side-menu{% endif %}"{% endblock %}>
         {# initialize block value #}
 
         <div class="navbar navbar-fixed-top">