Skip to content

Commit

Permalink
Issue #549: Install chosen module to prevent duplicate references
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislaick committed Nov 24, 2024
1 parent 69365f5 commit 3a4d172
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 7 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"drupal/better_normalizers": "^2.0@beta",
"drupal/cancel_button": "^1.4",
"drupal/charts": "^5.0",
"drupal/chosen": "^4.0",
"drupal/ckeditor_codemirror": "^3.0@beta",
"drupal/clipboardjs": "dev-2.0.x#adb3f68",
"drupal/cm_revision_delete": "^1.1.4",
Expand Down
145 changes: 144 additions & 1 deletion composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies:
- field.field.node.data_set.field_visibility
- node.type.data_set
module:
- chosen_field
- shs
id: node.data_set.section_1
targetEntityType: node
Expand All @@ -48,14 +49,10 @@ content:
force_deepest: false
third_party_settings: { }
field_series:
type: entity_reference_autocomplete
type: chosen_select
weight: 2
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
settings: { }
third_party_settings: { }
title:
type: string_textfield
Expand Down
3 changes: 3 additions & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module:
cancel_button: 0
charts: 0
charts_billboard: 0
chosen: 0
chosen_field: 0
chosen_lib: 0
ckeditor5: 0
ckeditor5_fullscreen: 0
ckeditor_codemirror: 0
Expand Down

0 comments on commit 3a4d172

Please sign in to comment.