Enable the option for links to open in new window in Basic HTML text format
This commit is contained in:
parent
a582e99cb3
commit
7a6929a69e
2 changed files with 4 additions and 1 deletions
|
@ -56,6 +56,9 @@ settings:
|
||||||
- '<h4 id>'
|
- '<h4 id>'
|
||||||
- '<h5 id>'
|
- '<h5 id>'
|
||||||
- '<h6 id>'
|
- '<h6 id>'
|
||||||
|
editor_advanced_link_link:
|
||||||
|
enabled_attributes:
|
||||||
|
- target
|
||||||
linkit_extension:
|
linkit_extension:
|
||||||
linkit_enabled: true
|
linkit_enabled: true
|
||||||
linkit_profile: default
|
linkit_profile: default
|
||||||
|
|
|
@ -36,7 +36,7 @@ filters:
|
||||||
status: true
|
status: true
|
||||||
weight: -10
|
weight: -10
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href data-entity-type data-entity-uuid data-entity-substitution> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-caption data-align>'
|
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href data-entity-type data-entity-uuid data-entity-substitution target="_blank"> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-caption data-align>'
|
||||||
filter_html_help: false
|
filter_html_help: false
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
filter_html_image_secure:
|
filter_html_image_secure:
|
||||||
|
|
Loading…
Reference in a new issue