Skip to content

Commit

Permalink
chore(slb-495): major updates on parsers and more
Browse files Browse the repository at this point in the history
  • Loading branch information
dspachos committed Dec 18, 2024
1 parent 3b7f08e commit dc608e6
Show file tree
Hide file tree
Showing 37 changed files with 1,750 additions and 196 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ content:
region: content
hidden:
langcode: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ content:
region: content
hidden:
langcode: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ content:
third_party_settings: { }
weight: 2
region: content
hidden: { }
hidden:
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ hidden:
created: true
langcode: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ hidden:
field_media_file: true
langcode: true
name: true
search_api_excerpt: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ hidden:
created: true
langcode: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ hidden:
field_media_image: true
langcode: true
name: true
search_api_excerpt: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ hidden:
created: true
langcode: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ hidden:
created: true
langcode: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ hidden:
field_media_oembed_video: true
langcode: true
name: true
search_api_excerpt: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ hidden:
created: true
langcode: true
name: true
search_api_excerpt: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ hidden:
field_media_video_file: true
langcode: true
name: true
search_api_excerpt: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ content:
hidden:
field_metatags: true
langcode: true
search_api_excerpt: true
2 changes: 2 additions & 0 deletions apps/cms/config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module:
datetime_range: 0
dblog: 0
default_content: 0
devel: 0
dropzonejs: 0
dynamic_entity_reference: 0
dynamic_page_cache: 0
Expand Down Expand Up @@ -70,6 +71,7 @@ module:
serialization: 0
shortcut: 0
silverback_ai: 0
silverback_ai_import: 0
silverback_autosave: 0
silverback_campaign_urls: 0
silverback_cloudinary: 0
Expand Down
12 changes: 12 additions & 0 deletions apps/cms/config/sync/devel.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
_core:
default_config_hash: Aqx6J0yYT6mVqT0fbjeP4JkoL-700nmudVF5d6Pq2Yo
page_alter: false
raw_names: false
error_handlers:
1: 1
rebuild_theme: false
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
debug_mail_directory: 'temporary://devel-mails'
devel_dumper: var_dumper
debug_logfile: 'temporary://drupal_debug.txt'
debug_pre: true
10 changes: 10 additions & 0 deletions apps/cms/config/sync/devel.toolbar.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
_core:
default_config_hash: IQjf_ytthngZTAk_MU8-74VecArWD3G5g0oEH6PM6GA
toolbar_items:
- devel.admin_settings_link
- devel.cache_clear
- devel.container_info.service
- devel.menu_rebuild
- devel.reinstall
- devel.route_info
- devel.run_cron
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
label: '403 Zugriff verweigert'
tags:
robots: noindex
canonical_url: '[site:url]'
shortlink: '[site:url]'
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
label: '404 Seite nicht gefunden'
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
label: Startseite
tags:
canonical_url: '[site:url]'
shortlink: '[site:url]'
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
label: Global
tags:
canonical_url: '[current-page:url]'
title: '[current-page:title] | [site:name]'
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
label: Inhalt
tags:
title: '[node:title] | [site:name]'
description: '[node:summary]'
canonical_url: '[node:url]'
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
label: Taxonomie-Begriff
tags:
canonical_url: '[term:url]'
description: '[term:description]'
title: '[term:name] | [site:name]'
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
label: Benutzer
tags:
canonical_url: '[user:url]'
description: '[site:name]'
title: '[user:display-name] | [site:name]'
1 change: 1 addition & 0 deletions apps/cms/config/sync/language/de/system.menu.devel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: Entwicklung
13 changes: 13 additions & 0 deletions apps/cms/config/sync/system.menu.devel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
uuid: 60d996af-2c98-4b34-90cd-6d2daf7bface
langcode: en
status: true
dependencies:
enforced:
module:
- devel
_core:
default_config_hash: 3V-l1uuTcyirYOGLPZV5HWaDfr02uEbWZJIwc8Byz-c
id: devel
label: Development
description: 'Links related to Devel module.'
locked: true
1 change: 1 addition & 0 deletions apps/cms/config/sync/views.view.global_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 10
total_pages: null
id: 0
Expand Down
Loading

0 comments on commit dc608e6

Please sign in to comment.