소스 검색

Add inline option to show array type

Emmanuel Vella 10 년 전
부모
커밋
5baf109cb8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Resources/views/CRUD/show_array.html.twig

+ 1 - 0
Resources/views/CRUD/show_array.html.twig

@@ -18,5 +18,6 @@ file that was distributed with this source code.
         {% else %}
             [{{ key }} => {{ val }}]
         {% endif %}
+        {% if field_description.options.inline is not defined or false == field_description.options.inline %}<br>{% endif %}
     {% endfor %}
 {% endblock %}