品牌代码/ n1ed-editor-bundle
在 Symfony 表单中使用 N1ED 编辑器
1.0.0-BETA
2020-07-10 09:16 UTC
Requires
- symfony/form: ^3.4|^4.0|^5.0
This package is auto-updated.
Last update: 2024-09-10 18:44:08 UTC
README
在 Symfony 中使用 n1ed 编辑器
此包公开了一个表单字段,可用于显示 n1ed 编辑器
示例 brandcodenl_n1editor.yml
brandcode_nln1ed_editor:
includeEditor: true
apiKey: %env(resolve:N1ED_API_KEY)%
config:
framework: "bootstrap4"
bootstrap4:
include: false
includeToGlobalDoc: false
rootContains: 'rows'
ui:
activateBootstrapEditorOnFullScreen: true
iframePopUp: true
include:
css:
- 'build/app.css'
includeCssToGlobalDoc: false