Skip to content

Commit

Permalink
Merge pull request #1 from LastCallMedia/HCD9-427_added_new_listing
Browse files Browse the repository at this point in the history
Added all document view for listing with filter, added related docs v…
  • Loading branch information
jlandfried authored Apr 11, 2022
2 parents d6b6458 + 788146e commit 3e6c051
Show file tree
Hide file tree
Showing 16 changed files with 767 additions and 68 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
uuid: ef4b3210-8f00-49e5-98e8-c72fc1865f74
langcode: en
status: true
dependencies:
config:
- field.field.site_documentation.site_documentation.field_documentation
- field.field.site_documentation.site_documentation.field_related_documentation
- field.field.site_documentation.site_documentation.field_documentation_topics
module:
- site_documentation
- text
_core:
default_config_hash: 8Zq_HOW0aWtDGkmbju70X4kxGkqjtQrkNHOQeFXJB-8
id: site_documentation.site_documentation.default
targetEntityType: site_documentation
bundle: site_documentation
Expand All @@ -22,7 +25,7 @@ content:
third_party_settings: { }
type: text_textarea_with_summary
region: content
field_related_documentation:
field_documentation_topics:
weight: 27
settings:
match_operator: CONTAINS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
uuid: d0f31813-9796-41c7-9754-dbaada6bda80
langcode: en
status: true
dependencies:
config:
- field.field.site_documentation.site_documentation.field_documentation
- field.field.site_documentation.site_documentation.field_related_documentation
- field.field.site_documentation.site_documentation.field_documentation_topics
module:
- site_documentation
- text
_core:
default_config_hash: sRsJLcDDRJMxxIwYaTrFCzqQQasGEJJtIrAyu3hHwRM
id: site_documentation.site_documentation.default
targetEntityType: site_documentation
bundle: site_documentation
Expand All @@ -19,14 +22,13 @@ content:
third_party_settings: { }
type: text_default
region: content
field_related_documentation:
field_documentation_topics:
weight: 3
label: above
label: hidden
settings:
view_mode: teaser
link: false
link: true
third_party_settings: { }
type: entity_reference_entity_view
type: entity_reference_label
region: content
name:
label: hidden
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
uuid: f022c8c0-1427-4654-8403-140fad1a45a2
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.site_documentation.teaser
- field.field.site_documentation.site_documentation.field_documentation
- field.field.site_documentation.site_documentation.field_related_documentation
- field.field.site_documentation.site_documentation.field_documentation_topics
module:
- site_documentation
- text
_core:
default_config_hash: 5ALo_VaOTX-a_Fg9i1lrMLyBueK6d5q3s6b07ETUkSw
id: site_documentation.site_documentation.teaser
targetEntityType: site_documentation
bundle: site_documentation
Expand All @@ -30,5 +33,5 @@ content:
link_to_entity: true
third_party_settings: { }
hidden:
field_related_documentation: true
field_documentation_topics: true
user_id: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
uuid: 1b3b278e-a5a1-4d0f-b4de-cece86ea4ec8
langcode: en
status: true
dependencies:
config:
- field.storage.site_documentation.field_documentation_topics
- taxonomy.vocabulary.documentation_topics
module:
- site_documentation
id: site_documentation.site_documentation.field_documentation_topics
field_name: field_documentation_topics
entity_type: site_documentation
bundle: site_documentation
label: Topics
description: ''
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
documentation_topics: documentation_topics
sort:
field: name
direction: asc
auto_create: true
auto_create_bundle: ''
field_type: entity_reference

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
uuid: dee4902e-2867-4b38-95dd-91644b0bde0d
langcode: en
status: true
dependencies:
module:
- site_documentation
id: site_documentation.field_related_documentation
field_name: field_related_documentation
- taxonomy
id: site_documentation.field_documentation_topics
field_name: field_documentation_topics
entity_type: site_documentation
type: entity_reference
settings:
target_type: site_documentation
target_type: taxonomy_term
module: core
locked: false
cardinality: -1
Expand Down
8 changes: 8 additions & 0 deletions config/install/taxonomy.vocabulary.documentation_topics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
uuid: 8d44944d-d619-46aa-bc0f-42a22124159b
langcode: en
status: true
dependencies: { }
name: 'Documentation Topics'
vid: documentation_topics
description: 'Use topics to group help documentations on similar topics into categories.'
weight: 0
Loading

0 comments on commit 3e6c051

Please sign in to comment.