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>'
|
- '<h4 id>'
|
||||||
- '<h5 id>'
|
- '<h5 id>'
|
||||||
- '<h6 id>'
|
- '<h6 id>'
|
||||||
|
linkit_extension:
|
||||||
|
linkit_enabled: true
|
||||||
|
linkit_profile: default
|
||||||
media_media:
|
media_media:
|
||||||
allow_view_mode_override: false
|
allow_view_mode_override: false
|
||||||
image_upload:
|
image_upload:
|
||||||
|
|
|
@ -55,6 +55,9 @@ settings:
|
||||||
multiBlock: true
|
multiBlock: true
|
||||||
ckeditor5_sourceEditing:
|
ckeditor5_sourceEditing:
|
||||||
allowed_tags: { }
|
allowed_tags: { }
|
||||||
|
linkit_extension:
|
||||||
|
linkit_enabled: true
|
||||||
|
linkit_profile: default
|
||||||
image_upload:
|
image_upload:
|
||||||
status: true
|
status: true
|
||||||
scheme: public
|
scheme: public
|
||||||
|
|
|
@ -4,6 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
|
- linkit
|
||||||
- media
|
- media
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
|
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
|
||||||
|
@ -35,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> <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_help: false
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
filter_html_image_secure:
|
filter_html_image_secure:
|
||||||
|
@ -44,6 +45,13 @@ filters:
|
||||||
status: true
|
status: true
|
||||||
weight: 9
|
weight: 9
|
||||||
settings: { }
|
settings: { }
|
||||||
|
linkit:
|
||||||
|
id: linkit
|
||||||
|
provider: linkit
|
||||||
|
status: true
|
||||||
|
weight: 0
|
||||||
|
settings:
|
||||||
|
title: true
|
||||||
media_embed:
|
media_embed:
|
||||||
id: media_embed
|
id: media_embed
|
||||||
provider: media
|
provider: media
|
||||||
|
|
|
@ -4,6 +4,7 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
|
- linkit
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: KMhXYrB50PHlC9zRDcIi-BZAV9qSWhsxVvhznwJBvUM
|
default_config_hash: KMhXYrB50PHlC9zRDcIi-BZAV9qSWhsxVvhznwJBvUM
|
||||||
name: 'Full HTML'
|
name: 'Full HTML'
|
||||||
|
@ -43,3 +44,10 @@ filters:
|
||||||
status: true
|
status: true
|
||||||
weight: 10
|
weight: 10
|
||||||
settings: { }
|
settings: { }
|
||||||
|
linkit:
|
||||||
|
id: linkit
|
||||||
|
provider: linkit
|
||||||
|
status: true
|
||||||
|
weight: 0
|
||||||
|
settings:
|
||||||
|
title: true
|
||||||
|
|
Loading…
Reference in a new issue