Skip to content
Snippets Groups Projects
Commit 62228b20 authored by Eric Bremner's avatar Eric Bremner
Browse files

Merge branch 'feature/ISTWCMS-6343-l26yan-Create-enlarged-style' into '1.1.x'

ISTWCMS-6343 Create "enlarged" style

See merge request !352
parents ad6f9d8a 9d40a41d
No related branches found
No related tags found
1 merge request!352ISTWCMS-6343 Create "enlarged" style
......@@ -79,13 +79,13 @@ settings:
- CodeMirror
- TextSelection
plugins:
language:
language_list: un
drupallink:
linkit_enabled: true
linkit_profile: default
stylescombo:
styles: "p.highlight|Highlight\r\np.caption|Caption\r\nol.digits-4|large list\r\nol.digits-5|XL list\r\nol.digits-6|XXL list\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"
styles: "p.highlight|Highlight\r\np.enlarged|Enlarged\r\np.caption|Caption\r\nol.digits-4|large list\r\nol.digits-5|XL list\r\nol.digits-6|XXL list\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"
language:
language_list: un
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\nol.digits-4|large list\r\nol.digits-5|XL list\r\nol.digits-6|XXL list\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"
styles: "p.highlight|Highlight\r\np.enlarged|Enlarged\r\np.caption|Caption\r\nol.digits-4|large list\r\nol.digits-5|XL list\r\nol.digits-6|XXL list\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
......
......@@ -23,7 +23,7 @@ filters:
status: false
weight: -47
settings:
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol type start> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <u> <s> <sup> <sub> <img src alt data-entity-type data-entity-uuid> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <h1> <pre> <hr> <drupal-media data-entity-type data-entity-uuid data-view-mode data-align data-caption alt title> <span dir lang class="math-tex"> <p class="highlight caption"> <ins> <del> <kbd> <samp> <var> <address> <mark>'
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <u> <s> <sup> <sub> <img src alt data-entity-type data-entity-uuid> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <h1> <pre> <hr> <drupal-media data-entity-type data-entity-uuid data-view-mode data-align data-caption alt title> <span dir lang class="math-tex"> <ins> <del> <kbd> <samp> <var> <address> <mark> <a href hreflang name> <ol type start class="digits-4 digits-5 digits-6"> <p class="highlight enlarged caption">'
filter_html_help: true
filter_html_nofollow: false
media_embed:
......
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