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

ISTWCMS-6110: add support for mark element

parent cf2c637c
No related branches found
No related tags found
1 merge request!308Feature/istwcms 6110 kpaxman add mark support
......@@ -79,13 +79,13 @@ settings:
- CodeMirror
- TextSelection
plugins:
language:
language_list: un
drupallink:
linkit_enabled: true
linkit_profile: default
language:
language_list: un
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:
status: false
scheme: public
......
......@@ -87,7 +87,7 @@ settings:
linkit_enabled: true
linkit_profile: default
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:
status: true
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