소스 검색

Merge branch 'develop'

tags/0.1
Fab 3 년 전
부모
커밋
e8a037fadc
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -0
      Field/GalleryManagerField.php
  2. +4
    -2
      Resources/views/adminlte/crud/form_theme.html.twig

+ 2
- 0
Field/GalleryManagerField.php 파일 보기

@@ -34,6 +34,8 @@ class GalleryManagerField implements FieldInterface
->setFormTypeOption('entry_type', FileManagerType::class)
->setFormTypeOption('attr', array('class'=> 'field-collection-group'))
->setFormTypeOption('row_attr', array('data-sortable'=> true))
->setCustomOption('managerDir', 'image')
->setCustomOption('type', 'image')
->hideOnIndex();

//->setEntryType(FileManagerType::class);

+ 4
- 2
Resources/views/adminlte/crud/form_theme.html.twig 파일 보기

@@ -147,11 +147,13 @@


{% block file_manager_widget %}

{% if form.vars.ea_crud_form.ea_field is not null %}

{% set managerDir = form.vars.ea_crud_form.ea_field.customOptions.get('managerDir') %}
{% set type = form.vars.ea_crud_form.ea_field.customOptions.get('type') %}
{% else %}
{% set managerDir = form.parent.vars.ea_crud_form.ea_field.customOptions.get('managerDir') %}
{% set type = form.parent.vars.ea_crud_form.ea_field.customOptions.get('type') %}
{% endif %}

<div class="lc-filemanager row">
{% if type == 'image' %}

Loading…
취소
저장