Skip to content

Instantly share code, notes, and snippets.

@tommyvdv
tommyvdv / feature-ckeditor-no-dimension-styles-inline.patch
Last active August 29, 2015 14:12
Forkcms fix: Unminified version of image plugin. The backend ckeditor no longer suggests image width and height automatically when inserting an image. Additionally the inline-styles for the set width and height are replaced by element attributes.
From bcb9a6feb17294e86692a08afcaeaab50196efd3 Mon Sep 17 00:00:00 2001
From: Tommy Van de Velde <[email protected]>
Date: Fri, 23 Jan 2015 09:24:35 +0100
Subject: [PATCH] no more auto-sizes or inline styles upon inserting an image
in an editor
---
src/Backend/Core/Js/backend.js | 48 +-
.../Js/ckeditor/plugins/image/dialogs/image.js | 1424 +++++++++++++++++++-
2 files changed, 1456 insertions(+), 16 deletions(-)