Skip to content

Commit

Permalink
Add easy_breadcrumb module
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Aug 23, 2024
1 parent c246807 commit baa0a0a
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-recommended": "^10.3",
"drupal/default_content": "^2.0@alpha",
"drupal/easy_breadcrumb": "^2.0",
"drupal/editoria11y": "^2.1",
"drupal/embed": "^1.7",
"drupal/field_group": "^3.4",
Expand Down
97 changes: 96 additions & 1 deletion composer.lock

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

1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module:
contextual: 0
datetime: 0
dynamic_page_cache: 0
easy_breadcrumb: 0
eca: 0
eca_base: 0
eca_modeller_bpmn: 0
Expand Down
46 changes: 46 additions & 0 deletions config/sync/easy_breadcrumb.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
_core:
default_config_hash: YN65VBn9ms3wK02hGcMVrpM8ejxTxsUJgDXfF60Brcs
applies_admin_routes: true
include_invalid_paths: false
excluded_paths: ''
replaced_titles: ''
custom_paths: ''
include_home_segment: true
alternative_title_field: field_breadcrumb_title
home_segment_title: Home
home_segment_keep: false
include_title_segment: true
title_from_page_when_available: true
title_segment_as_link: false
use_menu_title_as_fallback: false
use_page_title_as_menu_title_fallback: false
menu_title_preferred_menu: ''
remove_repeated_segments: true
language_path_prefix_as_segment: false
absolute_paths: false
hide_single_home_item: false
term_hierarchy: false
use_site_title: false
add_structured_data_json_ld: false
capitalizator_mode: ucwords
capitalizator_ignored_words:
- of
- and
- or
- de
- del
- 'y'
- o
- a
capitalizator_forced_words: { }
capitalizator_forced_words_case_sensitivity: true
capitalizator_forced_words_first_letter: false
follow_redirects: true
limit_segment_display: false
segment_display_limit: 0
segment_display_minimum: 1
truncator_mode: false
truncator_length: 100
truncator_dots: true
remove_repeated_segments_text_only: false
home_segment_validation_skip: false

0 comments on commit baa0a0a

Please sign in to comment.