Skip to content
Snippets Groups Projects
Commit 888f74fe authored by Lily Yan's avatar Lily Yan
Browse files

Merge branch 'feature/ISTWCMS-4912-kpaxman-source_view_tools' into '1.0.x'

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

See merge request !128
parents d932b80b 76b4450b
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