updated term_reference_tree and patch
This commit is contained in:
parent
fca23011ab
commit
f5ec4dff13
|
@ -150,7 +150,7 @@
|
|||
"drupal/synonyms": "2.0.0-beta2",
|
||||
"drupal/telephone_formatter": "^1.0@beta",
|
||||
"drupal/telephone_validation": "^2.1",
|
||||
"drupal/term_reference_tree": "1.x-dev@dev",
|
||||
"drupal/term_reference_tree": "^1",
|
||||
"drupal/toolbar_themes": "^1.0@alpha",
|
||||
"drupal/translate_side_by_side": "^1.x-dev",
|
||||
"drupal/translation_views": "^1.x-dev",
|
||||
|
@ -262,11 +262,14 @@
|
|||
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2020-08-26/pwa_icon_purpose-3165433-9.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/2021-07-16/3064280_bring_back_tracklist-15.patch"
|
||||
"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/flag_lists": {
|
||||
"Call to a member function id() on null in flag_lists_flag_action_access https://www.drupal.org/project/flag_lists/issues/3230729": "./patches/hook_flag_access_id_on_null_4.patch",
|
||||
"Call to a member function id() on null in flaglistspermissionshandler": "./patches/flaglist-flaglistspermissionshandler.patch"
|
||||
},
|
||||
"drupal/toolbar_theme": {
|
||||
"Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch"
|
||||
}
|
||||
},
|
||||
"drupal-scaffold": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "9a229db8acf03e944cd572e692cc44d6",
|
||||
"content-hash": "914a2babd07fb0f3e56775b890f01b4c",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
|
@ -13229,26 +13229,29 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/term_reference_tree",
|
||||
"version": "dev-1.x",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/term_reference_tree.git",
|
||||
"reference": "198f1a2c02dc32946cf1c74f7130b32ba4d45841"
|
||||
"reference": "8.x-1.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/term_reference_tree-8.x-1.1.zip",
|
||||
"reference": "8.x-1.1",
|
||||
"shasum": "e0da478d18be3193232c200b32dc8464fa509957"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.9 || ^9.1"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.0-alpha3+8-dev",
|
||||
"datestamp": "1611896754",
|
||||
"version": "8.x-1.1",
|
||||
"datestamp": "1633351519",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -13304,17 +13307,17 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/token",
|
||||
"version": "1.9.0",
|
||||
"version": "1.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/token.git",
|
||||
"reference": "8.x-1.9"
|
||||
"reference": "8.x-1.10"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.9.zip",
|
||||
"reference": "8.x-1.9",
|
||||
"shasum": "a5d234382a1a0e4ba61d4c7a2fa10671ca656be4"
|
||||
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.10.zip",
|
||||
"reference": "8.x-1.10",
|
||||
"shasum": "8b81224ab0420221b292e8d3b66d0da726317400"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8 || ^9"
|
||||
|
@ -13322,8 +13325,8 @@
|
|||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.9",
|
||||
"datestamp": "1608284866",
|
||||
"version": "8.x-1.10",
|
||||
"datestamp": "1638619775",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
|
@ -13509,29 +13512,34 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/typed_data",
|
||||
"version": "1.0.0-alpha5",
|
||||
"version": "1.0.0-beta1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/typed_data.git",
|
||||
"reference": "8.x-1.0-alpha5"
|
||||
"reference": "8.x-1.0-beta1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/typed_data-8.x-1.0-alpha5.zip",
|
||||
"reference": "8.x-1.0-alpha5",
|
||||
"shasum": "44cfaf8f6d6bc0b876e88a8b9d473799818d395f"
|
||||
"url": "https://ftp.drupal.org/files/projects/typed_data-8.x-1.0-beta1.zip",
|
||||
"reference": "8.x-1.0-beta1",
|
||||
"shasum": "73d079f29c7a5679e0db3e28ae888e8cce2f1335"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.7.7 || ^9"
|
||||
"drupal/core": "^8.8.2 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.0-alpha5",
|
||||
"datestamp": "1591397037",
|
||||
"version": "8.x-1.0-beta1",
|
||||
"datestamp": "1635839873",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Alpha releases are not covered by Drupal security advisories."
|
||||
"message": "Beta releases are not covered by Drupal security advisories."
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^9 || ^10"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -13777,7 +13785,7 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/user_email_verification.git",
|
||||
"reference": "b28d871ef0c956c756a03135974893b4c34d3887"
|
||||
"reference": "8eebe1e48ae420bd02ab06533e433fa55a56187f"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9"
|
||||
|
@ -13788,8 +13796,8 @@
|
|||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.0+2-dev",
|
||||
"datestamp": "1632917382",
|
||||
"version": "8.x-1.1+1-dev",
|
||||
"datestamp": "1640595768",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
|
@ -21992,7 +22000,6 @@
|
|||
"drupal/strings_i18n_json_export": 20,
|
||||
"drupal/swiftmailer": 20,
|
||||
"drupal/telephone_formatter": 10,
|
||||
"drupal/term_reference_tree": 20,
|
||||
"drupal/toolbar_themes": 15,
|
||||
"drupal/translate_side_by_side": 20,
|
||||
"drupal/translation_views": 20,
|
||||
|
|
|
@ -318,11 +318,11 @@ content:
|
|||
weight: 11
|
||||
settings:
|
||||
start_minimized: true
|
||||
select_parents: true
|
||||
cascading_selection: 0
|
||||
track_list: true
|
||||
max_depth: 0
|
||||
leaves_only: false
|
||||
select_parents: false
|
||||
third_party_settings: { }
|
||||
type: term_reference_tree
|
||||
region: content
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
uuid: cbfb56cd-ce05-4b6d-b14b-9b2e31c2f7d6
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_archive_action
|
||||
label: 'Archive webform'
|
||||
type: webform
|
||||
plugin: webform_archive_action
|
||||
configuration: { }
|
|
@ -0,0 +1,11 @@
|
|||
uuid: 1fa25f16-05be-4ed1-b30e-af794ee0fa18
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_close_action
|
||||
label: 'Close webform'
|
||||
type: webform
|
||||
plugin: webform_close_action
|
||||
configuration: { }
|
|
@ -0,0 +1,11 @@
|
|||
uuid: 9b746a06-1180-4f51-b4e8-d4a36cbb8817
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_delete_action
|
||||
label: 'Delete webform'
|
||||
type: webform
|
||||
plugin: webform_delete_action
|
||||
configuration: { }
|
|
@ -0,0 +1,11 @@
|
|||
uuid: c56c3b8d-a4c8-4ae6-aa44-93d81cfa5d9d
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_open_action
|
||||
label: 'Open webform'
|
||||
type: webform
|
||||
plugin: webform_open_action
|
||||
configuration: { }
|
|
@ -0,0 +1,11 @@
|
|||
uuid: 7014fe29-a9dc-4af7-b240-1e90f3e04108
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- webform
|
||||
id: webform_unarchive_action
|
||||
label: 'Restore webform'
|
||||
type: webform
|
||||
plugin: webform_unarchive_action
|
||||
configuration: { }
|
|
@ -13,3 +13,4 @@ extended_mail_subject: '[site:name]: Account blocked, please verify Email addres
|
|||
extended_mail_body: 'Your account is blocked. Your Email may still be verified by following the link: [user:verify-email-extended]'
|
||||
_core:
|
||||
default_config_hash: jMF3rV51ujHssuZyYCHEBAat_VlUArx0IGmGOZzOV8Y
|
||||
extended_end_delete_account: true
|
||||
|
|
|
@ -85,6 +85,20 @@ settings:
|
|||
wide:
|
||||
title: Wide
|
||||
width: 1000
|
||||
webform_bulk_form: true
|
||||
webform_bulk_form_actions:
|
||||
- webform_open_action
|
||||
- webform_close_action
|
||||
- webform_archive_action
|
||||
- webform_unarchive_action
|
||||
- webform_delete_action
|
||||
webform_submission_bulk_form: true
|
||||
webform_submission_bulk_form_actions:
|
||||
- webform_submission_make_sticky_action
|
||||
- webform_submission_make_unsticky_action
|
||||
- webform_submission_make_lock_action
|
||||
- webform_submission_make_unlock_action
|
||||
- webform_submission_delete_action
|
||||
assets:
|
||||
css: ''
|
||||
javascript: ''
|
||||
|
@ -123,6 +137,7 @@ batch:
|
|||
purge:
|
||||
cron_size: 100
|
||||
form:
|
||||
limit: 50
|
||||
filter_category: ''
|
||||
filter_state: ''
|
||||
element:
|
||||
|
|
|
@ -5,8 +5,6 @@ dependencies:
|
|||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: Q4QShRpLvlheaOjtXj4lKYXCOGMiuBopVI6GYCCWRK8
|
||||
open: null
|
||||
close: null
|
||||
weight: 0
|
||||
|
@ -59,6 +57,9 @@ settings:
|
|||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
form_method: ''
|
||||
form_action: ''
|
||||
form_attributes: { }
|
||||
share: false
|
||||
share_node: false
|
||||
share_theme_name: ''
|
||||
|
@ -227,13 +228,13 @@ handlers:
|
|||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
theme_name: ''
|
||||
parameters: { }
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
theme_name: ''
|
||||
parameters: { }
|
||||
email_notification:
|
||||
id: email
|
||||
label: 'Email notification'
|
||||
|
@ -264,11 +265,13 @@ handlers:
|
|||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
theme_name: ''
|
||||
parameters: { }
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
theme_name: ''
|
||||
parameters: { }
|
||||
variants: { }
|
||||
_core:
|
||||
default_config_hash: Q4QShRpLvlheaOjtXj4lKYXCOGMiuBopVI6GYCCWRK8
|
||||
|
|
|
@ -59,6 +59,9 @@ settings:
|
|||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
form_method: ''
|
||||
form_action: ''
|
||||
form_attributes: { }
|
||||
share: false
|
||||
share_node: false
|
||||
share_theme_name: ''
|
||||
|
|
Loading…
Reference in New Issue