Skip to content
Snippets Groups Projects
Commit 38a97b48 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-6110: add support for mark element

parent 6ecd1702
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !308. Comments created here will be created in the context of that merge request.
...@@ -79,13 +79,13 @@ settings: ...@@ -79,13 +79,13 @@ settings:
- CodeMirror - CodeMirror
- TextSelection - TextSelection
plugins: plugins:
language:
language_list: un
drupallink: drupallink:
linkit_enabled: true linkit_enabled: true
linkit_profile: default linkit_profile: default
language:
language_list: un
stylescombo: stylescombo:
styles: "p.highlight|Highlight\r\np.caption|Caption\r\nins|Inserted text\r\ndel|Deleted text\r\ncode|Inline code\r\nkbd|Key input\r\nsamp|Sample output\r\nvar|Variable\r\naddress|Address\r\n" styles: "p.highlight|Highlight\r\np.caption|Caption\r\nins|Inserted text\r\ndel|Deleted text\r\ncode|Inline code\r\nkbd|Key input\r\nsamp|Sample output\r\nvar|Variable\r\naddress|Address\r\nmark|Highlight mark"
image_upload: image_upload:
status: false status: false
scheme: public scheme: public
......
...@@ -87,7 +87,7 @@ settings: ...@@ -87,7 +87,7 @@ settings:
linkit_enabled: true linkit_enabled: true
linkit_profile: default linkit_profile: default
stylescombo: stylescombo:
styles: "p.highlight|Highlight\r\np.caption|Caption\r\nins|Inserted text\r\ndel|Deleted text\r\ncode|Inline code\r\nkbd|Key input\r\nsamp|Sample output\r\nvar|Variable\r\naddress|Address\r\n" styles: "p.highlight|Highlight\r\np.caption|Caption\r\nins|Inserted text\r\ndel|Deleted text\r\ncode|Inline code\r\nkbd|Key input\r\nsamp|Sample output\r\nvar|Variable\r\naddress|Address\r\nmark|Highlight mark"
image_upload: image_upload:
status: true status: true
scheme: public scheme: public
......
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