Enable linkit module
This commit is contained in:
parent
4d68bfb823
commit
ec6c8aea00
3 changed files with 41 additions and 0 deletions
|
@ -73,6 +73,7 @@ module:
|
||||||
jquery_ui_accordion: 0
|
jquery_ui_accordion: 0
|
||||||
layout_discovery: 0
|
layout_discovery: 0
|
||||||
link: 0
|
link: 0
|
||||||
|
linkit: 0
|
||||||
media: 0
|
media: 0
|
||||||
media_contextual_crop: 0
|
media_contextual_crop: 0
|
||||||
media_contextual_crop_fp_adapter: 0
|
media_contextual_crop_fp_adapter: 0
|
||||||
|
|
17
config/image.style.linkit_result_thumbnail.yml
Normal file
17
config/image.style.linkit_result_thumbnail.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
uuid: ca7c40a0-46ac-44c7-b147-6749fef155d7
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: PY0kMp7KIxvU4kBi5mcnD_DHTKUc1OkYCfaPliXjpa8
|
||||||
|
name: linkit_result_thumbnail
|
||||||
|
label: 'Linkit result thumbnail'
|
||||||
|
effects:
|
||||||
|
2943df29-38ea-459c-ba1d-290489bb1807:
|
||||||
|
uuid: 2943df29-38ea-459c-ba1d-290489bb1807
|
||||||
|
id: image_scale_and_crop
|
||||||
|
weight: 1
|
||||||
|
data:
|
||||||
|
width: 50
|
||||||
|
height: 50
|
||||||
|
anchor: center-center
|
23
config/linkit.linkit_profile.default.yml
Normal file
23
config/linkit.linkit_profile.default.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
uuid: c37aae9f-63fc-490e-a352-787a2617d78d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
_core:
|
||||||
|
default_config_hash: 0Jw_BFJCCtWk187tIYvME58VFpYwPaAdrc4eRtAyHH0
|
||||||
|
label: Default
|
||||||
|
id: default
|
||||||
|
description: 'A default Linkit profile'
|
||||||
|
matchers:
|
||||||
|
556010a3-e317-48b3-b4ed-854c10f4b950:
|
||||||
|
id: 'entity:node'
|
||||||
|
uuid: 556010a3-e317-48b3-b4ed-854c10f4b950
|
||||||
|
settings:
|
||||||
|
metadata: '[node:content-type:name] #[node:nid] | [node:created:medium] by [node:author]'
|
||||||
|
bundles: { }
|
||||||
|
group_by_bundle: false
|
||||||
|
substitution_type: canonical
|
||||||
|
limit: 100
|
||||||
|
include_unpublished: false
|
||||||
|
weight: 0
|
Loading…
Reference in a new issue