Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"drupal/geofield_map": "^3.0",
"drupal/gtm": "^1.8",
"drupal/hotjar": "^3.1",
"drupal/linkchecker": "^2.0@alpha",
"drupal/masquerade": "^2.0@beta",
"drupal/menu_block": "^1.10",
"drupal/purge": "3.x-dev@dev",
Expand Down
68 changes: 67 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module:
dbal: 0
dblog: 0
disclosure_nav: 0
dynamic_entity_reference: 0
dynamic_page_cache: 0
editor: 0
entity_browser: 0
Expand Down Expand Up @@ -62,6 +63,7 @@ module:
lgd_org_blocks: 0
link: 0
link_attributes: 0
linkchecker: 0
linkit: 0
localgov_core: 0
localgov_directories: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.image_link
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
id: paragraph.image_link.localgov_link
field_name: localgov_link
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ dependencies:
- field.storage.paragraph.localgov_body_text
- paragraphs.paragraphs_type.localgov_accordion_pane
module:
- linkchecker
- text
third_party_settings:
linkchecker:
scan: true
extractor: html_link_extractor
_core:
default_config_hash: g4-lvUVByBYNx5PJX2Q9QueCFTNtveqPlhvlRQIdZho
id: paragraph.localgov_accordion_pane.localgov_body_text
Expand All @@ -19,5 +24,6 @@ required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ dependencies:
- field.storage.paragraph.localgov_body_text
- paragraphs.paragraphs_type.localgov_call_out_box
module:
- linkchecker
- text
third_party_settings:
linkchecker:
scan: true
extractor: html_link_extractor
_core:
default_config_hash: HwZMtIoKne-rUz_gMfMFUem5YB8BhTErOWdzEA-4Ejc
id: paragraph.localgov_call_out_box.localgov_body_text
Expand All @@ -19,5 +24,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_call_out_box
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: XoJlbP8ctFb4mKzYzmjZE8vOZWcKwCx1vR5rqI3DBOU
id: paragraph.localgov_call_out_box.localgov_button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_contact
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: SEHPpmi60BrQZ5Kpb76awje8B2V3qyfkC4pLGaAYU7I
id: paragraph.localgov_contact.localgov_contact_facebook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_contact
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: ZGaXZTds-qr_7ADVTbZfD752iI_M12LVxGGhtev2XWo
id: paragraph.localgov_contact.localgov_contact_instagram
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_contact
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: xuqdF59jgbIo0bzHbQD4ObA-z2674_yDXXbq0IQFltw
id: paragraph.localgov_contact.localgov_contact_other_social
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_contact
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: 4mKmhPzAbHmD60rvpQLnd3WYwZgW4lOTr3IGGyS6iVY
id: paragraph.localgov_contact.localgov_contact_other_url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_contact
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: hUGvpmZPYSkOVu1SQ42zFEYVhDHZuo1vuf0nhfzD8rQ
id: paragraph.localgov_contact.localgov_contact_twitter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_contact
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: E8rSMi_7TWMtGAo6n7Ax7w37mFyZuR4x4Bku2XTPcbQ
id: paragraph.localgov_contact.localgov_contact_url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_featured_campaign
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: rWOmQVvrqfqGSAemvmcgEbDOCk9a8_EWcqagUa30wu4
id: paragraph.localgov_featured_campaign.localgov_featured_campaign_link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_featured_teaser
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: lmGJrGy8XJ4544-_cYEyJ3ho25MAFOPPJiVvpXpKRms
id: paragraph.localgov_featured_teaser.localgov_link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ dependencies:
- field.storage.paragraph.localgov_text
- paragraphs.paragraphs_type.localgov_featured_teaser
module:
- linkchecker
- text
third_party_settings:
linkchecker:
scan: true
extractor: html_link_extractor
_core:
default_config_hash: i-SXyoAxWNwUx9hn2wYA0Oyh2lRRotqDi4qFKfoopzQ
id: paragraph.localgov_featured_teaser.localgov_text
Expand All @@ -19,5 +24,6 @@ required: false
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ dependencies:
- filter.format.wysiwyg
- paragraphs.paragraphs_type.localgov_featured_teasers
module:
- linkchecker
- text
third_party_settings:
linkchecker:
scan: true
extractor: html_link_extractor
id: paragraph.localgov_featured_teasers.localgov_body_text
field_name: localgov_body_text
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_ia_block
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: QTnqZOe4lPYlIiQ_QYK6PzqFsEDszJRpy2EVa1v7obc
id: paragraph.localgov_ia_block.localgov_ia_block_link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_ia_block
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: 7ng18YvInKfE1ECW1aA02gzCREq7sUJnkApaJPj0jcg
id: paragraph.localgov_ia_block.localgov_ia_block_links
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_key_contact_item
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: p-2Yi0lOUKfeizQZP2LRsM1dK0evwTma-e8OkUU4210
id: paragraph.localgov_key_contact_item.localgov_link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ dependencies:
- field.storage.paragraph.localgov_text
- paragraphs.paragraphs_type.localgov_key_fact
module:
- linkchecker
- text
third_party_settings:
linkchecker:
scan: true
extractor: html_link_extractor
_core:
default_config_hash: P9B45-K-G_s_OVDnFKb7Mqvn_CwPaVTeJ3589WudwZI
id: paragraph.localgov_key_fact.localgov_text
Expand All @@ -19,5 +24,6 @@ required: true
translatable: true
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_labelled_icon
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: 8PeBnpbVB0jBsL18FRqKJbIfwHTongEoC0psvBUuRLI
id: paragraph.localgov_labelled_icon.localgov_labelled_icon_link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_link
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
id: paragraph.localgov_link.field_link
field_name: field_link
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies:
- paragraphs.paragraphs_type.localgov_link_and_summary
module:
- link
- linkchecker
third_party_settings:
linkchecker:
scan: true
extractor: link_link_extractor
_core:
default_config_hash: Xvcjk2OwNuX1i7z1hAQtMjHZsEbkdafE5jn1MuQ0uGo
id: paragraph.localgov_link_and_summary.localgov_link
Expand Down
Loading