brandcodenl / n1ed-editor-bundle
Use the N1ED editor in a Symfony form
Installs: 582
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- symfony/form: ^3.4|^4.0|^5.0
This package is auto-updated.
Last update: 2025-07-10 20:51:18 UTC
README
Use the n1ed editor in Symfony
This bundle exposes a form field that can be used to display the n1ed editor
Sample 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