Configure linkit, enabling autocompletion of internal links in WYSIWYG
This commit is contained in:
parent
f1e098e0a6
commit
18a4e77523
4 changed files with 23 additions and 1 deletions
|
@ -56,6 +56,9 @@ settings:
|
|||
- '<h4 id>'
|
||||
- '<h5 id>'
|
||||
- '<h6 id>'
|
||||
linkit_extension:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
media_media:
|
||||
allow_view_mode_override: false
|
||||
image_upload:
|
||||
|
|
|
@ -55,6 +55,9 @@ settings:
|
|||
multiBlock: true
|
||||
ckeditor5_sourceEditing:
|
||||
allowed_tags: { }
|
||||
linkit_extension:
|
||||
linkit_enabled: true
|
||||
linkit_profile: default
|
||||
image_upload:
|
||||
status: true
|
||||
scheme: public
|
||||
|
|
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
module:
|
||||
- editor
|
||||
- linkit
|
||||
- media
|
||||
_core:
|
||||
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
|
||||
|
@ -35,7 +36,7 @@ filters:
|
|||
status: true
|
||||
weight: -10
|
||||
settings:
|
||||
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href> <blockquote cite> <ul type> <ol start type> <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> <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_nofollow: false
|
||||
filter_html_image_secure:
|
||||
|
@ -44,6 +45,13 @@ filters:
|
|||
status: true
|
||||
weight: 9
|
||||
settings: { }
|
||||
linkit:
|
||||
id: linkit
|
||||
provider: linkit
|
||||
status: true
|
||||
weight: 0
|
||||
settings:
|
||||
title: true
|
||||
media_embed:
|
||||
id: media_embed
|
||||
provider: media
|
||||
|
|
|
@ -4,6 +4,7 @@ status: true
|
|||
dependencies:
|
||||
module:
|
||||
- editor
|
||||
- linkit
|
||||
_core:
|
||||
default_config_hash: KMhXYrB50PHlC9zRDcIi-BZAV9qSWhsxVvhznwJBvUM
|
||||
name: 'Full HTML'
|
||||
|
@ -43,3 +44,10 @@ filters:
|
|||
status: true
|
||||
weight: 10
|
||||
settings: { }
|
||||
linkit:
|
||||
id: linkit
|
||||
provider: linkit
|
||||
status: true
|
||||
weight: 0
|
||||
settings:
|
||||
title: true
|
||||
|
|
Loading…
Reference in a new issue