Я следую руководству по К интеграции IvoryCKEditorBundle в EasyAdminBundle, я использую версию 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, но не работает изображение формы с funFact без ckeditor на
в веб-профиле easyAdminBundle этот параметр указывается как texarea и ничего не отображается в ckeditor веб-профиль Надеюсь, твое может мне помочь, спасибо.





моя ошибка, я не вижу, я снова ставлю конец
- { property: 'funFact', type: 'textarea' }
и это заменить свойство хе-хе