Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builder v2: CKEditor Justify options missing #255

Open
DanielBolef opened this issue Jan 6, 2025 · 1 comment
Open

Builder v2: CKEditor Justify options missing #255

DanielBolef opened this issue Jan 6, 2025 · 1 comment

Comments

@DanielBolef
Copy link

CKEditor Justify options (align left, center, align right, justify) are missing. Justify options are provided by a plugin, which I guess isn't being loaded.

CKEditor config option 'extraPlugins' does not appear to do anything when specified in options.json.

@Timo-Breumelhof
Copy link
Collaborator

Not all previously available CKEditor options are integrated in the V2 builder (yet).
You can currently only use these:

"CKEditor2BBasic": { "dependencies": {}, "type": "ckeditor", "configset": "basic" }, "CKEditor2BDefault": { "dependencies": {}, "type": "ckeditor", "configset": "default" }, "CKEditor2CFull": { "dependencies": {}, "type": "ckeditor", "configset": "full" },

Or you can use edit.js as mentioned at this issue:
#220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants