Ver código fonte

Added data-cke attribute to style selector.

Kamil Piechaczek 5 anos atrás
pai
commit
c7884e5bbf
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      packages/ckeditor5-build-classic/webpack.config.js

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

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