Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_cfg_common
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_cfg_common
Commits
ec1b0ae9
Commit
ec1b0ae9
authored
2 years ago
by
Kevin Paxman
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-6110: add support for mark element
parent
cf2c637c
No related branches found
No related tags found
1 merge request
!308
Feature/istwcms 6110 kpaxman add mark support
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/install/editor.editor.uw_tf_full_html.yml
+3
-3
3 additions, 3 deletions
config/install/editor.editor.uw_tf_full_html.yml
config/install/editor.editor.uw_tf_standard.yml
+1
-1
1 addition, 1 deletion
config/install/editor.editor.uw_tf_standard.yml
with
4 additions
and
4 deletions
config/install/editor.editor.uw_tf_full_html.yml
+
3
−
3
View file @
ec1b0ae9
...
...
@@ -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\n
p.caption|Caption
\r\n
ins|Inserted
text
\r\n
del|Deleted
text
\r\n
code|Inline
code
\r\n
kbd|Key
input
\r\n
samp|Sample
output
\r\n
var|Variable
\r\n
address|Address
\r\n
"
styles
:
"
p.highlight|Highlight
\r\n
p.caption|Caption
\r\n
ins|Inserted
text
\r\n
del|Deleted
text
\r\n
code|Inline
code
\r\n
kbd|Key
input
\r\n
samp|Sample
output
\r\n
var|Variable
\r\n
address|Address
\r\n
mark|Highlight
mark
"
image_upload
:
status
:
false
scheme
:
public
...
...
This diff is collapsed.
Click to expand it.
config/install/editor.editor.uw_tf_standard.yml
+
1
−
1
View file @
ec1b0ae9
...
...
@@ -87,7 +87,7 @@ settings:
linkit_enabled
:
true
linkit_profile
:
default
stylescombo
:
styles
:
"
p.highlight|Highlight
\r\n
p.caption|Caption
\r\n
ins|Inserted
text
\r\n
del|Deleted
text
\r\n
code|Inline
code
\r\n
kbd|Key
input
\r\n
samp|Sample
output
\r\n
var|Variable
\r\n
address|Address
\r\n
"
styles
:
"
p.highlight|Highlight
\r\n
p.caption|Caption
\r\n
ins|Inserted
text
\r\n
del|Deleted
text
\r\n
code|Inline
code
\r\n
kbd|Key
input
\r\n
samp|Sample
output
\r\n
var|Variable
\r\n
address|Address
\r\n
mark|Highlight
mark
"
image_upload
:
status
:
true
scheme
:
public
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment