rolled back taxonomy_term_list track_list patch

This commit is contained in:
Bachir Soussi Chiadmi 2024-09-05 12:48:45 +02:00
parent 85a73c742a
commit 2c6e2b6230
2 changed files with 11 additions and 9 deletions

View File

@ -277,6 +277,9 @@
}, },
"drupal/views_ef_fieldset": { "drupal/views_ef_fieldset": {
"Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch" "Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch"
},
"drupal/term_reference_tree": {
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2024-08-26/term_reference_tree-3064280_bring_back_tracklist-22.patch"
} }
}, },
"archived-patches": { "archived-patches": {
@ -299,9 +302,6 @@
}, },
"drupal/mailjet": { "drupal/mailjet": {
"https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch" "https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch"
},
"drupal/term_reference_tree": {
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2022-02-07/3064280_bring_back_tracklist-16.patch"
} }
}, },
"drupal-scaffold": { "drupal-scaffold": {

View File

@ -31,7 +31,7 @@ dependencies:
- image - image
- materio_samples - materio_samples
- path - path
- straw - term_reference_tree
- text - text
- video_embed_field - video_embed_field
third_party_settings: third_party_settings:
@ -306,14 +306,16 @@ content:
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
field_thesaurus: field_thesaurus:
type: super_term_reference_autocomplete_widget type: term_reference_tree
weight: 35 weight: 35
region: content region: content
settings: settings:
match_operator: STARTS_WITH start_minimized: false
match_limit: '0' leaves_only: false
size: '60' select_parents: false
placeholder: '' cascading_selection: 0
max_depth: 0
track_list: '1'
third_party_settings: { } third_party_settings: { }
field_video: field_video:
type: video_embed_field_textfield type: video_embed_field_textfield