类型:';ckeditor';不';我不能轻松地工作

类型:';ckeditor';不';我不能轻松地工作,ckeditor,symfony-2.3,symfony2-easyadmin,easyadmin,Ckeditor,Symfony 2.3,Symfony2 Easyadmin,Easyadmin,我正在按照指南进行操作,我正在使用Symfony 3.1.10版本和EasyAdminBundle 1.17.12 我打开了AppKernel new Ivory\CKEditorBundle\IvoryCKEditorBundle(), //CK Editor 就像文档中说的那样 easy_admin: entities: Genus: class: AppBundle\Entity\Genus label: Gen

我正在按照指南进行操作,我正在使用Symfony 3.1.10版本和EasyAdminBundle 1.17.12 我打开了AppKernel

new Ivory\CKEditorBundle\IvoryCKEditorBundle(), //CK Editor
就像文档中说的那样

easy_admin:        
entities:         

    Genus:
        class: AppBundle\Entity\Genus
        label: Genuses
        help: Genuses are not covered under warranty!            
        form:
            fields:
                -
                    property: id
                    type_options: {disabled: true}
                - name
                - speciesCount
                - { property: funFact ,  type: ckeditor  }
                - isPublished
                - { property: 'firstDiscoveredAt', type_options: { widget: 'single_text' }}
                - { property: 'subFamily', type: 'easyadmin_autocomplete' }
                -                   
                    property: genusScientists
                    type: 'collection'
                    type_options:
                        entry_type: AppBundle\Form\GenusScientistEmbeddedForm
                        allow_delete: true
                        allow_add: true
                        by_reference: false 
                - { property: 'funFact', type: 'textarea' }
我将funFact属性配置为使用ckeditor,但不起作用

在easyAdminBundle的web配置文件中,此参数作为texarea放置,不显示任何关于ckeditor的内容
希望你能帮助我,谢谢。

我的错误我看不出来了,我又犯了

- { property: 'funFact', type: 'textarea' }
那就代替了房产,呵呵