-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
imageStyle:full is missing #11090
Comments
Can you check imageStyle:block? Or this is not the same? |
It doesn't seem to be the same as :full, as I noted in the original issue. |
Hello @awmartin, |
Thanks! |
📝 Provide detailed reproduction steps (if any)
Include the ImageStyle and ImageToolbar plugins and incorporate
imageStyle:full
in a toolbar as noted in the documentation here and here.✔️ Expected result
A button should appear in the toolbar that when clicked, enables an image to span the full width of the editor.
According to the ImageStyle documentation (and as was available in previous versions), this style should be available as a predefined style:
Also the ImageToolbar documentation:
❌ Actual result
The button does not appear and a warning appears instead, stating:
❓ Possible solution
No idea. 🤔
📃 Other details
In addition, it seems that
imageStyle:block
andimageStyle:alignCenter
behave identically, both producing the same button to align center."@ckeditor/ckeditor5-alignment": "^31.1.0",
"@ckeditor/ckeditor5-autoformat": "^31.1.0",
"@ckeditor/ckeditor5-basic-styles": "^31.1.0",
"@ckeditor/ckeditor5-block-quote": "^31.1.0",
"@ckeditor/ckeditor5-dev-utils": "^27.4.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^27.4.0",
"@ckeditor/ckeditor5-editor-balloon": "^31.1.0",
"@ckeditor/ckeditor5-editor-classic": "^31.1.0",
"@ckeditor/ckeditor5-essentials": "^31.1.0",
"@ckeditor/ckeditor5-heading": "^31.1.0",
"@ckeditor/ckeditor5-highlight": "^31.1.0",
"@ckeditor/ckeditor5-horizontal-line": "^31.1.0",
"@ckeditor/ckeditor5-image": "^31.1.0",
"@ckeditor/ckeditor5-indent": "^31.1.0",
"@ckeditor/ckeditor5-link": "^31.1.0",
"@ckeditor/ckeditor5-list": "^31.1.0",
"@ckeditor/ckeditor5-media-embed": "^31.1.0",
"@ckeditor/ckeditor5-mention": "31.1.0",
"@ckeditor/ckeditor5-paragraph": "^31.1.0",
"@ckeditor/ckeditor5-paste-from-office": "^31.1.0",
"@ckeditor/ckeditor5-remove-format": "^31.1.0",
"@ckeditor/ckeditor5-table": "^31.1.0",
"@ckeditor/ckeditor5-theme-lark": "^31.1.0",
"@ckeditor/ckeditor5-vue": "^2.0.1",
"@ckeditor/ckeditor5-word-count": "^31.1.0",
The text was updated successfully, but these errors were encountered: