Commit attempts to restore link options & incidental updates from live
Ref #118
This commit is contained in:
parent
9c5bd3b9d3
commit
092dbb708e
2 changed files with 7 additions and 4 deletions
|
@ -52,13 +52,15 @@ settings:
|
||||||
- ShowBlocks
|
- ShowBlocks
|
||||||
- Source
|
- Source
|
||||||
plugins:
|
plugins:
|
||||||
language:
|
|
||||||
language_list: un
|
|
||||||
stylescombo:
|
stylescombo:
|
||||||
styles: ''
|
styles: ''
|
||||||
|
language:
|
||||||
|
language_list: un
|
||||||
drupallink:
|
drupallink:
|
||||||
linkit_enabled: true
|
linkit_enabled: true
|
||||||
linkit_profile: default
|
linkit_profile: default
|
||||||
|
linebreaks:
|
||||||
|
method: force
|
||||||
image_upload:
|
image_upload:
|
||||||
status: true
|
status: true
|
||||||
scheme: public
|
scheme: public
|
||||||
|
|
|
@ -5,6 +5,7 @@ dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
- footnotes
|
- footnotes
|
||||||
|
- linkit
|
||||||
- noreferrer
|
- noreferrer
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: Ntb6R4iBtiXqdVDdJTRFIQFCPmwCTUi9hbphjDkjZWA
|
default_config_hash: Ntb6R4iBtiXqdVDdJTRFIQFCPmwCTUi9hbphjDkjZWA
|
||||||
|
@ -42,7 +43,7 @@ filters:
|
||||||
status: false
|
status: false
|
||||||
weight: -46
|
weight: -46
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<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> <s> <sup> <sub> <img title height width class src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <p> <h1> <pre> <a type class href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <span class>'
|
allowed_html: '<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> <s> <sup> <sub> <img title src alt data-entity-type data-entity-uuid data-entity-substitution data-align data-caption width height class=""> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <p> <h1> <pre> <a type href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution class=""> <span class=""> <u> <fn>'
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
noreferrer:
|
noreferrer:
|
||||||
|
@ -90,4 +91,4 @@ filters:
|
||||||
status: true
|
status: true
|
||||||
weight: -47
|
weight: -47
|
||||||
settings:
|
settings:
|
||||||
title: false
|
title: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue