From cdd38e71fccd97ad271f130086edb6701f1e1a25 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 17 Sep 2024 15:32:15 +0200 Subject: [PATCH] all contrib modules updated --- composer.json | 14 +- composer.lock | 275 +++++------------- config/sync/admin_toolbar.settings.yml | 1 + config/sync/autologout.settings.yml | 8 +- .../sync/block.block.adminimal_theme_help.yml | 22 ++ .../sync/block.block.basic_account_menu.yml | 27 ++ config/sync/block.block.basic_breadcrumbs.yml | 22 ++ .../block.block.workflowtransitionform.yml | 22 ++ config/sync/core.extension.yml | 1 + .../sync/language/en/autologout.settings.yml | 2 +- config/sync/linkit.linkit_profile.default.yml | 23 ++ .../sync/system.action.node_edit_action.yml | 14 + ...ystem.action.taxonomy_term_edit_action.yml | 14 + .../sync/system.action.user_edit_action.yml | 14 + 14 files changed, 251 insertions(+), 208 deletions(-) create mode 100644 config/sync/block.block.adminimal_theme_help.yml create mode 100644 config/sync/block.block.basic_account_menu.yml create mode 100644 config/sync/block.block.basic_breadcrumbs.yml create mode 100644 config/sync/block.block.workflowtransitionform.yml create mode 100644 config/sync/linkit.linkit_profile.default.yml create mode 100644 config/sync/system.action.node_edit_action.yml create mode 100644 config/sync/system.action.taxonomy_term_edit_action.yml create mode 100644 config/sync/system.action.user_edit_action.yml diff --git a/composer.json b/composer.json index 4a08c429c..5c71f0c35 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,6 @@ "drupal/audiofield": "^1.13", "drupal/autologout": "^1.3", "drupal/basic": "^3.0@alpha", - "drupal/better_messages": "^2.0", "drupal/bulkdelete": "1.x-dev", "drupal/color_field": "^3.0", "drupal/config_devel": "^1.9", @@ -46,17 +45,18 @@ "drupal/domain": "^2.0@beta", "drupal/domain_site_settings": "^1.6", "drupal/email_registration": "^1.1", - "drupal/entity": "^1.3", + "drupal/entity": "^1.4", "drupal/field_group": "^3.6", - "drupal/filefield_sources": "^1.0@alpha", - "drupal/filter_perms": "^1.0@alpha", + "drupal/filefield_sources": "2.0.x-dev@dev", + "drupal/filter_perms": "^2.0", "drupal/honeypot": "^2.1", "drupal/jquery_ui_draggable": "^2.1", "drupal/jquery_ui_droppable": "^2.1", "drupal/jquery_ui_sortable": "^2.0", + "drupal/js_cookie": "^1.0", "drupal/linkit": "^6.0@beta", "drupal/login_emailusername": "^2.1", - "drupal/maillog": "^1.0@beta", + "drupal/maillog": "^1.1", "drupal/menu_admin_per_menu": "^1.5", "drupal/metatag": "^2.0", "drupal/pathauto": "^1.13", @@ -66,13 +66,13 @@ "drupal/restui": "^1.17", "drupal/search_api": "^1.30", "drupal/simple_sitemap": "^4.1", - "drupal/synonyms": "^1.0@alpha", + "drupal/synonyms": "^2.1", "drupal/token": "^1.15", "drupal/translation_views": "^1.0", "drupal/upgrade_status": "^3.19", "drupal/views_bulk_edit": "^2.9", "drupal/views_bulk_operations": "^4.2", - "drupal/workflow": "1.6", + "drupal/workflow": "^1.8", "drush/drush": "^10", "kint-php/kint": "^5.1", "vlucas/phpdotenv": "^2.4", diff --git a/composer.lock b/composer.lock index 1c535cfdf..e589f8cf6 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "de46fc516248c6610f3c0c6edc6a2d38", + "content-hash": "a73d4ca2267e703e9f543f3befcdc321", "packages": [ { "name": "asm89/stack-cors", @@ -2154,64 +2154,6 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/better_messages", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/better_messages.git", - "reference": "2.0.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/better_messages-2.0.2.zip", - "reference": "2.0.2", - "shasum": "72340b2a0f5700032b1fdcd98fde72c3bcd69919" - }, - "require": { - "drupal/core": "^9.2 || ^10 || ^11", - "drupal/jquery_ui_draggable": "*", - "drupal/jquery_ui_resizable": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.2", - "datestamp": "1724053555", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bucefal91", - "homepage": "https://www.drupal.org/user/504128" - }, - { - "name": "le72", - "homepage": "https://www.drupal.org/user/1866896" - }, - { - "name": "mohammed j. razem", - "homepage": "https://www.drupal.org/user/255384" - }, - { - "name": "usingsession", - "homepage": "https://www.drupal.org/user/3582050" - } - ], - "description": "This module adds simple functions to make Drupal messages look and act better.", - "homepage": "https://www.drupal.org/project/better_messages", - "support": { - "source": "https://git.drupalcode.org/project/better_messages" - } - }, { "name": "drupal/bulkdelete", "version": "dev-1.x", @@ -3465,26 +3407,26 @@ }, { "name": "drupal/entity", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity.git", - "reference": "8.x-1.3" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "9515e28a70448d369adf4199d08a01a5ab75792d" + "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "1cf7712318fad144eab106a8fcfcd396aeb5676f" }, "require": { - "drupal/core": "^8.8.2 || ^9" + "drupal/core": "^9.2|^10.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1646324539", + "version": "8.x-1.4", + "datestamp": "1661898023", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3610,32 +3552,29 @@ }, { "name": "drupal/filefield_sources", - "version": "1.0.0-alpha5", + "version": "dev-2.0.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/filefield_sources.git", - "reference": "8.x-1.0-alpha5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/filefield_sources-8.x-1.0-alpha5.zip", - "reference": "8.x-1.0-alpha5", - "shasum": "e2438610bf829a82c6415f88f708b2dc73d91c49" + "reference": "3905bb005c2f96f7391abcd91004a81f13e83477" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.2.0 | ^10" }, "require-dev": { - "drupal/imce": "^2.3" + "drupal/imce": "^3.0" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.0.x": "2.0.x-dev" + }, "drupal": { - "version": "8.x-1.0-alpha5", - "datestamp": "1642555269", + "version": "2.0.x-dev", + "datestamp": "1714083250", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -3674,35 +3613,35 @@ }, { "name": "drupal/filter_perms", - "version": "1.0.0-alpha1", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/filter_perms.git", - "reference": "8.x-1.0-alpha1" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/filter_perms-8.x-1.0-alpha1.zip", - "reference": "8.x-1.0-alpha1", - "shasum": "5a4bf4332f97b238864191042198f9f9a85cab26" + "url": "https://ftp.drupal.org/files/projects/filter_perms-2.0.1.zip", + "reference": "2.0.1", + "shasum": "76949486b0a730c1fdfd9a8d773a3a96d2e0de7b" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.0 || ^10.0 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha1", - "datestamp": "1595202904", + "version": "2.0.1", + "datestamp": "1722444219", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -3733,7 +3672,8 @@ "description": "Provides role and module filters to simplify the user permissions page.", "homepage": "https://www.drupal.org/project/filter_perms", "support": { - "source": "https://git.drupalcode.org/project/filter_perms" + "source": "http://cgit.drupalcode.org/filter_perms", + "issues": "https://www.drupal.org/project/issues/filter_perms?categories=All" } }, { @@ -4008,67 +3948,6 @@ "source": "https://git.drupalcode.org/project/jquery_ui_droppable" } }, - { - "name": "drupal/jquery_ui_resizable", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_resizable.git", - "reference": "8.x-1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_resizable-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "f96d0937e1cc4191536aa8e46f713cfe36cf365a" - }, - "require": { - "drupal/core": "^8 || ^9", - "drupal/jquery_ui": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0", - "datestamp": "1607009468", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bnjmnm", - "homepage": "https://www.drupal.org/user/2369194" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "nod_", - "homepage": "https://www.drupal.org/user/598310" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Resizable library.", - "homepage": "https://www.drupal.org/project/jquery_ui_resizable", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_resizable" - } - }, { "name": "drupal/jquery_ui_sortable", "version": "2.0.1", @@ -4287,29 +4166,29 @@ }, { "name": "drupal/maillog", - "version": "1.0.0-beta1", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/maillog.git", - "reference": "8.x-1.0-beta1" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/maillog-8.x-1.0-beta1.zip", - "reference": "8.x-1.0-beta1", - "shasum": "0af5fe6fcdc8053bd0a61561a2c69e69c2b1faf2" + "url": "https://ftp.drupal.org/files/projects/maillog-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "50199b2b37325f4a167a82ec2d1de366cda6f898" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta1", - "datestamp": "1600800168", + "version": "8.x-1.1", + "datestamp": "1685616898", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -4979,29 +4858,32 @@ }, { "name": "drupal/synonyms", - "version": "1.0.0-alpha3", + "version": "2.1.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/synonyms.git", - "reference": "8.x-1.0-alpha3" + "reference": "2.1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/synonyms-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "0306a9dfb279c0594246b49658309c1686e984a9" + "url": "https://ftp.drupal.org/files/projects/synonyms-2.1.4.zip", + "reference": "2.1.4", + "shasum": "ee0f1a7e0d1f565c35cafeb437b59366b76684b3" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9 || ^10 || ^11" + }, + "require-dev": { + "drupal/synonyms_list_field": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1609623594", + "version": "2.1.4", + "datestamp": "1723069842", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -5011,26 +4893,30 @@ ], "authors": [ { - "name": "bojanz", - "homepage": "https://www.drupal.org/user/86106" + "name": "Bojan Zivanovic", + "homepage": "https://www.drupal.org/u/bojanz", + "role": "Author and D5, D6 and D7 versions developer." }, { - "name": "bucefal91", - "homepage": "https://www.drupal.org/user/504128" + "name": "Alex Trosenko", + "homepage": "https://www.drupal.org/u/bucefal91", + "role": "D7 and D8 versions developer." }, { - "name": "devad", - "homepage": "https://www.drupal.org/user/2268520" + "name": "Duro Arezina", + "homepage": "https://www.drupal.org/u/devad", + "role": "D8+ versions maintenance" }, { - "name": "Zen", - "homepage": "https://www.drupal.org/user/21209" + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/148775/committers" } ], - "description": "Provides synonyms feature for content entities.", + "description": "Provides synonyms feature for all entities.", "homepage": "https://www.drupal.org/project/synonyms", "support": { - "source": "https://git.drupalcode.org/project/synonyms" + "source": "https://git.drupalcode.org/project/synonyms", + "issues": "https://www.drupal.org/project/issues/synonyms" } }, { @@ -5346,26 +5232,26 @@ }, { "name": "drupal/workflow", - "version": "1.6.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/workflow.git", - "reference": "8.x-1.6" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/workflow-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "a798b9e85cd267d7e9a7d44b9e883ecbcdad1406" + "url": "https://ftp.drupal.org/files/projects/workflow-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "29ae25889eba4920a7e44df8b882a0a1f2e2b172" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": ">=8.8" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1671818949", + "version": "8.x-1.8", + "datestamp": "1717579628", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10675,11 +10561,8 @@ "drupal/config_update": 15, "drupal/context": 5, "drupal/domain": 10, - "drupal/filefield_sources": 15, - "drupal/filter_perms": 15, - "drupal/linkit": 10, - "drupal/maillog": 10, - "drupal/synonyms": 15 + "drupal/filefield_sources": 20, + "drupal/linkit": 10 }, "prefer-stable": true, "prefer-lowest": false, diff --git a/config/sync/admin_toolbar.settings.yml b/config/sync/admin_toolbar.settings.yml index 5965a3170..6437d62cf 100644 --- a/config/sync/admin_toolbar.settings.yml +++ b/config/sync/admin_toolbar.settings.yml @@ -1 +1,2 @@ +langcode: fr menu_depth: 4 diff --git a/config/sync/autologout.settings.yml b/config/sync/autologout.settings.yml index 3ccd6397a..c213f8f74 100644 --- a/config/sync/autologout.settings.yml +++ b/config/sync/autologout.settings.yml @@ -1,23 +1,23 @@ _core: default_config_hash: zJS1GknUylh656CJSNXOupqKSqm6Xw200h1cq1eI970 langcode: fr +enabled: true timeout: 7200 max_timeout: 172800 padding: 20 no_individual_logout_threshold: false role_logout: false redirect_url: / +include_destination: true no_dialog: true message: 'We are about to log you out for inactivity. If we do, you will lose any unsaved work. Do you need more time?' inactivity_message: 'You have been logged out due to inactivity.' +inactivity_message_type: status +modal_width: 450 enforce_admin: false jstimer_format: '%hours%:%mins%:%secs%' jstimer_js_load_option: false use_alt_logout_method: false use_watchdog: true dialog_title: 'Encyclopédie de la parole Alert' -enabled: true whitelisted_ip_addresses: '' -inactivity_message_type: status -modal_width: 450 -include_destination: true diff --git a/config/sync/block.block.adminimal_theme_help.yml b/config/sync/block.block.adminimal_theme_help.yml new file mode 100644 index 000000000..dfdd6e6cd --- /dev/null +++ b/config/sync/block.block.adminimal_theme_help.yml @@ -0,0 +1,22 @@ +uuid: 38c2ac3c-777e-4839-9242-2de2c1557d7c +langcode: en +status: true +dependencies: + module: + - help + theme: + - adminimal_theme +_core: + default_config_hash: PfozGAnWQRNy00G6KEnZjIu9b2lGuWg-j-GT_-Ejglc +id: adminimal_theme_help +theme: adminimal_theme +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: { } diff --git a/config/sync/block.block.basic_account_menu.yml b/config/sync/block.block.basic_account_menu.yml new file mode 100644 index 000000000..8426ae2db --- /dev/null +++ b/config/sync/block.block.basic_account_menu.yml @@ -0,0 +1,27 @@ +uuid: 13ffffee-26eb-446f-bc8b-327d06b8d2e1 +langcode: en +status: true +dependencies: + config: + - system.menu.account + module: + - system + theme: + - basic +_core: + default_config_hash: lp_9jG6_x-J2FD-uVf77Dhn1xr5eZ2fMqj-EM2fiRAo +id: basic_account_menu +theme: basic +region: header +weight: 0 +provider: null +plugin: 'system_menu_block:account' +settings: + id: 'system_menu_block:account' + label: 'User account menu' + label_display: '0' + provider: system + level: 1 + depth: 1 + expand_all_items: false +visibility: { } diff --git a/config/sync/block.block.basic_breadcrumbs.yml b/config/sync/block.block.basic_breadcrumbs.yml new file mode 100644 index 000000000..d2f75470b --- /dev/null +++ b/config/sync/block.block.basic_breadcrumbs.yml @@ -0,0 +1,22 @@ +uuid: b47804c0-db49-4c3d-abec-3367f6225f33 +langcode: en +status: true +dependencies: + module: + - system + theme: + - basic +_core: + default_config_hash: n-gMzD9v7goe52UY-PU6yRgg0EJkjEW619PCo6-DTro +id: basic_breadcrumbs +theme: basic +region: content +weight: -45 +provider: null +plugin: system_breadcrumb_block +settings: + id: system_breadcrumb_block + label: Breadcrumbs + label_display: '0' + provider: system +visibility: { } diff --git a/config/sync/block.block.workflowtransitionform.yml b/config/sync/block.block.workflowtransitionform.yml new file mode 100644 index 000000000..3bb8bd651 --- /dev/null +++ b/config/sync/block.block.workflowtransitionform.yml @@ -0,0 +1,22 @@ +uuid: e0deafbb-dcda-4c41-8f54-da661c57ac47 +langcode: en +status: false +dependencies: + module: + - workflow + theme: + - null +_core: + default_config_hash: Cs2l2qZ2r60qh0aD5hM7ePYviecEo81KvYpFMUgPP2k +id: workflowtransitionform +theme: null +region: '' +weight: -7 +provider: workflow +plugin: workflow_transition_form_block +settings: + id: workflow_transition_form_block + label: 'Workflow Transition form' + label_display: visible + provider: workflow +visibility: { } diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 5cdf883ff..dbeef54c0 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -61,6 +61,7 @@ module: jquery_ui_draggable: 0 jquery_ui_droppable: 0 jquery_ui_sortable: 0 + js_cookie: 0 language: 0 link: 0 linkit: 0 diff --git a/config/sync/language/en/autologout.settings.yml b/config/sync/language/en/autologout.settings.yml index 35042f691..5fb93d54c 100644 --- a/config/sync/language/en/autologout.settings.yml +++ b/config/sync/language/en/autologout.settings.yml @@ -1,2 +1,2 @@ -message: 'Your session is about to expire. Do you want to reset it?' +message: 'We are about to log you out for inactivity. If we do, you will lose any unsaved work. Do you need more time?' inactivity_message: 'You have been logged out due to inactivity.' diff --git a/config/sync/linkit.linkit_profile.default.yml b/config/sync/linkit.linkit_profile.default.yml new file mode 100644 index 000000000..224ab258b --- /dev/null +++ b/config/sync/linkit.linkit_profile.default.yml @@ -0,0 +1,23 @@ +uuid: 4a884f21-148c-4983-b9a0-9c13ad9a41b9 +langcode: en +status: true +dependencies: + module: + - node +_core: + default_config_hash: 0Jw_BFJCCtWk187tIYvME58VFpYwPaAdrc4eRtAyHH0 +label: Default +id: default +description: 'A default Linkit profile' +matchers: + 556010a3-e317-48b3-b4ed-854c10f4b950: + id: 'entity:node' + uuid: 556010a3-e317-48b3-b4ed-854c10f4b950 + settings: + metadata: '[node:content-type:name] #[node:nid] | [node:created:medium] by [node:author]' + bundles: { } + group_by_bundle: false + include_unpublished: false + substitution_type: canonical + limit: 100 + weight: 0 diff --git a/config/sync/system.action.node_edit_action.yml b/config/sync/system.action.node_edit_action.yml new file mode 100644 index 000000000..11af30ba9 --- /dev/null +++ b/config/sync/system.action.node_edit_action.yml @@ -0,0 +1,14 @@ +uuid: f205aad5-809d-45af-bd88-9ed0376767e9 +langcode: en +status: true +dependencies: + module: + - node + - views_bulk_edit +_core: + default_config_hash: 0vLpSGhoYOPeREkfW-7bDeJOwEfW3zeG3nUBwUgsKQI +id: node_edit_action +label: 'Edit content' +type: node +plugin: 'entity:edit_action:node' +configuration: { } diff --git a/config/sync/system.action.taxonomy_term_edit_action.yml b/config/sync/system.action.taxonomy_term_edit_action.yml new file mode 100644 index 000000000..88b62b7c2 --- /dev/null +++ b/config/sync/system.action.taxonomy_term_edit_action.yml @@ -0,0 +1,14 @@ +uuid: bd31b941-546e-40ec-9fb2-d4406b0bf8d3 +langcode: en +status: true +dependencies: + module: + - taxonomy + - views_bulk_edit +_core: + default_config_hash: b5BETc7ATggsTs4n0jHuPnUbl-QJ5Y4obwjOAsAjMU0 +id: taxonomy_term_edit_action +label: 'Edit taxonomy terms' +type: taxonomy_term +plugin: 'entity:edit_action:taxonomy_term' +configuration: { } diff --git a/config/sync/system.action.user_edit_action.yml b/config/sync/system.action.user_edit_action.yml new file mode 100644 index 000000000..8a4c1d98b --- /dev/null +++ b/config/sync/system.action.user_edit_action.yml @@ -0,0 +1,14 @@ +uuid: 1bb44a7a-18e2-42c6-a6d4-d44ad73040d7 +langcode: en +status: true +dependencies: + module: + - user + - views_bulk_edit +_core: + default_config_hash: Bjz27y1Z8D8KsOY6XIy3E79Cl7VDXkWLpePx2NqCc1M +id: user_edit_action +label: 'Edit users' +type: user +plugin: 'entity:edit_action:user' +configuration: { }