Przeglądaj źródła

Added data-cke attribute to style selector.

Kamil Piechaczek 5 lat temu
rodzic
commit
4679b306d6

+ 4 - 1
packages/ckeditor5-build-balloon/webpack.config.js

@@ -69,7 +69,10 @@ module.exports = {
 					{
 						loader: 'style-loader',
 						options: {
-							injectType: 'singletonStyleTag'
+							injectType: 'singletonStyleTag',
+							attributes: {
+								'data-cke': true
+							}
 						}
 					},
 					{