30 Commits
Author SHA1 Message Date
bachir 01a5157177 cleaned old unused anymore themes 2026-09-23 21:47:43 +02:00
bachir c15072ce78 forgot starterkit profile when uninstalled adminimal 2026-09-23 21:43:06 +02:00
bachir 5bb35aa1ec admin display improvements 2026-09-23 21:14:58 +02:00
bachir 0e59bf5129 switched admin theme to GIN (plus custom module for terme_reference_tree display) 2026-09-23 20:39:00 +02:00
bachir 82354d58b2 more modules update (forgot starter-kit) 2026-09-23 18:34:14 +02:00
bachir df9f4f2336 more modules update 2026-09-23 18:33:14 +02:00
bachir 217b08290f materio_simplenews & materio_graphql fix 2026-09-23 14:57:56 +02:00
bachir c38d01ee2b massive custom modules and themes D11 compatibility 2026-09-23 14:16:41 +02:00
bachir 21092ae992 updated composer/installer 2026-09-23 13:57:31 +02:00
bachir 2573e56763 fixed admin views user: removed login_history relation 2026-09-23 13:51:07 +02:00
bachir b33e39aaa5 upgraded commerce_stripe 2026-09-22 22:57:05 +02:00
bachir 67a4f7c52f upgraded commerce to 3 2026-09-22 22:12:53 +02:00
bachir b11afd5fb1 restored workflow to 2.1.13 2026-09-22 22:02:18 +02:00
bachir 50e10dfc6a upgraded classy 2026-09-22 21:56:56 +02:00
bachir b0f6e9f2ec restored classy, more modules upgrades 2026-09-22 21:46:36 +02:00
bachir 34f42856e7 forgot to drush cex 2026-09-22 21:34:32 +02:00
bachir 53cbcbe06e updated composer platforme & drush to 13 2026-09-22 21:31:05 +02:00
bachir e51e62f16d updated composer platforme & drush to 13 2026-09-22 20:04:45 +02:00
bachir 37c400ed59 composer removed currency & plugin 2026-09-21 20:34:32 +02:00
bachir bf8506c2b5 restored google_analitycs 2026-09-21 20:14:35 +02:00
bachir 57c1236a6a more updates; pmu payement and currency (next will composer remove thene) 2026-09-21 20:01:23 +02:00
bachir 3d8b376d22 updated all easy updatable contrib modules 2026-09-21 15:57:12 +02:00
bachir 8d5646c83d contrib modules updates 2026-09-20 17:55:40 +02:00
bachir 4e3c318f28 fixed drupal/webform composer.json 2026-09-20 13:18:28 +02:00
bachir 29506e0b2e downgraded to php 8.1 2026-09-20 12:57:18 +02:00
bachir c2f594ef2f updated drupal to 10.6.17, updated webform, updated drush to 13, changed submodule profile url to gitea (gogs shot down) 2026-09-20 00:52:34 +02:00
bachir e6f4df78e5 deactivated newsletter inscription form 2026-09-10 20:39:48 +02:00
bachir b75dff7d2a protected newsletter inscription form with honeypot 2026-09-10 14:36:06 +02:00
bachir 8ce8cd3fa9 removed mailjet secrets api key from config, revocked the key 2026-09-10 12:38:39 +02:00
bachir a5b9c83fa4 removed strip secret key from config, revocked the key 2026-09-10 10:43:46 +02:00
149 changed files with 3551 additions and 4467 deletions
+15
View File
@@ -25,3 +25,18 @@
# Another common use case is to set Drush's --uri via environment.
# DRUSH_OPTIONS_URI=http://example.com
# Stripe secret key for the "stripe" commerce payment gateway. Kept out of
# config/sync (which ships an empty secret_key) and injected in settings.php
# via getenv('STRIPE_SECRET_KEY'). Use a live key in production, a test key
# (sk_test_...) everywhere else.
# STRIPE_SECRET_KEY=
# Mailjet API key/secret pair, also used as SMTP user/pass for the
# smtp_mailjet transport (Mailjet's own convention). Kept out of config/sync
# (mailjet.settings.yml and symfony_mailer.mailer_transport.smtp_mailjet.yml
# both ship empty values) and injected in settings.php. mailjet.settings'
# APItoken is NOT set here: the mailjet module generates and persists it
# itself from this key/secret on first use.
# MAILJET_API_KEY=
# MAILJET_API_SECRET=
+1 -1
View File
@@ -1,3 +1,3 @@
[submodule "web/profiles/d8-starterkit-profile"]
path = web/profiles/d8-starterkit-profile
url = https://figureslibres.io/gogs/bachir/drupal-starterkit-profile
url = https://figureslibres.io/gitea/bachir/drupal-starterkit-profile
+29 -34
View File
@@ -52,18 +52,17 @@
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
"composer/installers": "~1.0 || ~2.0"
}
}
}
],
"require": {
"php": ">=7.3",
"php": ">=8.4",
"ckeditor-plugin/colorbutton": "^4.16.2",
"ckeditor-plugin/panelbutton": "^4.16.2",
"composer/installers": "^1.2",
"composer/installers": "^2.0",
"drupal/admin_theme": "^1.0",
"drupal/advagg": "^6.0@alpha",
"drupal/advanced_text_formatter": "^3.0@RC",
"drupal/advancedqueue": "^1.1",
"drupal/allowed_formats": "^3.0",
@@ -71,22 +70,19 @@
"drupal/asset_cache_bust": "^1.0",
"drupal/audiofield": "^1.10",
"drupal/auto_entitylabel": "^3.1",
"drupal/better_messages": "^2.0@alpha",
"drupal/classy": "^1.0",
"drupal/color": "^1.0",
"drupal/colorbutton": "^1.3",
"drupal/commerce": "^2.0",
"drupal/classy": "^2.0",
"drupal/color": "^2.0",
"drupal/commerce": "^3.0",
"drupal/commerce_cart_api": "^1.4",
"drupal/commerce_email": "^1.5",
"drupal/commerce_license": "^3.0",
"drupal/commerce_pricelist": "^2.4",
"drupal/commerce_recurring": "^1.0@RC",
"drupal/commerce_stripe": "^1.1",
"drupal/commerce_stripe": "^2.0",
"drupal/commerce_variation_cart_form": "^1.4",
"drupal/composer_deploy": "^1.7",
"drupal/computed_field": "^3.0@alpha",
"drupal/config_devel": "^1.7",
"drupal/config_pages": "^2.9",
"drupal/config_pages": "^4.0",
"drupal/config_split": "^2.0@beta",
"drupal/consumer_image_styles": "^4.0",
"drupal/core-composer-scaffold": "^10.4",
@@ -95,32 +91,31 @@
"drupal/csv_serialization": "^4.0",
"drupal/ctools": "^4.0",
"drupal/devel": "^5.0",
"drupal/devel_entity_updates": "^4.1",
"drupal/devel_entity_updates": "^5.0",
"drupal/editor_advanced_link": "^2",
"drupal/error_log": "^1.0",
"drupal/eu_cookie_compliance": "^1.14",
"drupal/field_group": "^3.6",
"drupal/field_group": "^4.0",
"drupal/field_permissions": "^1.0",
"drupal/flag": "^4.0@beta",
"drupal/flag_lists": "^4.0@RC",
"drupal/flood_control": "^2.3",
"drupal/flood_control": "^3.0",
"drupal/gdpr": "^3.1",
"drupal/genpass": "^2.0",
"drupal/google_analytics": "^4.0",
"drupal/gin": "^4.1",
"drupal/google_analytics": "4.0.3",
"drupal/graphql": "^4.7",
"drupal/image_delta_formatter": "^1.2",
"drupal/jquery_ui_button": "^2.1",
"drupal/jsonapi_extras": "^3.21",
"drupal/login_history": "^2.0",
"drupal/login_tracker": "^2.0",
"drupal/logout_token": "^1.0",
"drupal/logout_token": "^2.0",
"drupal/mailjet": "^4.0",
"drupal/maillog": "^1.1",
"drupal/masquerade": "^2.0",
"drupal/maxlength": "^2.1",
"drupal/maxlength": "^3.0",
"drupal/modules_weight": "^3.0",
"drupal/password_policy": "^4.0",
"drupal/payment": "^2.1",
"drupal/pdf_api": "^2.4",
"drupal/permissions_filter": "^1.1",
"drupal/printable": "^3.1",
@@ -131,10 +126,8 @@
"drupal/role_expire": "^4.1",
"drupal/rules": "^4.0",
"drupal/search_api": "^1.19",
"drupal/search_api_autocomplete": "^1.2",
"drupal/search_api_page": "^1.x-dev",
"drupal/search_api_solr": "^4.2",
"drupal/select_translation": "^2.0@alpha",
"drupal/select_translation": "2.0.0-alpha5",
"drupal/session_limit": "^2.0@beta",
"drupal/simplenews": "^4.0",
"drupal/simplenews_mailjet_subscriptions": "^1.3",
@@ -147,8 +140,8 @@
"drupal/telephone_formatter": "^1.0@beta",
"drupal/telephone_validation": "^2.1",
"drupal/term_reference_tree": "2.0.1",
"drupal/unique_content_field_validation": "^1.1",
"drupal/upgrade_status": "^4.3",
"drupal/unique_content_field_validation": "^2.0",
"drupal/upgrade_status": "^5.0",
"drupal/user_csv_import": "^2.0",
"drupal/user_email_verification": "^1.2",
"drupal/user_history": "^1.0",
@@ -156,12 +149,14 @@
"drupal/views_conditional": "^1.10",
"drupal/views_data_export": "^1.1",
"drupal/views_field_view": "^1.0@beta",
"drupal/webform": "^6.2",
"drupal/workflow": "^1.7",
"drupal/webform": "^6.3",
"drupal/workflow": "~2.1.13",
"drush/drush": "^13",
"kint-php/kint": "^3.3",
"politsin/jquery-ui-touch-punch": "^1",
"smalot/pdfparser": "*",
"symfony/mailjet-mailer": "^5.4",
"vlucas/phpdotenv": "^4.0",
"vlucas/phpdotenv": "^5.0",
"w8tcha/ckeditor_codemirror": "v1.17.8",
"wa72/htmlpagedom": "1.3.*",
"webflo/drupal-finder": "^1.0.0",
@@ -177,7 +172,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.1"
"php": "8.4"
},
"discard-changes": true,
"allow-plugins": {
@@ -241,9 +236,6 @@
"Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch",
"Allow to validate Apache/Nginx configuration requirement for aggregation folder before enabling aggregation. https://www.drupal.org/project/drupal/issues/3384272":"https://www.drupal.org/files/issues/2024-08-22/4673.diff"
},
"drupal/email_registration": {
"allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/2021-06-11/2856542-13.patch"
},
"drupal/stripe": {
"Stripe is a web service and should be in system.admin_config_services https://www.drupal.org/project/stripe/issues/3090652": "https://www.drupal.org/files/issues/2020-01-08/stripe-link_menu_in_services-3090652-5.patch"
},
@@ -251,7 +243,6 @@
"Integrate Address with Search API https://www.drupal.org/project/address/issues/2812659": "https://www.drupal.org/files/issues/2020-11-02/integrate-address-searchapi-2812659-56.patch"
},
"drupal/mailjet": {
"DrupalmailjetControllerMailjetRegisterController::redirectRegister() does not exist https://www.drupal.org/project/mailjet/issues/3450474": "https://www.drupal.org/files/issues/2024-05-29/mailjet-15615025-5.patch",
"MailjetConfigurationAccessCheck blocks access to all pages for users except admin https://www.drupal.org/project/mailjet/issues/3539776": "https://www.drupal.org/files/issues/2025-08-05/0001-fix-mailjetconfigurationaccesscheck-blocking-access.patch"
},
"drupal/pwa": {
@@ -280,6 +271,9 @@
}
},
"archived-patches": {
"drupal/email_registration": {
"allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542":"integrated upstream in email_registration 2.x (UserHttpAuthenticationController)"
},
"drupal/core":{
"Cannot save translated nodes after upgrading to 8.8 due to invalid path https://www.drupal.org/project/drupal/issues/3101344":"https://www.drupal.org/files/issues/2021-03-01/3101344-drupal-core-fix-permissions-checking-while-node-translating-64.patch"
},
@@ -302,7 +296,8 @@
"drupal/mailjet": {
"Error: Class MailjetTools/MailjetApi not found in Drupal/mailjet/Form/MailjetApiForm->submitForm() https://www.drupal.org/project/mailjet/issues/3464788":"https://www.drupal.org/files/issues/2024-08-20/mailjetApiForm_use_mailjettools_mailjetapi.patch",
"Error: Class MailjetTools/UsStates not found https://www.drupal.org/project/mailjet/issues/3469059":"https://www.drupal.org/files/issues/2024-08-20/mailjet_settingsform_usstates.patch",
"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",
"DrupalmailjetControllerMailjetRegisterController::redirectRegister() does not exist https://www.drupal.org/project/mailjet/issues/3450474": "https://www.drupal.org/files/issues/2024-05-29/mailjet-15615025-5.patch"
},
"drupal/user_history": {
"init batch : field_storage_values misses type https://www.drupal.org/project/user_history/issues/3311360": "https://www.drupal.org/files/issues/2022-09-23/user_history__field_storage_values__miss__type.patch"
Generated
+2178 -3177
View File
File diff suppressed because it is too large Load Diff
@@ -115,3 +115,4 @@ cloneable_entities:
- entity_view_display
- entity_form_display
- date_format
- workflow_user
+1
View File
@@ -111,3 +111,4 @@ form_settings:
default_value: false
disable: false
hidden: false
handle_bundles: false
-9
View File
@@ -1,9 +0,0 @@
features:
node_user_picture: false
comment_user_picture: true
comment_user_verification: true
favicon: 1
logo:
use_default: 1
_core:
default_config_hash: Pawk313dlmTas62LfDspeCxjQbNtOVl3_Uyi3REvu1A
+2
View File
@@ -25,3 +25,5 @@ disable_buttons: false
yes_button: ''
no_button: ''
whitelisted_ip_addresses: ''
cookie_secure: false
cookie_httponly: false
@@ -1,22 +0,0 @@
uuid: ac411d7b-fd31-4d97-b96f-0a74c66d18c0
langcode: en
status: true
dependencies:
module:
- system
theme:
- adminimal_theme
_core:
default_config_hash: 80N66GdzEvwqi1m-_GZ-ulkk8AJG9beoXcZ4-pMVKjI
id: adminimal_theme_content
theme: adminimal_theme
region: content
weight: 0
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
label_display: '0'
provider: system
visibility: { }
@@ -1,22 +0,0 @@
uuid: af7eb2f8-8d22-4f50-bc9d-1f361f4d5314
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: { }
@@ -1,20 +0,0 @@
uuid: fc91517b-1dbd-44d4-b074-02d0295d93af
langcode: en
status: true
dependencies:
theme:
- adminimal_theme
_core:
default_config_hash: ik4PTMlBD0MWansnSMpSXq5SUlWRJ1IVVt6C7AIbQmc
id: adminimal_theme_local_actions
theme: adminimal_theme
region: content
weight: -10
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
label_display: '0'
provider: core
visibility: { }
@@ -1,22 +0,0 @@
uuid: 00e949ca-6226-408c-99b4-51eb5cce1ae8
langcode: en
status: true
dependencies:
module:
- user
theme:
- adminimal_theme
_core:
default_config_hash: 862sIulDdHmF0vBU1s2j2_a_CwkxursrL0pIrMDzzOg
id: adminimal_theme_login
theme: adminimal_theme
region: content
weight: 10
provider: null
plugin: user_login_block
settings:
id: user_login_block
label: 'User login'
label_display: visible
provider: user
visibility: { }
@@ -1,22 +0,0 @@
uuid: 32029ead-92c4-47d5-9f34-29989237c458
langcode: en
status: true
dependencies:
module:
- system
theme:
- adminimal_theme
_core:
default_config_hash: YqKTtloWJ8FjLtfVNfrHaK6kVgxT67lC1cJ3j6i6WLo
id: adminimal_theme_messages
theme: adminimal_theme
region: highlighted
weight: 0
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
label_display: '0'
provider: system
visibility: { }
@@ -1,20 +0,0 @@
uuid: 239e4199-5465-451a-ade4-230f0e9c1a94
langcode: en
status: true
dependencies:
theme:
- adminimal_theme
_core:
default_config_hash: Z3nlZUh2mSJP3apMrJWt-duS-aLyP79rcfu_0wpPmDs
id: adminimal_theme_page_title
theme: adminimal_theme
region: header
weight: -30
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
label_display: '0'
provider: core
visibility: { }
@@ -1,22 +0,0 @@
uuid: cc6bfeb2-e3fe-42c2-96af-12c45092e478
langcode: en
status: true
dependencies:
theme:
- adminimal_theme
_core:
default_config_hash: CyX_aDKAka2_eihevNLscCHDYrzDgIqwWzFVEFRKIww
id: adminimal_theme_primary_local_tasks
theme: adminimal_theme
region: header
weight: 0
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Primary tabs'
label_display: '0'
provider: core
primary: true
secondary: false
visibility: { }
@@ -1,22 +0,0 @@
uuid: e589835e-0479-452c-9686-46a63bae4fdc
langcode: en
status: true
dependencies:
theme:
- adminimal_theme
_core:
default_config_hash: DJ7Om1C2xWr2GI8CjZaZtyWpP-0S3hRR3oROZl1oesc
id: adminimal_theme_secondary_local_tasks
theme: adminimal_theme
region: pre_content
weight: 0
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Secondary tabs'
label_display: '0'
provider: core
primary: false
secondary: true
visibility: { }
+1
View File
@@ -18,4 +18,5 @@ settings:
label_display: visible
provider: commerce_cart
dropdown: true
show_if_empty: true
visibility: { }
@@ -1,15 +1,15 @@
uuid: e87279bd-129c-4d21-ab47-e65725cea7dd
uuid: e58c9554-72a1-437e-a32c-175659241607
langcode: en
status: true
dependencies:
module:
- system
theme:
- adminimal_theme
- claro
_core:
default_config_hash: 8by5KRsb7ZpmjHj0ms1d7xAG_xH54AWsOX6spDLJ59U
id: adminimal_theme_breadcrumbs
theme: adminimal_theme
default_config_hash: NjcxOBrPOiK5-38t56DwFBDVY4yer7YSlbRWXFuHe7A
id: claro_breadcrumbs
theme: claro
region: breadcrumb
weight: 0
provider: null
@@ -1,15 +1,15 @@
uuid: f39e652b-a559-493e-b51f-827f5754e0cc
uuid: 37741b53-2634-405d-b8cd-2fc81e5240ec
langcode: en
status: true
dependencies:
module:
- system
theme:
- matminimal
- claro
_core:
default_config_hash: BlNSz6WPq_9ciuNhB084tFZB4h4tU_kMemH7FGemEWg
id: matminimal_content
theme: matminimal
default_config_hash: a0Yyx1GeyKarZ4T_yXQBR_ZFKnXiFLtxAb6gWLd8nr0
id: claro_content
theme: claro
region: content
weight: 0
provider: null
@@ -1,15 +1,15 @@
uuid: 3acdde3f-5b1d-4e30-b766-54cd3b9766a1
uuid: bf3e42aa-ea64-4c71-8f19-57c781b6b79c
langcode: en
status: true
dependencies:
module:
- help
theme:
- matminimal
- claro
_core:
default_config_hash: ucMk2FYh45Dz_S_GLmvzn8WbWXzifLBVy4JcDES87WM
id: matminimal_help
theme: matminimal
default_config_hash: jccFSSVqV0WCDb6NtML1VWAWTtDbZ-zn5YgTRMgMrIM
id: claro_help
theme: claro
region: help
weight: 0
provider: null
@@ -1,13 +1,13 @@
uuid: e3176c37-8d5d-47eb-b1d8-d42c094241d5
uuid: 011ec8b9-28da-4360-8df9-55b0c3c00bd6
langcode: en
status: true
dependencies:
theme:
- matminimal
- claro
_core:
default_config_hash: aCyPNuMz56ZbH8auMeZZeKGMKzO53IwX8rXiWcu_UCA
id: matminimal_local_actions
theme: matminimal
default_config_hash: CdXfDmRgAvms7EQovxxWPdYi0GitxeRbVtScYK16ZH0
id: claro_local_actions
theme: claro
region: content
weight: -10
provider: null
@@ -1,15 +1,15 @@
uuid: cded6c78-ecd4-4e31-b8e2-cfde506df5a6
uuid: 4d846cfb-f623-41c8-8d45-3467db7bed30
langcode: en
status: true
dependencies:
module:
- system
theme:
- matminimal
- claro
_core:
default_config_hash: 446KyRw4ws5QsAoohT2XtSZDr2WOEVSOu650fwm4T-k
id: matminimal_messages
theme: matminimal
default_config_hash: '-Ac3ISpIT0PQ-whzD7_dw0SdKi6dAbRFNWdSjOiVDqg'
id: claro_messages
theme: claro
region: highlighted
weight: 0
provider: null
@@ -1,13 +1,13 @@
uuid: 403e7822-59c5-43b1-b625-2934c1fcab3d
uuid: d570c63a-ebcd-4535-a71c-05fd58ba2c2d
langcode: en
status: true
dependencies:
theme:
- matminimal
- claro
_core:
default_config_hash: TrJQ5nNEMQI1XWnz-jxEzAuPu8RA4r6KmRqIEp8Jtqw
id: matminimal_page_title
theme: matminimal
default_config_hash: fNwDdW063tk_ktzSWzZVeQS9wzvLooVO280BQ9WrsIs
id: claro_page_title
theme: claro
region: header
weight: -30
provider: null
@@ -1,13 +1,13 @@
uuid: 6a239d6e-89b4-4e15-886d-6df296eeb40a
uuid: 759758f6-4928-4005-9c51-e96985ca103b
langcode: en
status: true
dependencies:
theme:
- matminimal
- claro
_core:
default_config_hash: oI24LNAQnSK7BKcLSk5XxMohBFJKTzuoaZ0-5nQI6Ng
id: matminimal_primary_local_tasks
theme: matminimal
default_config_hash: ACjBZI5shAMiiUpsz-inLYVXDqNNXRnSzAWV3kV_8Hw
id: claro_primary_local_tasks
theme: claro
region: header
weight: 0
provider: null
@@ -1,13 +1,13 @@
uuid: bc3b02cb-de5d-45fd-b700-6e71847e05fd
uuid: 0ab23859-0a62-4db7-839a-a907df5653b4
langcode: en
status: true
dependencies:
theme:
- matminimal
- claro
_core:
default_config_hash: hnshSujVSrLEmdnW_GsJk4o-DwwuUwTgGU2NNxyZy_E
id: matminimal_secondary_local_tasks
theme: matminimal
default_config_hash: 2L0geP-ixCbCkEpW6BVF6H7vDUZN4ea07_Y9CociQm4
id: claro_secondary_local_tasks
theme: claro
region: pre_content
weight: 0
provider: null
@@ -1,12 +1,15 @@
uuid: 3a30a65d-4c69-4db9-942a-a84e2e1698b0
langcode: en
status: true
dependencies:
module:
- system
theme:
- matminimal
id: matminimal_breadcrumbs
theme: matminimal
- gin
_core:
default_config_hash: y9X3xgCsO59pQyzNLzY1D3SDJJxCHILLWkpPnmuTJ2E
id: gin_breadcrumbs
theme: gin
region: breadcrumb
weight: 0
provider: null
@@ -14,6 +17,6 @@ plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
provider: system
label_display: '0'
provider: system
visibility: { }
@@ -1,12 +1,15 @@
uuid: 0eca51c0-6c89-496c-bd89-36259f9456fb
langcode: en
status: true
dependencies:
module:
- system
theme:
- matminimal
id: matminimal_content
theme: matminimal
- gin
_core:
default_config_hash: hBHXB7hC05XU7pDYzETt-GUcpFlogK1gkjyAsg0Ym58
id: gin_content
theme: gin
region: content
weight: 0
provider: null
@@ -14,6 +17,6 @@ plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
provider: system
label_display: '0'
provider: system
visibility: { }
@@ -1,12 +1,15 @@
uuid: 157367b3-9c92-403c-ac36-7b59788db4c8
langcode: en
status: true
dependencies:
module:
- help
theme:
- matminimal
id: matminimal_help
theme: matminimal
- gin
_core:
default_config_hash: 8nOAry2oKqJOr0zbrlJ3sZHDFJLIO6j-0vT0K_TYca4
id: gin_help
theme: gin
region: help
weight: 0
provider: null
@@ -14,6 +17,6 @@ plugin: help_block
settings:
id: help_block
label: Help
provider: help
label_display: '0'
provider: help
visibility: { }
@@ -1,10 +1,13 @@
uuid: 7121f169-c890-4285-9c41-4ce557d292c0
langcode: en
status: true
dependencies:
theme:
- matminimal
id: matminimal_local_actions
theme: matminimal
- gin
_core:
default_config_hash: OQ9aJ-4qVwK1x00o9EOYK4eFDjQr_HLpbPiJaPSVZiQ
id: gin_local_actions
theme: gin
region: content
weight: -10
provider: null
@@ -12,6 +15,6 @@ plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
provider: core
label_display: '0'
provider: core
visibility: { }
@@ -1,12 +1,15 @@
uuid: c226a098-94ea-43d5-8ccc-fc8acd965fae
langcode: en
status: true
dependencies:
module:
- system
theme:
- matminimal
id: matminimal_messages
theme: matminimal
- gin
_core:
default_config_hash: WvPhI8OwllG0gE69-F8qL3ai3nd5SbYD6JpmEuZcyok
id: gin_messages
theme: gin
region: highlighted
weight: 0
provider: null
@@ -14,6 +17,6 @@ plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
provider: system
label_display: '0'
provider: system
visibility: { }
@@ -1,10 +1,13 @@
uuid: faa90181-7878-4a26-a19b-a2268605236e
langcode: en
status: true
dependencies:
theme:
- matminimal
id: matminimal_page_title
theme: matminimal
- gin
_core:
default_config_hash: HLQY2xgby8K3vN_98hiOSasOhm9pdCsH234-s0duJ8Q
id: gin_page_title
theme: gin
region: header
weight: -30
provider: null
@@ -12,6 +15,6 @@ plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
provider: core
label_display: '0'
provider: core
visibility: { }
@@ -1,10 +1,13 @@
uuid: 5a7eb531-08a5-4e27-8aa9-3f5724c165db
langcode: en
status: true
dependencies:
theme:
- matminimal
id: matminimal_primary_local_tasks
theme: matminimal
- gin
_core:
default_config_hash: Hh01DLj9k7UnNdPpOQXHZHW7GHf2OPNDQyCJF7_R9ac
id: gin_primary_local_tasks
theme: gin
region: header
weight: 0
provider: null
@@ -12,8 +15,8 @@ plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Primary tabs'
provider: core
label_display: '0'
provider: core
primary: true
secondary: false
visibility: { }
@@ -1,10 +1,13 @@
uuid: f9fb0521-8dc1-41c9-bfcb-59ac5bb00b9e
langcode: en
status: true
dependencies:
theme:
- matminimal
id: matminimal_secondary_local_tasks
theme: matminimal
- gin
_core:
default_config_hash: BCWhood0xXFQYqxFgL1spXdb9KeIuXH1YvTdjIEedDg
id: gin_secondary_local_tasks
theme: gin
region: pre_content
weight: 0
provider: null
@@ -12,8 +15,8 @@ plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Secondary tabs'
provider: core
label_display: '0'
provider: core
primary: false
secondary: true
visibility: { }
+3
View File
@@ -21,11 +21,14 @@ settings:
provider: menu_block
follow: false
follow_parent: child
display_empty: false
label_link: false
label_type: block
level: 1
depth: 0
expand_all_items: false
parent: 'header:'
render_parent: false
suggestion: header
hide_on_nonactive: false
visibility: { }
@@ -1,30 +0,0 @@
uuid: 6844a7d0-31bc-4cea-a72b-c0bb4c29b530
langcode: en
status: true
dependencies:
module:
- system
- user
theme:
- matminimal
_core:
default_config_hash: 84K5xNLNmM7MeFs4CG09vGXFdHmNTNSYeppjzVQceL4
id: matminimal_breadcrumbs
theme: matminimal
region: breadcrumb
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label_display: '0'
provider: system
visibility:
user_role:
id: user_role
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
roles:
root: root
@@ -1,22 +0,0 @@
uuid: 7286997c-90ed-48da-a4e9-c18fb0feb974
langcode: en
status: true
dependencies:
module:
- user
theme:
- matminimal
_core:
default_config_hash: LH8eG33s_xdvbTg0S_jtOTku11tLnM9ZK62tjnZiEyk
id: matminimal_login
theme: matminimal
region: content
weight: 10
provider: null
plugin: user_login_block
settings:
id: user_login_block
label: 'User login'
label_display: visible
provider: user
visibility: { }
+3
View File
@@ -21,11 +21,14 @@ settings:
provider: menu_block
follow: false
follow_parent: child
display_empty: false
label_link: false
label_type: block
level: 1
depth: 0
expand_all_items: false
parent: 'footer:'
render_parent: false
suggestion: footer
hide_on_nonactive: false
visibility: { }
@@ -1,6 +1,6 @@
uuid: 57917b98-88dc-4aab-830c-886ffa43bfb1
langcode: fr
status: true
status: false
dependencies:
module:
- simplenews
@@ -15,7 +15,7 @@ configuration:
- credit_card
collect_billing_information: true
publishable_key: pk_live_51I7RAuBp8BkjanLQp3lsf7QBqO1xhRj8gLEbH4ivBEiZhkGwxgrQNGGizo5yk7HgxkiW3jRY6M4ni8pVfBTt5DGW00nBUevKbl
secret_key: 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
secret_key: ''
enable_credit_card_icons: false
conditions: { }
conditionOperator: AND
@@ -9,6 +9,7 @@ label: Default
traits: { }
locked: false
description: ''
variationType: default
variationTypes:
- default
multipleVariations: true
injectVariationFields: true
@@ -7,7 +7,6 @@ label: 'materio product license type'
traits: { }
locked: false
description: ''
variationType: materio_product_licence_variatio
variationTypes:
- materio_product_licence_variatio
- materio_product_variation_type
@@ -7,7 +7,6 @@ label: 'materio product type (do not use me)'
traits: { }
locked: false
description: ''
variationType: materio_product_variation_type
variationTypes:
- materio_product_variation_type
multipleVariations: true
+2 -30
View File
@@ -1,50 +1,22 @@
_core:
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
verbose: 0
verbose: false
types:
contact_message: { }
file:
'*': '*'
node:
'*': '*'
redirect: { }
search_api_task: { }
taxonomy_term:
'*': '*'
user: { }
workflow_transition: { }
workflow_scheduled_transition: { }
menu_link_content: { }
types_translation_lock: { }
types_js_lock: { }
form_op_lock:
contact_message:
mode: 0
values: { }
file:
mode: null
values: { }
node:
mode: 0
values: { }
redirect:
mode: 0
values: { }
search_api_task:
mode: null
values: { }
taxonomy_term:
mode: 0
values: { }
user:
mode: 0
values: { }
workflow_transition:
mode: 0
values: { }
workflow_scheduled_transition:
mode: 0
values: { }
menu_link_content:
mode: 0
values: { }
timeout: 1800
@@ -1,4 +0,0 @@
_core:
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
content_lock_timeout_minutes: '30'
content_lock_timeout_on_edit: 0
@@ -0,0 +1,42 @@
uuid: 2b403847-7b59-41ca-82be-b3f67400de56
langcode: en
status: true
dependencies:
config:
- commerce_order.commerce_order_type.default
- core.entity_form_mode.commerce_order.order_details
- field.field.commerce_order.default.field_mailjet_campaign_id
- field.field.commerce_order.default.field_mailjet_campaign_name
id: commerce_order.default.order_details
targetEntityType: commerce_order
bundle: default
mode: order_details
content:
cart:
type: boolean_checkbox
weight: 20
region: content
settings:
display_label: true
third_party_settings: { }
mail:
type: email_default
weight: 0
region: content
settings:
placeholder: ''
size: 60
third_party_settings: { }
hidden:
adjustments: true
billing_profile: true
coupons: true
customer_comments: true
field_mailjet_campaign_id: true
field_mailjet_campaign_name: true
ip_address: true
order_items: true
order_number: true
state: true
store_id: true
uid: true
@@ -0,0 +1,42 @@
uuid: 723bb5e2-9d1d-4ea0-935f-c580f95cad97
langcode: en
status: true
dependencies:
config:
- commerce_order.commerce_order_type.materio_order_type
- core.entity_form_mode.commerce_order.order_details
- field.field.commerce_order.materio_order_type.field_mailjet_campaign_id
- field.field.commerce_order.materio_order_type.field_mailjet_campaign_name
id: commerce_order.materio_order_type.order_details
targetEntityType: commerce_order
bundle: materio_order_type
mode: order_details
content:
cart:
type: boolean_checkbox
weight: 20
region: content
settings:
display_label: true
third_party_settings: { }
mail:
type: email_default
weight: 0
region: content
settings:
placeholder: ''
size: 60
third_party_settings: { }
hidden:
adjustments: true
billing_profile: true
coupons: true
customer_comments: true
field_mailjet_campaign_id: true
field_mailjet_campaign_name: true
ip_address: true
order_items: true
order_number: true
state: true
store_id: true
uid: true
@@ -0,0 +1,46 @@
uuid: c59d7522-2280-4e5a-af0d-1da40b84af67
langcode: en
status: true
dependencies:
config:
- commerce_order.commerce_order_type.recurring
- core.entity_form_mode.commerce_order.order_details
- field.field.commerce_order.recurring.billing_period
- field.field.commerce_order.recurring.billing_schedule
- field.field.commerce_order.recurring.commerce_recurring_queued
- field.field.commerce_order.recurring.field_mailjet_campaign_id
id: commerce_order.recurring.order_details
targetEntityType: commerce_order
bundle: recurring
mode: order_details
content:
cart:
type: boolean_checkbox
weight: 20
region: content
settings:
display_label: true
third_party_settings: { }
mail:
type: email_default
weight: 0
region: content
settings:
placeholder: ''
size: 60
third_party_settings: { }
hidden:
adjustments: true
billing_period: true
billing_profile: true
billing_schedule: true
commerce_recurring_queued: true
coupons: true
customer_comments: true
field_mailjet_campaign_id: true
ip_address: true
order_items: true
order_number: true
state: true
store_id: true
uid: true
@@ -171,13 +171,16 @@ third_party_settings:
region: content
parent_name: ''
weight: 1
format_type: tab
format_type: details_sidebar
format_settings:
classes: ''
show_empty_fields: false
id: ''
formatter: open
label_as_html: false
open: true
description: ''
required_fields: true
weight: -100
id: node.materiau.default
targetEntityType: node
bundle: materiau
@@ -0,0 +1,11 @@
uuid: 1819ec5f-7afb-4e5e-a485-4d253a770a45
langcode: en
status: true
dependencies:
module:
- commerce_order
id: commerce_order.order_details
label: 'Order details'
description: ''
targetEntityType: commerce_order
cache: true
@@ -1,13 +0,0 @@
uuid: a97d0282-01c9-4b2e-8f91-24b0e3e6443c
langcode: en
status: true
dependencies:
module:
- simplenews
_core:
default_config_hash: leCpWOylvfK6ArYQp2n7dcGoAFC_A-X7qQm5FdYToWg
id: simplenews_subscriber.materio_block
label: Block
description: ''
targetEntityType: simplenews_subscriber
cache: true
@@ -8,6 +8,7 @@ dependencies:
- field.field.commerce_order.default.field_mailjet_campaign_name
module:
- commerce_order
- commerce_payment
- commerce_price
- state_machine
- user
@@ -27,6 +28,15 @@ content:
third_party_settings: { }
weight: 9
region: content
billing_profile:
type: commerce_billing_information
label: hidden
settings:
profile_view_mode: admin
show_payment_information: true
third_party_settings: { }
weight: 5
region: content
changed:
type: timestamp
label: inline
@@ -73,6 +83,25 @@ content:
third_party_settings: { }
weight: 10
region: content
created:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 0
region: content
customer_comments:
type: string
label: above
@@ -99,9 +128,11 @@ content:
order_items:
type: commerce_order_item_table
label: hidden
settings: { }
settings:
view: commerce_order_item_table_admin
show_add_items_link: true
third_party_settings: { }
weight: 0
weight: 13
region: content
placed:
type: timestamp
@@ -129,13 +160,6 @@ content:
third_party_settings: { }
weight: 8
region: content
total_price:
type: commerce_order_total_summary
label: hidden
settings: { }
third_party_settings: { }
weight: 1
region: content
uid:
type: author
label: inline
@@ -144,7 +168,7 @@ content:
weight: 5
region: content
hidden:
billing_profile: true
commerce_activity_log: true
field_mailjet_campaign_id: true
field_mailjet_campaign_name: true
order_number: true
@@ -152,3 +176,4 @@ hidden:
store_id: true
synonyms: true
total_paid: true
total_price: true
@@ -8,8 +8,8 @@ dependencies:
- field.field.commerce_order.materio_order_type.field_mailjet_campaign_name
module:
- commerce_order
- commerce_payment
- commerce_price
- entity_reference_revisions
- options
- state_machine
- user
@@ -28,13 +28,13 @@ content:
weight: 12
region: content
billing_profile:
type: entity_reference_revisions_entity_view
label: above
type: commerce_billing_information
label: hidden
settings:
view_mode: default
link: ''
profile_view_mode: admin
show_payment_information: true
third_party_settings: { }
weight: 10
weight: 5
region: content
completed:
type: timestamp
@@ -56,13 +56,40 @@ content:
weight: 5
region: content
coupons:
label: above
type: entity_reference_label
label: above
settings:
link: true
region: content
weight: 15
third_party_settings: { }
weight: 15
region: content
created:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 0
region: content
customer_comments:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 16
region: content
field_mailjet_campaign_id:
type: number_integer
label: above
@@ -96,10 +123,12 @@ content:
region: content
order_items:
type: commerce_order_item_table
label: above
settings: { }
label: hidden
settings:
view: commerce_order_item_table_admin
show_add_items_link: true
third_party_settings: { }
weight: 6
weight: 18
region: content
order_number:
type: string
@@ -152,13 +181,6 @@ content:
third_party_settings: { }
weight: 11
region: content
total_price:
type: commerce_order_total_summary
label: hidden
settings: { }
third_party_settings: { }
weight: 3
region: content
uid:
type: author
label: above
@@ -168,5 +190,7 @@ content:
region: content
hidden:
changed: true
commerce_activity_log: true
search_api_excerpt: true
synonyms: true
total_price: true
@@ -10,6 +10,7 @@ dependencies:
- field.field.commerce_order.recurring.field_mailjet_campaign_id
module:
- commerce_order
- commerce_payment
- commerce_price
- commerce_recurring
- state_machine
@@ -37,6 +38,15 @@ content:
third_party_settings: { }
weight: 0
region: content
billing_profile:
type: commerce_billing_information
label: hidden
settings:
profile_view_mode: admin
show_payment_information: true
third_party_settings: { }
weight: 5
region: content
changed:
type: timestamp
label: inline
@@ -83,6 +93,25 @@ content:
third_party_settings: { }
weight: 12
region: content
created:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: long
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 0
region: content
customer_comments:
type: string
label: above
@@ -118,9 +147,11 @@ content:
order_items:
type: commerce_order_item_table
label: hidden
settings: { }
settings:
view: commerce_order_item_table_admin
show_add_items_link: true
third_party_settings: { }
weight: 1
weight: 15
region: content
placed:
type: timestamp
@@ -148,13 +179,6 @@ content:
third_party_settings: { }
weight: 9
region: content
total_price:
type: commerce_order_total_summary
label: hidden
settings: { }
third_party_settings: { }
weight: 2
region: content
uid:
type: author
label: inline
@@ -163,11 +187,12 @@ content:
weight: 6
region: content
hidden:
billing_profile: true
billing_schedule: true
commerce_activity_log: true
commerce_recurring_queued: true
order_number: true
search_api_excerpt: true
store_id: true
synonyms: true
total_paid: true
total_price: true
+4 -9
View File
@@ -56,14 +56,12 @@ module:
consumers: 0
contact: 0
content_lock: 0
content_lock_timeout: 0
context: 0
contextual: 0
cshs: 0
csv_serialization: 0
ctools: 0
ctools_block: 0
currency: 0
date_range_formatter: 0
datetime: 0
datetime_range: 0
@@ -97,6 +95,7 @@ module:
gdpr_fields: 0
gdpr_tasks: 0
genpass: 0
gin_toolbar: 0
graphql: 0
help: 0
honeypot: 0
@@ -110,9 +109,6 @@ module:
jquery_ui_button: 0
jquery_ui_checkboxradio: 0
jquery_ui_controlgroup: 0
jquery_ui_datepicker: 0
jquery_ui_slider: 0
jquery_ui_touch_punch: 0
js_cookie: 0
jsonapi: 0
jsonapi_extras: 0
@@ -131,6 +127,7 @@ module:
mailjet_event: 0
maillog: 0
masquerade: 0
materio_admin: 0
materio_commerce: 0
materio_decoupled: 0
materio_expo: 0
@@ -160,7 +157,6 @@ module:
pdf_api: 0
permissions_filter: 0
phpass: 0
plugin: 0
printable: 0
printable_pdf: 0
profile: 0
@@ -245,8 +241,7 @@ module:
theme:
stable: 0
classy: 0
seven: 0
adminimal_theme: 0
matminimal: 0
materiotheme: 0
claro: 0
gin: 0
profile: figli_starter_kit
@@ -1,3 +0,0 @@
_core:
default_config_hash: KxmQKHtm7y2OHcdp0pt27aKtDrezgRSJCsXQ0fFQ-Sg
plugin_id: currency_basic
-22
View File
@@ -1,22 +0,0 @@
uuid: cde6b53b-b481-4c4f-b182-673281e65b9a
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: Z1YlONWzZZRT4LTq7RYN4hf3MEcT160wbomEsxLoPZ8
alternativeSigns: { }
currencyCode: XXX
currencyNumber: '999'
label: 'No currency'
roundingStep: null
sign: ¤
subunits: 0
usages:
-
countryCode: AQ
start: ''
end: ''
-
countryCode: ZZ
start: ''
end: ''
@@ -1,10 +0,0 @@
uuid: 451e712c-eec9-4a60-9402-d17b1619ee2e
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: nAygxNkoV-dysf09n8eaT2MeULBzTisuxlMqdXEJbr8
decimalSeparator: .
groupingSeparator: ','
locale: en_US
pattern: '¤#,##0.00;(¤#,##0.00)'
@@ -1,9 +0,0 @@
_core:
default_config_hash: TrKWV8zxs3oIJUC4bRlCJZrOFimdU4FgrGrFusfxJME
plugins:
-
plugin_id: currency_fixed_rates
status: true
-
plugin_id: currency_historical_rates
status: true
@@ -1,3 +0,0 @@
_core:
default_config_hash: wgwYiaurYzrbMFP3CJz93tXZV-PTtGq_G0GLCXZ_VH8
rates: { }
@@ -1,4 +1,3 @@
_core:
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
login_with_username: false
require_username_on_registration: false
+26
View File
@@ -0,0 +1,26 @@
_core:
default_config_hash: c8aZhkIY8zHUo0_UOll4vVs_l48dHL_gBqbvfuAM0Rs
favicon:
use_default: true
features:
comment_user_picture: true
comment_user_verification: true
favicon: true
node_user_picture: false
logo:
use_default: true
third_party_settings:
shortcut:
module_link: true
preset_accent_color: blue
preset_focus_color: gin
enable_darkmode: '1'
classic_toolbar: horizontal
secondary_toolbar_frontend: true
high_contrast_mode: false
accent_color: ''
focus_color: ''
layout_density: small
show_description_toggle: false
show_user_theme_settings: false
sticky_action_buttons: true
+1
View File
@@ -20,3 +20,4 @@ form_settings:
node_fil_form: false
node_page_form: false
node_static_form: false
simplenews_subscriptions_block_footersimplenewssubscriptionblock: true
@@ -1,2 +0,0 @@
settings:
label: 'Connexion utilisateur'
@@ -1,2 +0,0 @@
settings:
label: 'Connexion utilisateur'
+3 -3
View File
@@ -1,12 +1,12 @@
_core:
default_config_hash: xv32isu3I93u2lqD8FkaO6ekhZ62Ti5LvVvypKvf7_0
langcode: en
mailjet_username: cec52b4eb2d759f5372dfd194585c388
mailjet_password: 07aaab76d591f8161158d0df79d280eb
mailjet_username: ''
mailjet_password: ''
mailjet_mail: false
mailjet_active: true
mail_headers_allow_html_mailjet: true
mailjet_title: 'Mailjet API module'
APItoken: 2CA9212C81DDF1F9C43D0756F7F1B16ACD1B26843D05F9DB39A2A92E0876CE823DF00A0F0C1960D342DD6CE65A5E9515A7FDA867028FC144CBB90F606CA70187
APItoken: ''
mailjet_protocol: ssl
mailjet_por: 465
-12
View File
@@ -1,12 +0,0 @@
features:
node_user_picture: false
comment_user_picture: true
comment_user_verification: true
favicon: 1
logo:
use_default: 1
favicon:
use_default: 0
path: themes/custom/matminimal/icon.png
mimetype: image/png
custom_css: 0
@@ -2,17 +2,18 @@ uuid: 5fdb800c-8953-42ec-b3c3-a1bdd8ff2817
langcode: en
status: true
dependencies:
config:
- node.type.article
module:
- node
id: blabla_article_
label: 'blabla/article '
type: 'canonical_entities:node'
pattern: 'blabla/[node:title]'
pattern: '/blabla/[node:title]'
selection_criteria:
d0ad31d5-4ed3-40f7-84ed-297271c60fc7:
id: 'entity_bundle:node'
negate: false
uuid: d0ad31d5-4ed3-40f7-84ed-297271c60fc7
context_mapping:
node: node
bundles:
+3 -2
View File
@@ -2,17 +2,18 @@ uuid: 6e84b134-54a0-4e64-b163-0698bc11eedf
langcode: fr
status: true
dependencies:
config:
- node.type.simplenews_issue
module:
- node
id: simplenews
label: simplenews
type: 'canonical_entities:node'
pattern: 'newsletter/[node:simplenews_issue]/[node:title]'
pattern: '/newsletter/[node:simplenews_issue]/[node:title]'
selection_criteria:
efc914c4-688c-412a-a745-e61a7c1535ae:
id: 'entity_bundle:node'
negate: false
uuid: efc914c4-688c-412a-a745-e61a7c1535ae
context_mapping:
node: node
bundles:
+3 -2
View File
@@ -2,17 +2,18 @@ uuid: f38038f5-afbd-48f5-98aa-f32fa56b3cd5
langcode: en
status: true
dependencies:
config:
- node.type.thematique
module:
- node
id: thematique
label: Thematique
type: 'canonical_entities:node'
pattern: 'thematique/[node:title]'
pattern: '/thematique/[node:title]'
selection_criteria:
a7ecad62-8643-4783-9b2e-56f739bfa1b1:
id: 'entity_bundle:node'
negate: false
uuid: a7ecad62-8643-4783-9b2e-56f739bfa1b1
context_mapping:
node: node
bundles:
+1 -1
View File
@@ -61,8 +61,8 @@ third_party_settings:
multilingual:
limit_to_content_language: true
include_language_independent: true
specific_languages: { }
use_language_undefined_as_fallback_language: false
specific_languages: { }
use_universal_collation: false
id: database
name: database
@@ -6,8 +6,8 @@ id: smtp_mailjet
label: 'SMTP mailjet'
plugin: smtp
configuration:
user: cec52b4eb2d759f5372dfd194585c388
pass: 07aaab76d591f8161158d0df79d280eb
user: ''
pass: ''
host: in-v3.mailjet.com
port: 587
query:
@@ -1,24 +0,0 @@
uuid: 658e9e99-a52a-42ca-9c40-b8c629b6c283
langcode: en
status: true
dependencies:
module:
- workflow
_core:
default_config_hash: RimpsF-N-uVXv3vtX3fza0-kJxlXdRmKLPiQU6IubdE
id: change_a_node_to_next_workflow_state
label: 'Change a node to next Workflow state'
type: node
plugin: workflow_node_next_state_action
configuration:
label: 'Change a node to next Workflow state'
id: change_a_node_to_next_workflow_state
plugin: workflow_node_next_state_action
type: node
timestamp:
scheduled: '0'
comment: 'New state is set by a triggered Action.'
force: 0
actions: { }
field_name: ''
to_sid: ''
@@ -0,0 +1,9 @@
status: true
id: commerce_order_unlock
dependencies:
module:
- commerce_order
label: 'Unlock order'
type: commerce_order
plugin: commerce_order_unlock
configuration: { }
+1 -1
View File
@@ -1,4 +1,4 @@
_core:
default_config_hash: TpdA4rsOBAawnqeon9A-Ooht_4VO3hHKib79xyHcTyg
admin: matminimal
admin: gin
default: materiotheme
@@ -0,0 +1,17 @@
uuid: 1e8b5da4-af14-4504-a0f1-cfe9b5788085
langcode: en
status: true
dependencies:
module:
- content_lock
title: 'Default cron handler'
id: content_lock_cron
weight: 0
module: content_lock
callback: 'content_lock#cron'
scheduler:
id: simple
launcher:
id: serial
logger:
id: database
@@ -1,17 +0,0 @@
uuid: bc33785f-6a95-49b9-baae-80f8fb0653c8
langcode: en
status: true
dependencies:
module:
- content_lock_timeout
title: 'Default cron handler'
id: content_lock_timeout_cron
weight: 0
module: content_lock_timeout
callback: 'content_lock_timeout#cron'
scheduler:
id: simple
launcher:
id: serial
logger:
id: database
@@ -0,0 +1,17 @@
uuid: c77059fe-49af-4beb-88e7-261f4cb5c30a
langcode: en
status: true
dependencies:
module:
- maillog
title: 'Default cron handler'
id: maillog_cron
weight: 0
module: maillog
callback: 'maillog#cron'
scheduler:
id: simple
launcher:
id: serial
logger:
id: database
+19 -5
View File
@@ -119,6 +119,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:node'
@@ -1227,7 +1229,11 @@ display:
sort_desc_label: Desc
text_input_required: "Sélectionnez n'importe quel filtre et cliquez sur Appliquer pour voir les résultats"
text_input_required_format: null
bef: { }
bef:
general:
auto_submit_sort_only: false
autosubmit_breakpoint: ''
autosubmit_textfield_minimum_length: 3
access:
type: role
options:
@@ -2089,6 +2095,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:node'
@@ -3162,8 +3170,8 @@ display:
click_sort_column: value
type: timestamp
settings:
date_format: html_date
custom_date_format: ''
date_format: custom
custom_date_format: y-m-d
timezone: ''
tooltip:
date_format: ''
@@ -3174,6 +3182,7 @@ display:
past_format: '@interval ago'
granularity: 2
refresh: 60
description: ''
group_column: value
group_columns: { }
group_rows: true
@@ -3238,8 +3247,8 @@ display:
click_sort_column: value
type: timestamp
settings:
date_format: html_date
custom_date_format: ''
date_format: custom
custom_date_format: y-m-d
timezone: ''
tooltip:
date_format: ''
@@ -3250,6 +3259,7 @@ display:
past_format: '@interval ago'
granularity: 2
refresh: 60
description: ''
group_column: value
group_columns: { }
group_rows: true
@@ -4486,6 +4496,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: false
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:node'
@@ -6030,6 +6042,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:node'
+12
View File
@@ -104,6 +104,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:taxonomy_term'
@@ -1502,6 +1504,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:taxonomy_term'
@@ -2557,6 +2561,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:taxonomy_term'
@@ -3461,6 +3467,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:taxonomy_term'
@@ -4174,6 +4182,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:taxonomy_term'
@@ -5213,6 +5223,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:taxonomy_term'
+51 -16
View File
@@ -118,6 +118,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: false
show_multipage_selection_box: default
show_select_all: default
selected_actions:
-
action_id: 'entity:break_lock:user'
@@ -2153,7 +2155,7 @@ display:
automatic_download: true
export_method: batch
export_batch_size: 1000
store_in_public_file_directory: false
export_filesystem: private
custom_redirect_path: false
redirect_to_display: page_1
include_query_params: true
@@ -2230,7 +2232,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: false
force_selection_info: false
show_multipage_selection_box: default
show_select_all: default
selected_actions:
0:
action_id: 'entity:break_lock:user'
@@ -3354,8 +3357,11 @@ display:
bef:
general:
autosubmit: false
auto_submit_sort_only: false
autosubmit_breakpoint: ''
autosubmit_exclude_textfield: false
autosubmit_textfield_delay: 500
autosubmit_textfield_minimum_length: 3
autosubmit_hide: false
input_required: false
allow_secondary: false
@@ -3367,65 +3373,100 @@ display:
plugin_id: default
advanced:
sort_options: false
sort_options_method: alphabetical_asc
sort_options_natural: true
rewrite:
filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false
collapsible_disable_automatic_open: false
open_by_default: false
is_secondary: false
hide_label: false
field_classes: ''
roles_target_id:
plugin_id: default
advanced:
sort_options: false
sort_options_method: alphabetical_asc
sort_options_natural: true
rewrite:
filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false
collapsible_disable_automatic_open: false
open_by_default: false
is_secondary: false
hide_label: false
field_classes: ''
mail:
plugin_id: default
advanced:
sort_options_method: alphabetical_asc
sort_options_natural: true
placeholder_text: ''
collapsible: false
collapsible_disable_automatic_open: false
open_by_default: false
is_secondary: false
hide_label: false
field_classes: ''
uid:
plugin_id: default
advanced:
sort_options_method: alphabetical_asc
sort_options_natural: true
placeholder_text: ''
rewrite:
filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false
collapsible_disable_automatic_open: false
open_by_default: false
is_secondary: false
hide_label: false
field_classes: ''
field_company_target_id:
plugin_id: default
advanced:
sort_options_method: alphabetical_asc
sort_options_natural: true
placeholder_text: ''
rewrite:
filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false
collapsible_disable_automatic_open: false
open_by_default: false
is_secondary: false
hide_label: false
field_classes: ''
field_showroom_target_id:
plugin_id: default
advanced:
sort_options_method: alphabetical_asc
sort_options_natural: true
placeholder_text: ''
rewrite:
filter_rewrite_values: ''
filter_rewrite_values_key: false
collapsible: false
collapsible_disable_automatic_open: false
open_by_default: false
is_secondary: false
hide_label: false
field_classes: ''
field_memo_value:
plugin_id: default
advanced:
sort_options_method: alphabetical_asc
sort_options_natural: true
collapsible: false
collapsible_disable_automatic_open: false
open_by_default: false
is_secondary: false
hide_label: false
field_classes: ''
filters:
status:
id: status
@@ -3984,16 +4025,6 @@ display:
filters: false
filter_groups: false
relationships:
login_history:
id: login_history
table: users
field: login_history
relationship: none
group_type: group
admin_label: Logins
entity_type: user
plugin_id: standard
required: false
reverse__commerce_license__uid:
id: reverse__commerce_license__uid
table: users_field_data
@@ -4258,7 +4289,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
force_selection_info: false
show_multipage_selection_box: default
show_select_all: default
selected_actions:
0:
action_id: 'entity:break_lock:user'
@@ -5450,7 +5482,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
force_selection_info: false
show_multipage_selection_box: default
show_select_all: default
selected_actions:
0:
action_id: 'entity:break_lock:user'
@@ -6736,7 +6769,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
force_selection_info: false
show_multipage_selection_box: default
show_select_all: default
selected_actions:
0:
action_id: 'entity:break_lock:user'
@@ -8009,7 +8043,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: false
force_selection_info: false
show_multipage_selection_box: default
show_select_all: default
selected_actions:
0:
action_id: 'entity:break_lock:user'
+8 -8
View File
@@ -19,7 +19,7 @@ display:
display_plugin: default
position: 0
display_options:
title: 'Order logs'
title: 'Order activity'
fields:
created:
id: created
@@ -75,7 +75,7 @@ display:
click_sort_column: value
type: timestamp
settings:
date_format: medium
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
@@ -162,8 +162,8 @@ display:
label: User
exclude: false
alter:
alter_text: false
text: ''
alter_text: true
text: '<span class="commerce-text--muted">By: {{ uid }}</span> '
make_link: false
path: ''
absolute: false
@@ -259,7 +259,6 @@ display:
order: DESC
expose:
label: ''
field_identifier: log_id
exposed: false
arguments:
source_entity_id:
@@ -348,14 +347,14 @@ display:
columns:
created: created
rendered_entity: rendered_entity
uid: uid
uid: created
default: created
info:
created:
sortable: true
default_sort_order: desc
align: ''
separator: ''
separator: '<br/>'
empty_column: false
responsive: ''
rendered_entity:
@@ -375,7 +374,7 @@ display:
override: true
sticky: false
summary: ''
empty_table: false
empty_table: true
caption: ''
description: ''
row:
@@ -389,6 +388,7 @@ display:
replica: false
query_tags: { }
relationships: { }
use_ajax: true
header:
commerce_log_admin_comment_form:
id: commerce_log_admin_comment_form
@@ -0,0 +1,497 @@
langcode: en
status: true
dependencies:
module:
- commerce_order
- commerce_price
id: commerce_order_item_table_admin
label: 'Order items table (admin)'
module: views
description: 'Display a set of order items in a table.'
tag: commerce_order_item_table
base_table: commerce_order_item
base_field: order_item_id
display:
default:
id: default
display_title: Master
display_plugin: default
position: 0
display_options:
fields:
title:
id: title
table: commerce_order_item
field: title
relationship: none
group_type: group
admin_label: ''
entity_type: null
entity_field: title
plugin_id: field
label: Title
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: commerce_order_item_title
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
unit_price__number:
id: unit_price__number
table: commerce_order_item
field: unit_price__number
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_order_item
entity_field: unit_price
plugin_id: field
label: 'Unit price'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: number
type: commerce_price_default
settings:
strip_trailing_zeroes: false
currency_display: symbol
group_column: ''
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
quantity:
id: quantity
table: commerce_order_item
field: quantity
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_order_item
entity_field: quantity
plugin_id: field
label: Quantity
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: commerce_quantity
settings:
thousand_separator: ''
decimal_separator: .
scale: 2
prefix_suffix: true
strip_trailing_zeroes: true
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
total_price__number:
id: total_price__number
table: commerce_order_item
field: total_price__number
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_order_item
entity_field: total_price
plugin_id: field
label: 'Total price'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: number
type: commerce_price_default
settings:
strip_trailing_zeroes: false
currency_display: symbol
group_column: ''
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
inline_operations:
id: inline_operations
table: commerce_order_item
field: inline_operations
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_order_item
plugin_id: commerce_order_item_inline_operations
label: 'Inline Operations'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
pager:
type: none
options:
offset: 0
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: none
options: { }
cache:
type: tag
options: { }
empty:
area_text_custom:
id: area_text_custom
table: views
field: area_text_custom
relationship: none
group_type: group
admin_label: ''
plugin_id: text_custom
empty: true
content: 'There are no order items yet.'
tokenize: false
sorts: { }
arguments:
order_item_id:
id: order_item_id
table: commerce_order_item
field: order_item_id
relationship: none
group_type: group
admin_label: ''
entity_type: commerce_order_item
entity_field: order_item_id
plugin_id: numeric
default_action: empty
exception:
value: all
title_enable: false
title: All
title_enable: false
title: ''
default_argument_type: fixed
default_argument_options:
argument: ''
summary_options:
base_path: ''
count: true
override: false
items_per_page: 25
summary:
sort_order: asc
number_of_records: 0
format: default_summary
specify_validation: false
validate:
type: none
fail: 'not found'
validate_options: { }
break_phrase: true
not: false
filters: { }
style:
type: table
options:
grouping: { }
row_class: ''
default_row_class: true
columns:
title: title
unit_price__number: unit_price__number
quantity: quantity
total_price__number: total_price__number
inline_operations: title
default: '-1'
info:
title:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
unit_price__number:
sortable: false
default_sort_order: asc
align: views-align-center
separator: ''
empty_column: false
responsive: ''
quantity:
sortable: false
default_sort_order: asc
align: views-align-center
separator: ''
empty_column: false
responsive: ''
total_price__number:
sortable: false
default_sort_order: asc
align: views-align-right
separator: ''
empty_column: false
responsive: ''
inline_operations:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
override: true
sticky: false
summary: ''
empty_table: true
caption: ''
description: ''
row:
type: fields
options:
default_field_elements: true
inline: { }
separator: ''
hide_empty: false
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
relationships: { }
header: { }
footer:
commerce_order_total:
id: commerce_order_total
table: views
field: commerce_order_total
relationship: none
group_type: group
admin_label: ''
plugin_id: commerce_order_total
empty: false
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
tags: { }
@@ -696,6 +696,7 @@ display:
type: full
options:
offset: 0
pagination_heading_level: h4
items_per_page: 30
total_pages: null
id: 0
@@ -713,7 +714,6 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
@@ -1380,10 +1380,10 @@ display:
automatic_download: true
export_method: batch
export_batch_size: 1000
store_in_public_file_directory: false
custom_redirect_path: false
redirect_to_display: page_1
include_query_params: true
export_filesystem: private
cache_metadata:
max-age: -1
contexts:
@@ -1455,7 +1455,8 @@ display:
buttons: false
action_title: Action
clear_on_exposed: true
force_selection_info: false
show_multipage_selection_box: default
show_select_all: default
selected_actions:
2:
action_id: views_bulk_operations_delete_entity
@@ -1,5 +1,5 @@
name: 'Editors Menus'
type: module
description: 'create editors admin menus through module as they will be exportable as config'
core_version_requirement: ^8.8 || ^9.2 || ^10.2
core_version_requirement: ^8.8 || ^9.2 || ^10.2 || ^11
package: 'Custom'

Some files were not shown because too many files have changed in this diff Show More