Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CKEditor 5 Custom Build
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel Kaufmann
CKEditor 5 Custom Build
Commits
1616ee27
Commit
1616ee27
authored
Mar 18, 2020
by
Kamil Piechaczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added data-cke attribute to style selector.
parent
5cbb01c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
webpack.config.js
webpack.config.js
+4
-1
No files found.
webpack.config.js
View file @
1616ee27
...
@@ -69,7 +69,10 @@ module.exports = {
...
@@ -69,7 +69,10 @@ module.exports = {
{
{
loader
:
'style-loader'
,
loader
:
'style-loader'
,
options
:
{
options
:
{
injectType
:
'singletonStyleTag'
injectType
:
'singletonStyleTag'
,
attributes
:
{
'data-cke'
:
true
}
}
}
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment