Skip to content
Snippets Groups Projects
Commit 76b4450b authored by Kevin Paxman's avatar Kevin Paxman Committed by Lily Yan
Browse files

ISTWCMS-4912: add codemirror and textselection plugins to all wysiwyg text formats

parent d932b80b
No related branches found
No related tags found
1 merge request!128ISTWCMS-4912: add codemirror and textselection plugins to all wysiwyg text formats
...@@ -35,6 +35,11 @@ settings: ...@@ -35,6 +35,11 @@ settings:
- DrupalLink - DrupalLink
- DrupalUnlink - DrupalUnlink
- Anchor - Anchor
-
name: 'Hidden tools'
items:
- CodeMirror
- TextSelection
plugins: plugins:
drupallink: drupallink:
linkit_enabled: true linkit_enabled: true
......
...@@ -70,6 +70,11 @@ settings: ...@@ -70,6 +70,11 @@ settings:
- HorizontalRule - HorizontalRule
- ShowBlocks - ShowBlocks
- Language - Language
-
name: 'Hidden tools'
items:
- CodeMirror
- TextSelection
plugins: plugins:
drupallink: drupallink:
linkit_enabled: true linkit_enabled: true
......
...@@ -71,6 +71,11 @@ settings: ...@@ -71,6 +71,11 @@ settings:
name: Block name: Block
items: items:
- ShowBlocks - ShowBlocks
-
name: 'Hidden tools'
items:
- CodeMirror
- TextSelection
plugins: plugins:
drupallink: drupallink:
linkit_enabled: true linkit_enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment