Opened 11 years ago
Last modified 10 years ago
#12126 closed New Feature
Image dialog: pre-filling 'width' and 'height' should be configurable — at Initial Version
Reported by: | Martin Dietze | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | |
Keywords: | Cc: | mdietze@…, a.tomanek@… |
Description
In some cases users do not want hard-set image dimensions in the generated IMG tags by default, and clearing those fields each time an image gets added is error-prone and annoying. Thus this behavior should be configurable.
The attached patch is a three-liner that adds a configuration option 'editor.config.image_emptyHeightWidth' that can be set to 'false' to suppress the default.
Change History (1)
Changed 11 years ago by
Attachment: | 0001-Add-new-configuration-option-editor.config.image_emp.patch added |
---|
Patch adding a 'editor.config.image_emptyHeightWidth' option to suppress pre-filling image dimensions in dialog.