Skip to content
Snippets Groups Projects
Commit 31a3e886 authored by Steven Ayers's avatar Steven Ayers
Browse files

Issue #3453528 by bluegeek9: Sitemap

parent 49aef9e4
No related branches found
No related tags found
1 merge request!8Issue #3453528 by bluegeek9: Sitemap
Pipeline #195068 passed with warnings
......@@ -41,6 +41,7 @@
"drupal/printable": "^3.0",
"drupal/search_api_page": "^1.0",
"drupal/search_api_solr": "^4.3",
"drupal/sitemap": "^2.0@beta",
"drupal/visitors": "^2.0"
},
"config": {
......
langcode: en
status: true
dependencies:
config:
- knowledge.type.crm_case
module:
- autocomplete_id
- field_layout
- layout_discovery
third_party_settings:
field_layout:
id: layout_onecol
settings:
label: ''
id: knowledge.crm_case.default
targetEntityType: knowledge
bundle: crm_case
mode: default
content:
incident_id:
type: entity_reference_autocomplete_id
weight: 0
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden:
author: true
citation: true
......@@ -4,6 +4,7 @@ dependencies:
config:
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.linked_crm_case
- field.field.node.article.field_tags
- field.field.node.article.linked_node
- field.field.node.article.linked_url
......@@ -11,6 +12,7 @@ dependencies:
module:
- comment
- field_layout
- knowledge
- layout_discovery
- path
- text
......@@ -46,6 +48,12 @@ content:
region: content
settings: { }
third_party_settings: { }
linked_crm_case:
type: knowledge_default
weight: 26
region: content
settings: { }
third_party_settings: { }
field_tags:
type: entity_reference_autocomplete_tags
weight: 3
......
langcode: en
status: true
dependencies:
config:
- knowledge.type.crm_case
module:
- field_layout
- layout_discovery
third_party_settings:
field_layout:
id: layout_onecol
settings:
label: ''
id: knowledge.crm_case.default
targetEntityType: knowledge
bundle: crm_case
mode: default
content:
incident_id:
type: entity_reference_label
label: hidden
settings:
link: true
third_party_settings: { }
weight: 0
region: content
links:
settings: { }
third_party_settings: { }
weight: 1
region: content
hidden:
citation: true
search_api_excerpt: true
......@@ -5,6 +5,7 @@ dependencies:
- core.entity_view_display.comment.comment.default
- field.field.node.article.body
- field.field.node.article.comment
- field.field.node.article.linked_crm_case
- field.field.node.article.field_tags
- field.field.node.article.linked_node
- field.field.node.article.linked_url
......@@ -12,6 +13,7 @@ dependencies:
module:
- comment
- field_layout
- knowledge
- layout_discovery
- link
- text
......@@ -42,6 +44,15 @@ content:
third_party_settings: { }
weight: 4
region: content
linked_crm_case:
type: knowledge_default
label: above
settings:
view_mode: default
pager_id: 0
third_party_settings: { }
weight: 5
region: content
field_tags:
type: entity_reference_label
label: above
......
langcode: en
status: true
dependencies:
config:
- field.storage.node.linked_crm_case
- node.type.article
module:
- knowledge
id: node.article.linked_crm_case
field_name: linked_crm_case
entity_type: node
bundle: article
label: 'Linked Cases'
description: ''
required: false
translatable: false
default_value:
-
status: 2
kid: 0
last_knowledge_timestamp: 0
last_knowledge_uid: 0
total_count: 0
default_value_callback: ''
settings:
anonymous: 0
form_location: true
per_page: 50
field_type: knowledge
langcode: en
status: true
dependencies:
module:
- knowledge
- node
id: node.linked_crm_case
field_name: linked_crm_case
entity_type: node
type: knowledge
settings:
knowledge_type: crm_case
short_period: 15
medium_period: 90
long_period: 365
module: knowledge
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
langcode: en
status: true
dependencies: { }
id: crm_case
label: 'CRM Cases'
target_entity_type_id: node
incident_entity_type_id: crm_case
description: 'Linked CRM Cases.'
langcode: en
status: true
dependencies:
module:
- knowledge
- node
- user
theme:
- olivero
id: olivero_knowledgeblock
theme: olivero
region: sidebar
weight: 0
provider: null
plugin: knowledge_block
settings:
id: knowledge_block
label: 'Link Case'
label_display: visible
provider: knowledge
type: crm_case
field_name: linked_crm_case
visibility:
user_role:
id: user_role
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
roles:
knowledge_candidate: knowledge_candidate
knowledge_contributor: knowledge_contributor
knowledge_publisher: knowledge_publisher
'entity_bundle:node':
id: 'entity_bundle:node'
negate: false
context_mapping:
node: '@node.node_route_context:node'
bundles:
article: article
......@@ -48,6 +48,7 @@ install:
- crm:crm_case
- printable:printable
- backlinks:backlinks
- sitemap:sitemap
themes:
- olivero
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment