Compare commits

..

No commits in common. "master" and "commerce" have entirely different histories.

689 changed files with 29014 additions and 29556 deletions

View File

@ -5,13 +5,13 @@ module.exports = {
extends: [ extends: [
'eslint:recommended', 'eslint:recommended',
'plugin:vue/vue3-recommended', 'plugin:vue/vue3-recommended',
// 'plugin:vue-a11y/base', 'plugin:vue-a11y/base',
'standard', 'standard',
// 'plugin:prettier/recommended' // 'plugin:prettier/recommended'
], ],
plugins: [ plugins: [
'vue', 'vue',
// 'vue-a11y', 'vue-a11y',
'no-autofix' 'no-autofix'
], ],
rules: { rules: {

19
.gitattributes vendored
View File

@ -19,32 +19,29 @@
*.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html *.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html
*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php
*.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
# PHPStan's baseline uses tabs instead of spaces.
core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php
# Define binary file attributes. # Define binary file attributes.
# - Do not treat them as text. # - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ." # - Include binary diff in patches instead of "binary files differ."

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "web/profiles/d8-starterkit-profile"] [submodule "web/profiles/d8-starterkit-profile"]
path = web/profiles/d8-starterkit-profile path = web/profiles/d8-starterkit-profile
url = https://figureslibres.io/gogs/bachir/drupal-starterkit-profile url = https://figureslibres.io/gogs/bachir/d8-starterkit-profile

View File

@ -53,18 +53,18 @@ module.exports = merge(baseConfig, {
new BundleAnalyzerPlugin({ new BundleAnalyzerPlugin({
'analyzerMode': 'static' 'analyzerMode': 'static'
}), }),
// new WebpackShellPluginNext({ new WebpackShellPluginNext({
// // onBuildStart:{ // onBuildStart:{
// // scripts: ['echo "Webpack Start"'], // scripts: ['echo "Webpack Start"'],
// // blocking: true,
// // parallel: false
// // },
// // drush is not installed in this container so we have to ssh on the php container
// onAfterDone:{
// scripts: ['echo "Clearing drupal cache $USER_UNAME $DRUPAL_ROOT"', 'sshpass -p "$USER_UNAME" ssh $USER_UNAME@php "cd $DRUPAL_ROOT && drush cc css-js"', 'echo "Done"'],
// blocking: true, // blocking: true,
// parallel: false // parallel: false
// } // },
// }) // drush is not installed in this container so we have to ssh on the php container
onAfterDone:{
scripts: ['echo "Clearing drupal cache $USER_UNAME $DRUPAL_ROOT"', 'sshpass -p "$USER_UNAME" ssh $USER_UNAME@php "cd $DRUPAL_ROOT && drush cc css-js"', 'echo "Done"'],
blocking: true,
parallel: false
}
})
] ]
}) })

View File

@ -6,11 +6,6 @@ const baseConfig = require('./webpack.config.base')
const MiniCssExtractPlugin = require('mini-css-extract-plugin') const MiniCssExtractPlugin = require('mini-css-extract-plugin')
const TerserPlugin = require("terser-webpack-plugin"); const TerserPlugin = require("terser-webpack-plugin");
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin; const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin;
const { sentryWebpackPlugin } = require("@sentry/webpack-plugin");
require('dotenv').config();
// console.log(process.env);
module.exports = merge(baseConfig, { module.exports = merge(baseConfig, {
mode: 'production', mode: 'production',
@ -73,25 +68,12 @@ module.exports = merge(baseConfig, {
}) })
], ],
}, },
devtool: 'source-map', // Ensure source maps are generated
plugins: [ plugins: [
sentryWebpackPlugin({
org: "figures-libres",
project: "materio.com",
authToken: process.env.SENTRY_AUTH_TOKEN,
url: "https://frontlog.figli.io",
release: {
name: process.env.RELEASE
},
// urlPrefix: '~/', // Adjust based on your deployment setup
// include: './dist', // Adjust based on your output directory
// ignore: ['node_modules', 'build'],
}),
new webpack.DefinePlugin({ new webpack.DefinePlugin({
'process.env.NODE_ENV': JSON.stringify('production') 'process.env.NODE_ENV': JSON.stringify('production')
}), }),
new BundleAnalyzerPlugin({ new BundleAnalyzerPlugin({
'analyzerMode': 'static' 'analyzerMode': 'static'
}) }),
] ]
}) })

View File

@ -19,42 +19,27 @@ $this->output()->writeln(print_r($extra, true));
$delete_all = false; $delete_all = false;
$delete_nullname = false; $delete_nullname = false;
$delete_missing = false; $delete_missing = false;
$recreate_missing = false;
$delete_dups = false; $delete_dups = false;
$recreate_dups = false;
if (count($extra)) { if ($extra[0] === "delete-all") {
switch ($extra[0]) {
case "delete-all":
$delete_all = true; $delete_all = true;
break;
case "delete-missing":
$delete_missing = true;
break;
case "recreate-missing":
$recreate_missing = true;
break;
case "delete-nullname":
$delete_nullname = true;
break;
case "delete-dups":
$delete_dups = true;
break;
case "recreate-dups":
$recreate_dups = true;
break;
} }
if ($extra[0] === "delete-missing") {
$delete_missing = true;
}
if ($extra[0] === "delete-nullname") {
$delete_nullname = true;
}
if ($extra[0] === "delete-dups") {
$delete_dups = true;
} }
$database = \Drupal::database(); $database = \Drupal::database();
// _ _ _ _
// | \ | |_ _| | | _ __ __ _ _ __ ___ ___
// | \| | | | | | | | '_ \ / _` | '_ ` _ \ / _ \
// | |\ | |_| | | | | | | | (_| | | | | | | __/
// |_| \_|\__,_|_|_| |_| |_|\__,_|_| |_| |_|\___|
// remove flagging collection with null name // remove flagging collection with null name
$this->output()->writeln(""); $this->output()->writeln("");
$this->output()->writeln("Flagging collection With NULL name cleaning"); $this->output()->writeln("Flagging collection With NULL name cleaning");
@ -81,17 +66,12 @@ foreach ($fcfd_result as $fc) {
delete_flagingcollection($fc, $database, $delete_all ? true : $delete_nullname); delete_flagingcollection($fc, $database, $delete_all ? true : $delete_nullname);
} }
// __ __ _ _ ____ _ _ _ _____ _
// | \/ (_)___ ___(_)_ __ __ _ | _ \ ___| | __ _| |_ ___ __| | | ___| | __ _ __ _
// | |\/| | / __/ __| | '_ \ / _` | | |_) / _ \ |/ _` | __/ _ \/ _` | | |_ | |/ _` |/ _` |
// | | | | \__ \__ \ | | | | (_| | | _ < __/ | (_| | || __/ (_| | | _| | | (_| | (_| |
// |_| |_|_|___/___/_|_| |_|\__, | |_| \_\___|_|\__,_|\__\___|\__,_| |_| |_|\__,_|\__, |
// |___/ |___/
// searching for missing related flags // searching for missing related flags
$this->output()->writeln(""); $this->output()->writeln("");
$this->output()->writeln("Missing related flag Flagging collection cleaning"); $this->output()->writeln("Missing related flag Flagging collection cleaning");
$fcfd_query = $database->select('flagging_collection_field_data', 'fcfd') $fcfd_query = $database->select('flagging_collection_field_data', 'fcfd')
->fields('fcfd', ['name', 'id', 'relatedflag']); ->fields('fcfd', ['id', 'relatedflag']);
$fcfd_result = $fcfd_query->execute(); $fcfd_result = $fcfd_query->execute();
$this->output()->writeln($fcfd_query->countQuery()->execute()->fetchField() . " flagging_collections"); $this->output()->writeln($fcfd_query->countQuery()->execute()->fetchField() . " flagging_collections");
@ -104,24 +84,13 @@ foreach ($fcfd_result as $fc) {
$conf_result = $flag_query->execute(); $conf_result = $flag_query->execute();
$count = $flag_query->countQuery()->execute()->fetchField(); $count = $flag_query->countQuery()->execute()->fetchField();
if(!$count){ if(!$count){
$this->output()->writeln(' flagging_collection ' . $fc->name . ' ('. $fc->id . ') has ' . $count . " relatedflag"); $this->output()->writeln(' flagging_collection' . $fc->id . ' has ' . $count . " relatedflag");
$fc_missing_relatedflag ++; $fc_missing_relatedflag ++;
delete_flagingcollection($fc, $database, $delete_all ? true : $delete_missing); delete_flagingcollection($fc, $database, $delete_all ? true : $delete_missing);
if ($recreate_missing) {
$FlagListsService = new FlagListsService();
$flaggingcollection = $FlagListsService->getFlaggingCollectionById($fc->id);
$this->output()->writeln(' flagging_collection ' . $flaggingcollection->getName());
}
} }
} }
$this->output()->writeln($fc_missing_relatedflag .' flagging_collection with missing related_flag'); $this->output()->writeln($fc_missing_relatedflag .' flagging_collection with missing related_flag');
// ____ _ _ _
// | _ \ _ _ _ __ | (_) ___ __ _| |_ ___ ___
// | | | | | | | '_ \| | |/ __/ _` | __/ _ \/ __|
// | |_| | |_| | |_) | | | (_| (_| | || __/\__ \
// |____/ \__,_| .__/|_|_|\___\__,_|\__\___||___/
// |_|
// searching for duplicates relatedflags // searching for duplicates relatedflags
$this->output()->writeln(""); $this->output()->writeln("");
$this->output()->writeln("Duplicate relatedflag flagging_collection cleaning"); $this->output()->writeln("Duplicate relatedflag flagging_collection cleaning");

View File

@ -62,103 +62,120 @@
"ckeditor-plugin/colorbutton": "^4.16.2", "ckeditor-plugin/colorbutton": "^4.16.2",
"ckeditor-plugin/panelbutton": "^4.16.2", "ckeditor-plugin/panelbutton": "^4.16.2",
"composer/installers": "^1.2", "composer/installers": "^1.2",
"drupal/admin_theme": "^1.0", "drupal/address": "^1.10",
"drupal/advagg": "^6.0@alpha", "drupal/admin_theme": "^1.x-dev@dev",
"drupal/advanced_text_formatter": "^3.0@RC", "drupal/advagg": "^4.x-dev@dev",
"drupal/advancedqueue": "^1.1", "drupal/allowed_formats": "^1",
"drupal/allowed_formats": "^3.0",
"drupal/amswap": "^3.0", "drupal/amswap": "^3.0",
"drupal/asset_cache_bust": "^1.0",
"drupal/audiofield": "^1.10", "drupal/audiofield": "^1.10",
"drupal/auto_entitylabel": "^3.1", "drupal/auto_entitylabel": "^3.x-dev@dev",
"drupal/better_messages": "^2.0@alpha", "drupal/better_messages": "^2.0@alpha",
"drupal/classy": "^1.0", "drupal/ckeditor_codemirror": "^2.3",
"drupal/color": "^1.0", "drupal/ckeditor_font": "^1.2",
"drupal/ckeditor_uploadimage": "^2.0",
"drupal/colorbutton": "^1.3", "drupal/colorbutton": "^1.3",
"drupal/commerce": "^2.0", "drupal/commerce": "2.x-dev@dev",
"drupal/commerce_cart_api": "^1.4", "drupal/commerce_cart_api": "^1.4",
"drupal/commerce_email": "^1.5", "drupal/commerce_cart_redirection": "^3.0",
"drupal/commerce_license": "^3.0", "drupal/commerce_email": "1.x-dev@dev",
"drupal/commerce_pricelist": "^2.4", "drupal/commerce_license": "^2.x-dev@dev",
"drupal/commerce_recurring": "^1.0@RC", "drupal/commerce_migrate": "^3.1",
"drupal/commerce_stripe": "^1.1", "drupal/commerce_monetico": "^1.0",
"drupal/commerce_variation_cart_form": "^1.4", "drupal/commerce_pricelist": "^2.x-dev",
"drupal/composer_deploy": "^1.7", "drupal/commerce_recurring": "^1.x-dev",
"drupal/commerce_stripe": "^1.x-dev@dev",
"drupal/commerce_variation_cart_form": "^1.x-dev",
"drupal/computed_field": "^3.0@alpha", "drupal/computed_field": "^3.0@alpha",
"drupal/config_devel": "^1.7", "drupal/config_devel": "^1.7",
"drupal/config_pages": "^2.9", "drupal/config_pages": "^2.9",
"drupal/config_split": "^2.0@beta", "drupal/config_split": "^2.0@beta",
"drupal/console": "^1.0.2",
"drupal/consumer_image_styles": "^4.0", "drupal/consumer_image_styles": "^4.0",
"drupal/core-composer-scaffold": "^10.3", "drupal/content_sync": "^2.x-dev@dev",
"drupal/core-project-message": "^10.3", "drupal/core-composer-scaffold": "9.4.8",
"drupal/core-recommended": "^10.3", "drupal/core-project-message": "9.4.8",
"drupal/csv_serialization": "^4.0", "drupal/core-recommended": "9.4.8",
"drupal/ctools": "^4.0", "drupal/ctools": "^3.6",
"drupal/devel": "^5.0", "drupal/debug_bar": "^1.4",
"drupal/devel_entity_updates": "^4.1", "drupal/devel": "^4.1",
"drupal/devel_entity_updates": "^3.0",
"drupal/editor_advanced_link": "^2", "drupal/editor_advanced_link": "^2",
"drupal/entity_clone": "^1.0",
"drupal/error_log": "^1.0", "drupal/error_log": "^1.0",
"drupal/eu_cookie_compliance": "^1.14", "drupal/eu_cookie_compliance": "^1.14",
"drupal/field_group": "^3.6", "drupal/field_group": "^3.x-dev@dev",
"drupal/field_permissions": "^1.0", "drupal/field_permissions": "^1.0",
"drupal/flag": "^4.0@beta", "drupal/flag": "4.0-beta3",
"drupal/flag_lists": "^4.0@RC", "drupal/flag_lists": "4.0.0-beta9+16-dev",
"drupal/flood_control": "^2.3", "drupal/flood_control": "^2.1",
"drupal/gdpr": "^3.1", "drupal/gdpr": "^3.0@alpha",
"drupal/genpass": "^2.0", "drupal/genpass": "^1.x-dev",
"drupal/google_analytics": "^4.0", "drupal/google_analytics": "^4.0",
"drupal/graphql": "^4.7", "drupal/graphql": "4.x-dev@dev",
"drupal/image_delta_formatter": "^1.2", "drupal/image_delta_formatter": "^1.x-dev",
"drupal/image_effects": "^3.6", "drupal/image_effects": "^3.x-dev@dev",
"drupal/jquery_ui_button": "^2.1", "drupal/js_cache_buster": "^1.0",
"drupal/jsonapi_extras": "^3.21", "drupal/jsonapi_extras": "^3.21",
"drupal/login_history": "^2.0", "drupal/jsonrpc": "^2.0",
"drupal/login_tracker": "^2.0", "drupal/login_destination": "^2.x-dev@dev",
"drupal/logout_token": "^1.0", "drupal/login_history": "^1.x-dev",
"drupal/mailjet": "^4.0", "drupal/login_tracker": "^1.4",
"drupal/maillog": "^1.1", "drupal/mailgun": "^1.x-dev",
"drupal/masquerade": "^2.0", "drupal/mailjet": "3.0.x-dev@dev",
"drupal/maxlength": "^2.1", "drupal/mailsystem": "^4.1",
"drupal/modules_weight": "^3.0", "drupal/masquerade": "^2.x-dev@dev",
"drupal/password_policy": "^4.0", "drupal/migrate_devel": "^2.x-dev@dev",
"drupal/migrate_plus": "^5.x-dev@dev",
"drupal/migrate_tools": "^5.x-dev@dev",
"drupal/mimemail": "^1.x-dev",
"drupal/modules_weight": "^1.8",
"drupal/pagerer": "^2.3",
"drupal/password_policy": "^3.0",
"drupal/payment": "^2.1", "drupal/payment": "^2.1",
"drupal/pdf_api": "^2.4",
"drupal/permissions_filter": "^1.1", "drupal/permissions_filter": "^1.1",
"drupal/printable": "^3.1", "drupal/printable": "^2.0",
"drupal/pwa": "^2.1@beta", "drupal/profile": "1.x-dev@dev",
"drupal/pwa": "^1.5",
"drupal/recurring_period": "^1.0",
"drupal/redirect": "^1.x-dev@dev",
"drupal/redis": "^1.5", "drupal/redis": "^1.5",
"drupal/reroute_email": "^2.1",
"drupal/restui": "^1.16", "drupal/restui": "^1.16",
"drupal/role_delegation": "^1.1", "drupal/role_delegation": "^1.1",
"drupal/role_expire": "^3.0", "drupal/role_expire": "^2.0",
"drupal/rules": "^4.0", "drupal/rules": "3.x-dev@dev",
"drupal/search_api": "^1.19", "drupal/search_api": "^1.19",
"drupal/search_api_autocomplete": "^1.2", "drupal/search_api_autocomplete": "^1.2",
"drupal/search_api_page": "^1.x-dev", "drupal/search_api_page": "^1.x-dev",
"drupal/search_api_solr": "^4.2", "drupal/search_api_solr": "^4.0",
"drupal/select_translation": "^2.0@alpha", "drupal/select_translation": "^1.x-dev",
"drupal/session_limit": "^2.0@beta", "drupal/session_limit": "^2.0@beta",
"drupal/simplenews": "^4.0", "drupal/simplenews": "3.x-dev@dev",
"drupal/simplenews_mailjet_subscriptions": "^1.3", "drupal/simplenews_mailjet_subscriptions": "1.x-dev@dev",
"drupal/social_media_links": "^2.8", "drupal/social_media_links": "^2.8",
"drupal/straw": "^2.0@beta", "drupal/string_translation_ui": "^1.2",
"drupal/string_translation_ui": "^2.0", "drupal/strings_i18n_json_export": "^1.x-dev@dev",
"drupal/structure_sync": "^2.0", "drupal/structure_sync": "^2.0",
"drupal/symfony_mailer": "^1", "drupal/symfony_mailer": "^1.0@alpha",
"drupal/synonyms": "^2.0.0-beta2", "drupal/synonyms": "^2.0.0-beta2",
"drupal/telephone_formatter": "^1.0@beta", "drupal/telephone_formatter": "^1.0@beta",
"drupal/telephone_validation": "^2.1", "drupal/telephone_validation": "^2.1",
"drupal/term_reference_tree": "^2.0", "drupal/term_reference_tree": "^1",
"drupal/unique_content_field_validation": "^1.1", "drupal/translation_views": "1.x-dev@dev",
"drupal/upgrade_status": "^4.3", "drupal/ultimate_cron": "^2.x-dev",
"drupal/unique_content_field_validation": "^1.0",
"drupal/url_to_video_filter": "^2.0",
"drupal/user_csv_import": "^2.0", "drupal/user_csv_import": "^2.0",
"drupal/user_email_verification": "^1.2", "drupal/user_email_verification": "^1.x-dev@dev",
"drupal/user_history": "^1.0", "drupal/user_history": "^1.0",
"drupal/vde_drush": "^2.1", "drupal/vde_drush": "^2.0",
"drupal/views_conditional": "^1.10", "drupal/views_conditional": "^1.x-dev",
"drupal/views_data_export": "^1.1", "drupal/views_data_export": "^1.1",
"drupal/views_field_view": "^1.0@beta", "drupal/views_ef_fieldset": "^1.5",
"drupal/webform": "^6.2", "drupal/views_field_view": "1.x-dev@dev",
"drupal/workflow": "^1.7", "drupal/webform": "^6.0",
"drupal/workflow": "^1.5",
"drush/drush": "^10.6",
"kint-php/kint": "^3.3", "kint-php/kint": "^3.3",
"smalot/pdfparser": "*", "smalot/pdfparser": "*",
"symfony/mailjet-mailer": "^5.4", "symfony/mailjet-mailer": "^5.4",
@ -178,7 +195,7 @@
"config": { "config": {
"sort-packages": true, "sort-packages": true,
"platform": { "platform": {
"php": "8.1" "php": "7.3"
}, },
"discard-changes": true, "discard-changes": true,
"allow-plugins": { "allow-plugins": {
@ -237,32 +254,43 @@
"patches": { "patches": {
"drupal/core": { "drupal/core": {
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch", "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
"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",
"ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch", "ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch",
"Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch", "Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch",
"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", "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": { "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" "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/field_group": {
"undefined index name 18 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-10-01/field_group-undefined-index-name-3064890-18.patch",
"undefined index name 16 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-08-10/field_group-undefined-index-name-3064890-16.patch"
},
"drupal/stripe": { "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" "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"
}, },
"drupal/commerce_license": {
"expected argument of type array or Traversable and ArrayAccess, string given https://www.drupal.org/project/commerce_license/issues/3252431":"https://www.drupal.org/files/issues/2021-12-03/commerce_license-expected-argument-of-type-array-3252431-1.patch",
"ability to re-purchase a license to extend it https://www.drupal.org/project/commerce_license/issues/2943888": "https://www.drupal.org/files/issues/2022-02-21/reroll-commerce_license-allow-renewal-2943888-141.patch"
},
"drupal/commerce_stripe" : {
"Allow off_session payment intents for recurring payments https://www.drupal.org/project/commerce_stripe/issues/3171408": "https://www.drupal.org/files/issues/2021-10-04/commerce_stripe-allow-off_session-payment-intents-for-recurring-payments-3171408-34.patch"
},
"drupal/address": { "drupal/address": {
"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" "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/flag": { "drupal/flag": {
"remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch" "remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.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",
"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"
},
"drupal/pwa": { "drupal/pwa": {
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch", "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"
"Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch", },
"The module adds white space at the top of the olivero theme https://www.drupal.org/project/pwa/issues/3427753" : "https://www.drupal.org/files/issues/2024-04-03/pwa-pwa_extras-decode_entities.patch" "drupal/term_reference_tree": {
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2022-02-07/3064280_bring_back_tracklist-16.patch"
},
"drupal/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": { "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" "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"
@ -270,45 +298,22 @@
"weitzman/drupal-test-traits": { "weitzman/drupal-test-traits": {
"Define void return type for setUp() and tearDown() methods https://gitlab.com/weitzman/drupal-test-traits/-/issues/78":"./patches/Definevoidreturntype2.patch" "Define void return type for setUp() and tearDown() methods https://gitlab.com/weitzman/drupal-test-traits/-/issues/78":"./patches/Definevoidreturntype2.patch"
}, },
"drupal/structure_sync": {
"With no blocks, clicking on the Custom Blocks tab crashes site https://www.drupal.org/project/structure_sync/issues/3070414":"https://www.drupal.org/files/issues/2022-03-23/PluginNotFoundException-3070414-3.patch"
},
"drupal/simplenews": {
"Spamassassin points because of using X-MSMail-Priority header without X-MimeOLE":"https://www.drupal.org/files/issues/2022-05-04/msmail-priority-header-without-x-mimeole_2072779%239.patch"
},
"drupal/simplenews_mailjet_subscriptions": { "drupal/simplenews_mailjet_subscriptions": {
"using mailjet module":"./patches/simplenews_mailjet_subscriptions__usingmailjetmodule#3.patch" "var_dump https://www.drupal.org/project/simplenews_mailjet_subscriptions/issues/3280822#comment-14517416":"https://www.drupal.org/files/issues/2022-05-17/3280822-vardump%231.patch",
"missing argument https://www.drupal.org/project/simplenews_mailjet_subscriptions/issues/3280825": "https://www.drupal.org/files/issues/2022-05-17/3280825-missing-argument%232.patch",
"using mailjet module":"./patches/simplenews_mailjet_subscriptions__usingmailjetmodule.patch"
}, },
"drupal/graphql": { "drupal/graphql": {
"invalid translation language https://github.com/drupal-graphql/graphql/pull/1176": "./patches/graphql-fix-invalid-translation-language-dev.patch" "invalid translation language https://github.com/drupal-graphql/graphql/pull/1176": "./patches/graphql-fix-invalid-translation-language-dev.patch"
}, },
"drupal/user_history": { "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" "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"
},
"drupal/views_ef_fieldset": {
"Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch"
},
"drupal/term_reference_tree": {
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2024-08-26/term_reference_tree-3064280_bring_back_tracklist-22.patch"
},
"drupal/advancedqueue": {
"Issue with configuration schema advancedqueue.backend.[id] https://www.drupal.org/project/advancedqueue/issues/3469869": "https://git.drupalcode.org/project/advancedqueue/-/commit/a8864851cdfa40c9e38a3f5f64885baf1937375e.patch"
}
},
"archived-patches": {
"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"
},
"drupal/structure_sync": {
"With no blocks, clicking on the Custom Blocks tab crashes site https://www.drupal.org/project/structure_sync/issues/3070414":"https://www.drupal.org/files/issues/2022-03-23/PluginNotFoundException-3070414-3.patch"
},
"drupal/commerce_license": {
"ability to re-purchase a license to extend it https://www.drupal.org/project/commerce_license/issues/2943888": "https://www.drupal.org/files/issues/2022-02-21/reroll-commerce_license-allow-renewal-2943888-141.patch",
"ability to re-purchase a license to extend it https://www.drupal.org/project/commerce_license/issues/2943888": "https://www.drupal.org/files/issues/2022-02-21/reroll-commerce_license-allow-renewal-2943888-141.patch"
},
"drupal/commerce_stripe" : {
"Allow off_session payment intents for recurring payments https://www.drupal.org/project/commerce_stripe/issues/3171408": "https://www.drupal.org/files/issues/2021-10-04/commerce_stripe-allow-off_session-payment-intents-for-recurring-payments-3171408-34.patch"
},
"drupal/field_group": {
"undefined index name 18 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-10-01/field_group-undefined-index-name-3064890-18.patch",
"undefined index name 16 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-08-10/field_group-undefined-index-name-3064890-16.patch"
},
"drupal/mailjet": {
"https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch"
} }
}, },
"drupal-scaffold": { "drupal-scaffold": {
@ -320,5 +325,8 @@
".gitattributes": "../.gitattributes" ".gitattributes": "../.gitattributes"
} }
} }
},
"require-dev": {
"weitzman/drupal-test-traits": "dev-master"
} }
} }

16072
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +0,0 @@
_core:
default_config_hash: FDmXqAGlITLYpZe80ONLw6Y1KEMSvqcMJX1pj2dk6nw
prefixes:
- drupal

View File

@ -1,4 +1,5 @@
_core: _core:
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
langcode: fr
auto_import: { } auto_import: { }
auto_export: { } auto_export: { }

View File

@ -0,0 +1,8 @@
page_alter: false
raw_names: false
error_handlers:
- 0
rebuild_theme: false
devel_dumper: kint
debug_logfile: 'temporary://drupal_debug.txt'
debug_pre: false

View File

@ -1,117 +0,0 @@
cloneable_entities:
- advancedqueue_queue
- block
- block_content
- block_content_type
- commerce_checkout_flow
- commerce_email
- commerce_license
- commerce_log
- commerce_number_pattern
- commerce_order
- commerce_order_type
- commerce_order_item
- commerce_order_item_type
- commerce_payment_gateway
- commerce_payment
- commerce_payment_method
- commerce_currency
- commerce_product_variation
- commerce_product_attribute
- commerce_product_variation_type
- commerce_product
- commerce_product_type
- commerce_product_attribute_value
- commerce_promotion
- commerce_promotion_coupon
- commerce_billing_schedule
- commerce_subscription
- commerce_store
- commerce_store_type
- commerce_tax_type
- config_pages
- config_pages_type
- config_split
- consumer
- contact_form
- contact_message
- context
- currency_locale
- currency
- editor
- embed_button
- entity_browser
- field_storage_config
- field_config
- file
- filter_format
- flagging
- flag
- flagging_collection_type
- flag_for_list
- flag_list_item
- flagging_collection
- gdpr_consent_agreement
- gdpr_fields_config
- gdpr_task_type
- gdpr_task
- graphql_server
- image_style
- jsonapi_resource_config
- language_content_settings
- configurable_language
- linkit_profile
- event_entity
- message
- message_template
- node
- node_type
- pagerer_preset
- path_alias
- profile_type
- profile
- redirect
- responsive_image_style
- rest_resource_config
- rules_reaction_rule
- rules_component
- search_api_task
- search_api_index
- search_api_server
- solr_field_type
- solr_request_dispatcher
- solr_cache
- solr_request_handler
- simplenews_newsletter
- simplenews_subscriber_history
- simplenews_subscriber
- simplenews_mailjet_subscription
- mailer_transport
- mailer_policy
- synonym
- action
- menu
- taxonomy_term
- taxonomy_vocabulary
- ultimate_cron_job
- user_role
- user
- user_history
- webform_submission
- webform
- webform_options
- workflow_state
- workflow_config_transition
- workflow_transition
- workflow_type
- workflow_scheduled_transition
- menu_link_content
- pathauto_pattern
- view
- cookie_category
- base_field_override
- entity_view_mode
- entity_form_mode
- entity_view_display
- entity_form_display
- date_format

View File

@ -1,5 +1,6 @@
_core: _core:
default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI default_config_hash: UA1LGT2916TE3VyHCdi_cD-GPCb6ilm9KluygCKnqOI
langcode: fr
send: false send: false
log: true log: true
verbose: true verbose: true

View File

@ -1,10 +1,11 @@
_core: _core:
default_config_hash: g88bppZh2Uimhd8nWIoRyNIqCPNQ-ywV5hXa_f4Av8k default_config_hash: g88bppZh2Uimhd8nWIoRyNIqCPNQ-ywV5hXa_f4Av8k
langcode: fr
check: check:
disabled_extensions: false disabled_extensions: false
interval_days: 1 interval_days: 1
fetch: fetch:
url: null url: ''
max_attempts: 2 max_attempts: 2
timeout: 30 timeout: 30
notification: notification:

View File

@ -1,3 +0,0 @@
_core:
default_config_hash: BqkUHiXXGvu2L7NR_nblxtP6f03MdD16XSMWwVM0QEc
paths_per_scan: 30

View File

@ -1,7 +0,0 @@
adding:
dependencies:
module:
- google_analytics
permissions:
- 'opt-in or out of google analytics tracking'
removing: { }

View File

@ -1 +0,0 @@
row_limit: 10000

View File

@ -0,0 +1,5 @@
description: 'L''inspiration par la matière'
urls_to_cache: "/fr/pricing\r\n/fr/blabla\r\n/fr/base\r\n/fr/showrooms"
start_url: /
lang: fr
cache_version: '1'

View File

@ -1,56 +0,0 @@
label: Watchdog
description: 'Entrées récentes du journal'
display:
default:
display_title: 'Par défaut'
display_options:
title: 'Entrées récentes du journal'
fields:
nothing:
admin_label: Icône
wid:
label: WID
severity:
label: Importance
type:
label: Type
timestamp:
label: Date
message:
label: Message
alter:
alt: '{{ message }}'
name:
label: Utilisateur
separator: ', '
link:
label: Actions
pager:
options:
tags:
next:
previous:
expose:
items_per_page_label: 'Éléments par page'
items_per_page_options_all_label: '- Tout -'
offset_label: Décalage
exposed_form:
options:
submit_button: Filtrer
reset_button_label: Réinitialiser
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area:
admin_label: "Aucune entrée du journal n'est disponible."
content: "Aucune entrée du journal n'est disponible."
filters:
type:
expose:
label: Type
severity:
expose:
label: Importance
page:
display_title: Page

View File

@ -0,0 +1,20 @@
site_name: materiO
short_name: materiO
description: 'The material library your projects deserve'
start_url: /
lang: fr
theme_color: '#ffffff'
background_color: '#ffffff'
display: standalone
default_image: '0'
urls_to_cache: "/en/pricing\r\n/en/blabla\r\n/en/base\r\n/en/showrooms"
urls_to_exclude: "admin/.*\r\nuser/.*"
offline_page: /offline
cache_version: '2'
cross_origin: false
skip_waiting: false
_core:
default_config_hash: cP1TZQyv1WdET3iepl2QoyOPK7VeO0xHm0lU_FU1Wmc
image: /sites/default/files/pwa/materiopwaicon.png
image_small: /sites/default/files/pwa/materiopwaicon.pngcopy.png
image_very_small: /sites/default/files/pwa/materiopwaicon.pngcopy2.png

View File

@ -0,0 +1,23 @@
touch_icons:
touch-icon-default: touch-icon-default
meta_tags:
meta-capable: meta-capable
meta-status-bar-style: meta-status-bar-style
color_select: black_translucent
home_screen_icons:
iphone5-splash: iphone5-splash
iphone6-splash: iphone6-splash
iphoneplus-splash: iphoneplus-splash
iphonex-splash: iphonex-splash
iphonexr-splash: iphonexr-splash
iphonexsmax-splash: iphonexsmax-splash
ipad-splash: ipad-splash
ipadpro1-splash: ipadpro1-splash
ipadpro2-splash: ipadpro2-splash
ipadpro3-splash: ipadpro3-splash
dependencies:
enforced:
module:
- pwa_extras
_core:
default_config_hash: TOeFdF8Tjq2HqBmUgrTH06d7ZpY5qNLHZTLPIaCVsEk

View File

@ -1,17 +0,0 @@
uuid: d9ee7697-3e37-489c-a8a1-e9901529a328
langcode: en
status: true
dependencies:
module:
- dblog
title: 'Remove expired log messages and flood control events'
id: dblog_cron
weight: 0
module: dblog
callback: dblog_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database

View File

@ -1,713 +0,0 @@
uuid: f025a564-0632-48b7-87f1-5c849cd67568
langcode: en
status: true
dependencies:
module:
- dblog
- user
_core:
default_config_hash: j0txIxY4nkJT_dscmXckM-1vanygDkJAeHPawZKfyH0
id: watchdog
label: Watchdog
module: views
description: 'Recent log messages'
tag: ''
base_table: watchdog
base_field: wid
display:
default:
id: default
display_title: Default
display_plugin: default
position: 0
display_options:
title: 'Recent log messages'
fields:
nothing:
id: nothing
table: views
field: nothing
relationship: none
group_type: group
admin_label: Icon
plugin_id: custom
label: ''
exclude: false
alter:
alter_text: true
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: icon
element_label_type: ''
element_label_class: ''
element_label_colon: false
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: false
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: false
wid:
id: wid
table: watchdog
field: wid
relationship: none
group_type: group
admin_label: ''
plugin_id: standard
label: WID
exclude: true
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
severity:
id: severity
table: watchdog
field: severity
relationship: none
group_type: group
admin_label: ''
plugin_id: machine_name
label: Severity
exclude: true
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
machine_name: false
type:
id: type
table: watchdog
field: type
relationship: none
group_type: group
admin_label: ''
plugin_id: standard
label: Type
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
timestamp:
id: timestamp
table: watchdog
field: timestamp
relationship: none
group_type: group
admin_label: ''
plugin_id: date
label: Date
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
date_format: short
custom_date_format: ''
timezone: ''
message:
id: message
table: watchdog
field: message
relationship: none
group_type: group
admin_label: ''
plugin_id: dblog_message
label: Message
exclude: false
alter:
alter_text: false
text: ''
make_link: true
path: 'admin/reports/dblog/event/{{ wid }}'
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: '{{ message }}'
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 56
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: true
trim: true
preserve_tags: ''
html: true
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
replace_variables: true
name:
id: name
table: users_field_data
field: name
relationship: uid
group_type: group
admin_label: ''
entity_type: user
entity_field: name
plugin_id: field
label: User
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: user_name
settings:
link_to_entity: 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
link:
id: link
table: watchdog
field: link
relationship: none
group_type: group
admin_label: ''
plugin_id: dblog_operations
label: 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: mini
options:
offset: 0
items_per_page: 50
total_pages: null
id: 0
tags:
next:
previous:
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
submit_button: Filter
reset_button: true
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: false
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: perm
options:
perm: 'access site reports'
cache:
type: none
options: { }
empty:
area:
id: area_text_custom
table: views
field: area_text_custom
relationship: none
group_type: group
admin_label: 'No log messages available.'
plugin_id: text_custom
empty: true
content: 'No log messages available.'
tokenize: false
sorts:
wid:
id: wid
table: watchdog
field: wid
relationship: none
group_type: group
admin_label: ''
plugin_id: standard
order: DESC
expose:
label: ''
field_identifier: wid
exposed: false
arguments: { }
filters:
type:
id: type
table: watchdog
field: type
relationship: none
group_type: group
admin_label: ''
plugin_id: dblog_types
operator: in
value: { }
group: 1
exposed: true
expose:
operator_id: type_op
label: Type
description: ''
use_operator: false
operator: type_op
operator_limit_selection: false
operator_list: { }
identifier: type
required: false
remember: false
multiple: true
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
severity:
id: severity
table: watchdog
field: severity
relationship: none
group_type: group
admin_label: ''
plugin_id: in_operator
operator: in
value: { }
group: 1
exposed: true
expose:
operator_id: severity_op
label: Severity
description: ''
use_operator: false
operator: severity_op
operator_limit_selection: false
operator_list: { }
identifier: severity
required: false
remember: false
multiple: true
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
filter_groups:
operator: AND
groups:
1: AND
style:
type: table
options:
grouping: { }
row_class: '{{ type }} {{ severity }}'
default_row_class: true
columns:
nothing: nothing
wid: wid
severity: severity
type: type
timestamp: timestamp
message: message
name: name
link: link
default: wid
info:
nothing:
align: ''
separator: ''
empty_column: false
responsive: priority-medium
wid:
sortable: false
default_sort_order: desc
align: ''
separator: ''
empty_column: false
responsive: priority-low
severity:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: priority-low
type:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: priority-medium
timestamp:
sortable: true
default_sort_order: desc
align: ''
separator: ''
empty_column: false
responsive: priority-low
message:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
name:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: priority-medium
link:
align: ''
separator: ''
empty_column: false
responsive: priority-low
override: true
sticky: false
summary: ''
empty_table: false
caption: ''
description: ''
row:
type: fields
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
relationships:
uid:
id: uid
table: watchdog
field: uid
relationship: none
group_type: group
admin_label: User
plugin_id: standard
required: false
css_class: admin-dblog
header: { }
footer: { }
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
page:
id: page
display_title: Page
display_plugin: page
position: 1
display_options:
display_extenders: { }
path: admin/reports/dblog
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }

View File

@ -1,4 +1,4 @@
_core: _core:
default_config_hash: djrGnpQFw2Jm0GjIQ-o28-09ZKtCusE5k0VNddWmOKE default_config_hash: djrGnpQFw2Jm0GjIQ-o28-09ZKtCusE5k0VNddWmOKE
paths: "/dummy-path-needed-until-core-issue-2930364-is-fixed\r\n/user/*/*\r\n/profile/*/*" paths: "/dummy-path-needed-until-core-issue-2930364-is-fixed\r\n/user/*/*"
exclude_paths: /dummy-path-needed-until-core-issue-2930364-is-fixed exclude_paths: /dummy-path-needed-until-core-issue-2930364-is-fixed

View File

@ -1,12 +0,0 @@
uuid: 41562777-d361-457b-ae22-8370d9d405b4
langcode: en
status: true
dependencies: { }
id: commerce_email
label: 'Commerce Email'
backend: database
backend_configuration:
lease_time: 300
processor: cron
processing_time: 180
locked: false

View File

@ -4,5 +4,4 @@ escape: false
dependencies: dependencies:
config: config:
- node.type.frontpage - node.type.frontpage
new_content_behavior: 1
php: true php: true

View File

@ -9,9 +9,8 @@ no_individual_logout_threshold: true
role_logout: true role_logout: true
role_logout_max: true role_logout_max: true
redirect_url: / redirect_url: /
include_destination: true
no_dialog: 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?' message: 'Your session is about to expire. Do you want to reset it?'
inactivity_message: '' inactivity_message: ''
inactivity_message_type: status inactivity_message_type: status
modal_width: 450 modal_width: 450

View File

@ -0,0 +1,63 @@
langcode: fr
_core:
default_config_hash: VcrgfJ8s9xNvGnogt3JciEvtMgPkMsHeE9BOLXd7jHk
position: tr
vertical: 50
horizontal: 5
fixed: 0
width: 600px
autoclose: 10
opendelay: 0.3
disable_autoclose: 1
show_countdown: 0
hover_autoclose: 1
popin:
effect: fadeIn
duration: normal
popout:
effect: fadeIn
duration: fast
jquery_ui:
draggable: 0
resizable: 0
visibility:
message_type:
id: message_type
negate: false
context_mapping:
better_messages: '@better_messages.context:better_messages'
message_types: { }
'entity_bundle:commerce_product':
id: 'entity_bundle:commerce_product'
negate: false
context_mapping:
commerce_product: '@commerce_product.product_route_context:commerce_product'
bundles: { }
'entity_bundle:node':
id: 'entity_bundle:node'
negate: false
context_mapping:
node: '@node.node_route_context:node'
bundles: { }
language:
id: language
negate: false
context_mapping:
language: '@language.current_language_context:language_interface'
langcodes: { }
node_type:
id: node_type
negate: false
context_mapping:
node: '@node.node_route_context:node'
bundles: { }
request_path:
id: request_path
negate: false
pages: ''
user_role:
id: user_role
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
roles: { }

View File

@ -2,6 +2,8 @@ uuid: 473c75f5-b226-4aaa-aae6-fb884bebb9a7
langcode: fr langcode: fr
status: true status: true
dependencies: dependencies:
module:
- context
theme: theme:
- materiotheme - materiotheme
id: actionsdadministrationprincipales id: actionsdadministrationprincipales
@ -12,7 +14,26 @@ provider: null
plugin: local_actions_block plugin: local_actions_block
settings: settings:
id: local_actions_block id: local_actions_block
label: "Actions d'administration principales" label: 'Actions d''administration principales'
label_display: '0' label_display: '0'
provider: core provider: core
visibility: { } visibility:
user_status:
id: user_status
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
user_status:
viewing_profile: '0'
logged_viewing_profile: '0'
own_page_true: '0'
field_value: '0'
user_fields: uid
context_all:
id: context_all
negate: null
values: ''
context:
id: context
negate: null
values: ''

View File

@ -5,6 +5,7 @@ dependencies:
module: module:
- commerce_checkout - commerce_checkout
- commerce_product - commerce_product
- context
theme: theme:
- materiotheme - materiotheme
id: checkoutprogress id: checkoutprogress
@ -19,6 +20,16 @@ settings:
label_display: '0' label_display: '0'
provider: commerce_checkout provider: commerce_checkout
visibility: visibility:
view_inclusion:
id: view_inclusion
negate: null
context_mapping: { }
view_inclusion: { }
request_path_exclusion:
id: request_path_exclusion
negate: null
context_mapping: { }
pages: ''
'entity_bundle:commerce_product_variation': 'entity_bundle:commerce_product_variation':
id: 'entity_bundle:commerce_product_variation' id: 'entity_bundle:commerce_product_variation'
negate: false negate: false

View File

@ -6,6 +6,7 @@ dependencies:
- 'block_content:simple_text:e202a879-0a6d-4819-a171-15dfac8d7567' - 'block_content:simple_text:e202a879-0a6d-4819-a171-15dfac8d7567'
module: module:
- block_content - block_content
- context
theme: theme:
- materiotheme - materiotheme
id: contact id: contact
@ -22,4 +23,23 @@ settings:
status: true status: true
info: '' info: ''
view_mode: full view_mode: full
visibility: { } visibility:
user_status:
id: user_status
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
user_status:
viewing_profile: '0'
logged_viewing_profile: '0'
own_page_true: '0'
field_value: '0'
user_fields: uid
context_all:
id: context_all
negate: null
values: ''
context:
id: context
negate: null
values: ''

View File

@ -3,6 +3,7 @@ langcode: fr
status: true status: true
dependencies: dependencies:
module: module:
- context
- materio_sapi - materio_sapi
- system - system
theme: theme:
@ -19,6 +20,27 @@ settings:
label_display: '0' label_display: '0'
provider: materio_sapi provider: materio_sapi
visibility: visibility:
user_status:
id: user_status
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
user_status:
viewing_profile: '0'
logged_viewing_profile: '0'
own_page_true: '0'
field_value: '0'
user_fields: uid
context_all:
id: context_all
negate: null
context_mapping: { }
values: ''
context:
id: context
negate: null
context_mapping: { }
values: ''
request_path: request_path:
id: request_path id: request_path
negate: true negate: true

View File

@ -3,6 +3,7 @@ langcode: fr
status: true status: true
dependencies: dependencies:
module: module:
- context
- simplenews - simplenews
- user - user
theme: theme:
@ -15,7 +16,7 @@ provider: null
plugin: simplenews_subscription_block plugin: simplenews_subscription_block
settings: settings:
id: simplenews_subscription_block id: simplenews_subscription_block
label: 'Subscribe to our monthly newsletter.' label: 'Recevez notre newslettre mensuelle.'
label_display: visible label_display: visible
provider: simplenews provider: simplenews
newsletters: newsletters:
@ -26,6 +27,25 @@ settings:
show_manage: false show_manage: false
unique_id: footersimplenewssubscriptionblock unique_id: footersimplenewssubscriptionblock
visibility: visibility:
user_status:
id: user_status
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
user_status:
viewing_profile: '0'
logged_viewing_profile: '0'
own_page_true: '0'
field_value: '0'
user_fields: uid
context_all:
id: context_all
negate: null
values: ''
context:
id: context
negate: null
values: ''
user_role: user_role:
id: user_role id: user_role
negate: false negate: false

View File

@ -3,6 +3,7 @@ langcode: fr
status: true status: true
dependencies: dependencies:
module: module:
- context
- social_media_links - social_media_links
theme: theme:
- materiotheme - materiotheme
@ -126,4 +127,23 @@ settings:
installed_iconsets: installed_iconsets:
fontawesome: fontawesome:
examples: '' examples: ''
visibility: { } visibility:
user_status:
id: user_status
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
user_status:
viewing_profile: '0'
logged_viewing_profile: '0'
own_page_true: '0'
field_value: '0'
user_fields: uid
context_all:
id: context_all
negate: null
values: ''
context:
id: context
negate: null
values: ''

View File

@ -3,6 +3,7 @@ langcode: en
status: true status: true
dependencies: dependencies:
module: module:
- context
- user - user
theme: theme:
- materiotheme - materiotheme
@ -29,3 +30,13 @@ visibility:
authenticated: authenticated authenticated: authenticated
admin: admin admin: admin
root: root root: root
view_inclusion:
id: view_inclusion
negate: null
context_mapping: { }
view_inclusion: { }
request_path_exclusion:
id: request_path_exclusion
negate: null
context_mapping: { }
pages: ''

View File

@ -3,6 +3,7 @@ langcode: en
status: true status: true
dependencies: dependencies:
module: module:
- context
- user - user
theme: theme:
- materiotheme - materiotheme
@ -17,4 +18,23 @@ settings:
label: 'Accès membre' label: 'Accès membre'
label_display: visible label_display: visible
provider: user provider: user
visibility: { } visibility:
user_status:
id: user_status
negate: false
context_mapping:
user: '@user.current_user_context:current_user'
user_status:
viewing_profile: '0'
logged_viewing_profile: '0'
own_page_true: '0'
field_value: '0'
user_fields: uid
context_all:
id: context_all
negate: null
values: ''
context:
id: context
negate: null
values: ''

View File

@ -4,5 +4,5 @@ status: true
dependencies: { } dependencies: { }
id: simple_text id: simple_text
label: 'simple text' label: 'simple text'
revision: false revision: 0
description: '' description: ''

View File

@ -1,16 +0,0 @@
uuid: 93677304-7cda-4468-aacb-e786739a2d44
langcode: fr
status: true
dependencies: { }
id: order
label: order
from: info@materio.com
to: info@materio.com
cc: dev@figureslibres.io
bcc: ''
subject: '[Order Placed] [commerce_order:uid:entity:mail]'
body: "[commerce_order:uid:entity:mail] Placed an order<br/>\r\n<br/>\r\nOrder n° [commerce_order:order_number:value] (<a href=\"[commerce_order:admin-url]\">view order</a>)<br/>\r\nTotal price : [commerce_order:total_price:number][commerce_order:total_price:currency_code]<br/>\r\nOrder Item : [commerce_order:order_items:0:entity]<br/>\r\nPayement method : [commerce_order:payment_gateway:target_id]<br/>\r\n<br/>\r\n<br/>\r\n[commerce_order:billing_profile]"
conditions: { }
conditionOperator: AND
event: order_placed
targetEntityType: commerce_order

View File

@ -1,17 +1,17 @@
_core: _core:
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8 default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
mode: simple langcode: fr
ignored_config_entities: ignored_config_entities:
- devel.settings
- 'flag.flag.*'
- piwik.settings
- 'system.action.flag_action.*'
- system.performance - system.performance
- devel.settings
- piwik.settings
- 'flag.flag.*'
- 'system.action.flag_action.*'
- ~flag.flag.dossier - ~flag.flag.dossier
- ~flag.flag.flag_list_template_1.yml
- ~flag_lists.flag_for_list.dossier.yml - ~flag_lists.flag_for_list.dossier.yml
- ~flag_lists.flag_for_list.flag_list_template_1.yml
- ~system.action.flag_action.dossier_flag.yml - ~system.action.flag_action.dossier_flag.yml
- ~system.action.flag_action.dossier_unflag.yml - ~system.action.flag_action.dossier_unflag.yml
- ~flag.flag.flag_list_template_1.yml
- ~flag_lists.flag_for_list.flag_list_template_1.yml
- ~system.action.flag_action.flag_list_template_1_flag.yml - ~system.action.flag_action.flag_list_template_1_flag.yml
- ~system.action.flag_action.flag_list_template_1_unflag.yml - ~system.action.flag_action.flag_list_template_1_unflag.yml

View File

@ -7,11 +7,9 @@ label: Devel
description: 'Development configs' description: 'Development configs'
weight: 0 weight: 0
stackable: false stackable: false
no_patching: false
storage: folder storage: folder
folder: ../config/devel folder: ../config/devel
module: module:
composer_deploy: 0
config_devel: 0 config_devel: 0
context_ui: 0 context_ui: 0
devel: 0 devel: 0
@ -19,7 +17,6 @@ module:
devel_generate: 0 devel_generate: 0
entity_clone: 0 entity_clone: 0
update: 0 update: 0
upgrade_status: 0
views_ui: 0 views_ui: 0
workflow_ui: 0 workflow_ui: 0
theme: { } theme: { }

View File

@ -7,12 +7,13 @@ label: Prod
description: '' description: ''
weight: 0 weight: 0
stackable: false stackable: false
no_patching: false
storage: folder storage: folder
folder: ../config/prod folder: ../config/prod
module: module:
dblog: 0 dblog: 0
google_analytics: 0 google_analytics: 0
pwa: 0
pwa_extras: 0
theme: { } theme: { }
complete_list: { } complete_list: { }
partial_list: { } partial_list: { }

View File

@ -7,12 +7,13 @@ label: Stage
description: '' description: ''
weight: 0 weight: 0
stackable: false stackable: false
no_patching: false
storage: folder storage: folder
folder: ../config/stage folder: ../config/stage
module: module:
devel: 0 devel: 0
devel_generate: 0 devel_generate: 0
pwa: 0
pwa_extras: 0
theme: { } theme: { }
complete_list: { } complete_list: { }
partial_list: { } partial_list: { }

View File

@ -10,7 +10,7 @@ id: commerce_product.default.path
field_name: path field_name: path
entity_type: commerce_product entity_type: commerce_product
bundle: default bundle: default
label: "Alias d'URL" label: 'Alias d''URL'
description: 'The product URL alias.' description: 'The product URL alias.'
required: false required: false
translatable: false translatable: false

View File

@ -9,7 +9,7 @@ field_name: uid
entity_type: commerce_product entity_type: commerce_product
bundle: default bundle: default
label: Auteur label: Auteur
description: "L'auteur du produit." description: 'L''auteur du produit.'
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -10,7 +10,7 @@ id: commerce_product.materio_product_type.path
field_name: path field_name: path
entity_type: commerce_product entity_type: commerce_product
bundle: materio_product_type bundle: materio_product_type
label: "Alias d'URL" label: 'Alias d''URL'
description: 'The product URL alias.' description: 'The product URL alias.'
required: false required: false
translatable: false translatable: false

View File

@ -9,7 +9,7 @@ field_name: uid
entity_type: commerce_product entity_type: commerce_product
bundle: materio_product_type bundle: materio_product_type
label: Auteur label: Auteur
description: "L'auteur du produit." description: 'L''auteur du produit.'
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -1,18 +0,0 @@
uuid: ce3949f2-fff5-43d4-a75e-f7f258541ee6
langcode: fr
status: true
dependencies:
module:
- commerce_promotion
id: commerce_promotion.commerce_promotion.changed
field_name: changed
entity_type: commerce_promotion
bundle: commerce_promotion
label: Modifié
description: 'The time when the promotion was last edited.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: changed

View File

@ -1,18 +0,0 @@
uuid: d0f5f248-bd2d-43b8-96ab-fefc234f7058
langcode: fr
status: true
dependencies:
module:
- commerce_promotion
id: commerce_promotion.commerce_promotion.created
field_name: created
entity_type: commerce_promotion
bundle: commerce_promotion
label: Créé
description: 'The time when the promotion was created.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: created

View File

@ -8,7 +8,7 @@ id: commerce_promotion.commerce_promotion.display_name
field_name: display_name field_name: display_name
entity_type: commerce_promotion entity_type: commerce_promotion
bundle: commerce_promotion bundle: commerce_promotion
label: "Nom de l'affichage" label: 'Nom de l''affichage'
description: 'If provided, shown on the order instead of "Discount".' description: 'If provided, shown on the order instead of "Discount".'
required: false required: false
translatable: false translatable: false

View File

@ -1,20 +0,0 @@
uuid: 44832669-bd2c-40ac-870a-8389a22d4026
langcode: fr
status: true
dependencies:
module:
- commerce_promotion
id: commerce_promotion.commerce_promotion.uid
field_name: uid
entity_type: commerce_promotion
bundle: commerce_promotion
label: Propriétaire
description: 'The promotion owner.'
required: false
translatable: false
default_value: { }
default_value_callback: 'Drupal\commerce_promotion\Entity\Promotion::getDefaultEntityOwner'
settings:
handler: default
handler_settings: { }
field_type: entity_reference

View File

@ -1,18 +0,0 @@
uuid: 9bb1766d-c1be-4c56-b05d-dee701b5b7be
langcode: fr
status: true
dependencies:
config:
- commerce_store.commerce_store_type.online
id: commerce_store.online.changed
field_name: changed
entity_type: commerce_store
bundle: online
label: Modifié
description: 'The time when the store was last edited.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: changed

View File

@ -1,18 +0,0 @@
uuid: 58fb5e67-dfbd-4ac7-93ed-f6ce132bacfc
langcode: fr
status: true
dependencies:
config:
- commerce_store.commerce_store_type.online
id: commerce_store.online.created
field_name: created
entity_type: commerce_store
bundle: online
label: Créé
description: 'The time when the store was created.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: created

View File

@ -1,18 +0,0 @@
uuid: 4fa87b2e-7778-4c36-9894-e53aff527eda
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.description
field_name: description
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: Description
description: 'Text displayed to the user on the form'
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@ -1,18 +0,0 @@
uuid: 8178b56e-0b70-41a3-a5ba-791040db3598
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.long_description
field_name: long_description
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: 'Description longue'
description: "Texte affiché quand l'utilisateur clique pour obtenir plus de détails."
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string_long

View File

@ -1,18 +0,0 @@
uuid: 8af932a5-2d05-462b-ab27-4b30b9ea8df9
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.notes
field_name: notes
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: Notes
description: 'This should contain the rationale behind the agreement.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string_long

View File

@ -1,18 +0,0 @@
uuid: 4419e97e-e08f-42b4-bc3c-d21937679ec0
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.title
field_name: title
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: Titre
description: 'Agreement title.'
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@ -1,20 +0,0 @@
uuid: d94662f9-ed94-4ae8-8d08-053c817712bf
langcode: fr
status: true
dependencies:
module:
- gdpr_consent
id: gdpr_consent_agreement.gdpr_consent_agreement.user_id
field_name: user_id
entity_type: gdpr_consent_agreement
bundle: gdpr_consent_agreement
label: 'Écrit par'
description: 'The user ID of author of the Consent Agreement entity.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: default
handler_settings: { }
field_type: entity_reference

View File

@ -9,7 +9,7 @@ field_name: created
entity_type: node entity_type: node
bundle: note bundle: note
label: 'Écrit le' label: 'Écrit le'
description: "L'heure à laquelle le nœud a été créé." description: 'L''heure à laquelle le nœud a été créé.'
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -9,7 +9,7 @@ field_name: menu_link
entity_type: node entity_type: node
bundle: note bundle: note
label: 'Lien du menu' label: 'Lien du menu'
description: "Lien de menu calculé pour le nœud (disponible uniquement pendant l'enregistrement du nœud)." description: 'Lien de menu calculé pour le nœud (disponible uniquement pendant l''enregistrement du nœud).'
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -10,7 +10,7 @@ id: node.note.path
field_name: path field_name: path
entity_type: node entity_type: node
bundle: note bundle: note
label: "Alias d'URL" label: 'Alias d''URL'
description: '' description: ''
required: false required: false
translatable: false translatable: false

View File

@ -8,7 +8,7 @@ id: node.note.promote
field_name: promote field_name: promote
entity_type: node entity_type: node
bundle: note bundle: note
label: "Promu en page d'accueil" label: 'Promu en page d''accueil'
description: '' description: ''
required: false required: false
translatable: false translatable: false

View File

@ -9,7 +9,7 @@ field_name: uid
entity_type: node entity_type: node
bundle: note bundle: note
label: 'Écrit par' label: 'Écrit par'
description: "Le nom d'utilisateur de l'auteur du contenu." description: 'Le nom d''utilisateur de l''auteur du contenu.'
required: false required: false
translatable: false translatable: false
default_value: { } default_value: { }

View File

@ -11,10 +11,14 @@ bundle: role
mode: default mode: default
content: content:
product_variation: product_variation:
type: options_select type: entity_reference_autocomplete
weight: 0 weight: 0
region: content region: content
settings: { } settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { } third_party_settings: { }
state: state:
type: options_select type: options_select

View File

@ -35,16 +35,6 @@ content:
settings: settings:
display_label: true display_label: true
third_party_settings: { } third_party_settings: { }
coupons:
type: entity_reference_autocomplete
weight: 5
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
order_items: order_items:
type: inline_entity_form_complex type: inline_entity_form_complex
weight: 1 weight: 1
@ -57,7 +47,6 @@ content:
allow_new: true allow_new: true
allow_existing: false allow_existing: false
match_operator: CONTAINS match_operator: CONTAINS
removed_reference: delete
third_party_settings: { } third_party_settings: { }
hidden: hidden:
created: true created: true

View File

@ -34,16 +34,6 @@ content:
settings: settings:
display_label: true display_label: true
third_party_settings: { } third_party_settings: { }
coupons:
type: entity_reference_autocomplete
weight: 5
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_mailjet_campaign_id: field_mailjet_campaign_id:
type: number type: number
weight: 6 weight: 6
@ -73,7 +63,6 @@ content:
collapsible: false collapsible: false
collapsed: false collapsed: false
revision: false revision: false
removed_reference: delete
third_party_settings: { } third_party_settings: { }
hidden: hidden:
ip_address: true ip_address: true

View File

@ -6,7 +6,6 @@ dependencies:
- commerce_order.commerce_order_type.recurring - commerce_order.commerce_order_type.recurring
- field.field.commerce_order.recurring.billing_period - field.field.commerce_order.recurring.billing_period
- field.field.commerce_order.recurring.billing_schedule - field.field.commerce_order.recurring.billing_schedule
- field.field.commerce_order.recurring.commerce_recurring_queued
- field.field.commerce_order.recurring.field_mailjet_campaign_id - field.field.commerce_order.recurring.field_mailjet_campaign_id
module: module:
- commerce_order - commerce_order
@ -30,16 +29,6 @@ content:
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
coupons:
type: entity_reference_autocomplete
weight: 5
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_mailjet_campaign_id: field_mailjet_campaign_id:
type: number type: number
weight: 6 weight: 6
@ -59,14 +48,11 @@ content:
allow_new: true allow_new: true
allow_existing: false allow_existing: false
match_operator: CONTAINS match_operator: CONTAINS
removed_reference: delete
third_party_settings: { } third_party_settings: { }
hidden: hidden:
billing_period: true billing_period: true
billing_schedule: true billing_schedule: true
cart: true cart: true
commerce_recurring_queued: true
customer_comments: true
ip_address: true ip_address: true
mail: true mail: true
order_number: true order_number: true

View File

@ -0,0 +1,51 @@
uuid: 98917ebc-f12a-4239-b116-6b762d783223
langcode: fr
status: true
dependencies:
module:
- commerce_order
- commerce_price
- commerce_pricelist
id: commerce_pricelist_item.commerce_product_variation.default
targetEntityType: commerce_pricelist_item
bundle: commerce_product_variation
mode: default
content:
list_price:
type: commerce_list_price
weight: 1
region: content
settings: { }
third_party_settings: { }
price:
type: commerce_price_default
weight: 2
region: content
settings: { }
third_party_settings: { }
purchasable_entity:
type: entity_reference_autocomplete
weight: -1
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
quantity:
type: commerce_quantity
weight: 0
region: content
settings:
placeholder: ''
step: '1'
third_party_settings: { }
status:
type: options_buttons
weight: 3
region: content
settings: { }
third_party_settings: { }
hidden:
price_list_id: true

View File

@ -16,8 +16,7 @@ content:
type: address_default type: address_default
weight: 4 weight: 4
region: content region: content
settings: settings: { }
wrapper_type: details
third_party_settings: { } third_party_settings: { }
billing_countries: billing_countries:
type: options_select type: options_select
@ -87,5 +86,4 @@ content:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
hidden: hidden:
created: true
uid: true uid: true

View File

@ -7,6 +7,7 @@ dependencies:
- field.field.node.article.field_date - field.field.node.article.field_date
- field.field.node.article.field_linked_materials - field.field.node.article.field_linked_materials
- field.field.node.article.field_memo - field.field.node.article.field_memo
- field.field.node.article.field_migration
- field.field.node.article.field_showroom - field.field.node.article.field_showroom
- field.field.node.article.field_source - field.field.node.article.field_source
- field.field.node.article.field_tags - field.field.node.article.field_tags
@ -167,6 +168,12 @@ content:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
field_migration:
type: workflow_default
weight: 6
region: content
settings: { }
third_party_settings: { }
field_showroom: field_showroom:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 21 weight: 21

View File

@ -15,6 +15,7 @@ dependencies:
- field.field.node.materiau.field_manufacturer - field.field.node.materiau.field_manufacturer
- field.field.node.materiau.field_materiau_images - field.field.node.materiau.field_materiau_images
- field.field.node.materiau.field_memo - field.field.node.materiau.field_memo
- field.field.node.materiau.field_migration
- field.field.node.materiau.field_reference - field.field.node.materiau.field_reference
- field.field.node.materiau.field_samples - field.field.node.materiau.field_samples
- field.field.node.materiau.field_short_description - field.field.node.materiau.field_short_description
@ -34,6 +35,7 @@ dependencies:
- term_reference_tree - term_reference_tree
- text - text
- video_embed_field - video_embed_field
- workflow
third_party_settings: third_party_settings:
field_group: field_group:
group_htabs: group_htabs:
@ -166,6 +168,7 @@ third_party_settings:
- translation - translation
- field_memo - field_memo
- field_workflow - field_workflow
- field_migration
- created - created
label: Internal label: Internal
region: content region: content
@ -185,7 +188,7 @@ mode: default
content: content:
body: body:
type: text_textarea_with_summary type: text_textarea_with_summary
weight: 13 weight: 3
region: content region: content
settings: settings:
rows: 9 rows: 9
@ -195,7 +198,7 @@ content:
third_party_settings: { } third_party_settings: { }
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 17 weight: 23
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -218,7 +221,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_famille: field_famille:
type: options_select type: options_select
weight: 11 weight: 17
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -261,7 +264,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_materiau_images: field_materiau_images:
type: image_image type: image_image
weight: 11 weight: 13
region: content region: content
settings: settings:
progress_indicator: throbber progress_indicator: throbber
@ -269,12 +272,18 @@ content:
third_party_settings: { } third_party_settings: { }
field_memo: field_memo:
type: string_textarea type: string_textarea
weight: 14 weight: 20
region: content region: content
settings: settings:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
field_migration:
type: workflow_default
weight: 22
region: content
settings: { }
third_party_settings: { }
field_reference: field_reference:
type: computed_string_widget type: computed_string_widget
weight: 4 weight: 4
@ -289,7 +298,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_short_description: field_short_description:
type: string_textfield type: string_textfield
weight: 12 weight: 2
region: content region: content
settings: settings:
size: 60 size: 60
@ -297,7 +306,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_tags: field_tags:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 36 weight: 12
region: content region: content
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
@ -307,31 +316,31 @@ content:
third_party_settings: { } third_party_settings: { }
field_thesaurus: field_thesaurus:
type: term_reference_tree type: term_reference_tree
weight: 35 weight: 11
region: content region: content
settings: settings:
start_minimized: false start_minimized: true
leaves_only: false leaves_only: false
select_parents: false select_parents: false
cascading_selection: 0 cascading_selection: 0
track_list: true
max_depth: 0 max_depth: 0
track_list: '1'
third_party_settings: { } third_party_settings: { }
field_video: field_video:
type: video_embed_field_textfield type: video_embed_field_textfield
weight: 12 weight: 14
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
field_workflow: field_workflow:
type: options_buttons type: workflow_default
weight: 15 weight: 21
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
langcode: langcode:
type: language_select type: language_select
weight: 12 weight: 18
region: content region: content
settings: settings:
include_locked: true include_locked: true
@ -344,14 +353,14 @@ content:
third_party_settings: { } third_party_settings: { }
title: title:
type: string_textfield type: string_textfield
weight: 11 weight: 1
region: content region: content
settings: settings:
size: 60 size: 60
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
translation: translation:
weight: 13 weight: 19
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }

View File

@ -25,8 +25,7 @@ content:
type: address_default type: address_default
weight: 0 weight: 0
region: content region: content
settings: settings: { }
wrapper_type: details
third_party_settings: { } third_party_settings: { }
phone: phone:
type: telephone_default type: telephone_default

View File

@ -41,7 +41,7 @@ content:
weight: 14 weight: 14
region: content region: content
settings: settings:
wrapper_type: details default_country: null
third_party_settings: { } third_party_settings: { }
field_email: field_email:
type: email_default type: email_default
@ -143,5 +143,4 @@ content:
placeholder_url: '' placeholder_url: ''
placeholder_title: '' placeholder_title: ''
third_party_settings: { } third_party_settings: { }
hidden: hidden: { }
is_default: true

View File

@ -6,6 +6,7 @@ dependencies:
- field.field.taxonomy_term.company.field_attachments - field.field.taxonomy_term.company.field_attachments
- field.field.taxonomy_term.company.field_infos_from_company - field.field.taxonomy_term.company.field_infos_from_company
- field.field.taxonomy_term.company.field_memo - field.field.taxonomy_term.company.field_memo
- field.field.taxonomy_term.company.field_migration
- field.field.taxonomy_term.company.field_note - field.field.taxonomy_term.company.field_note
- field.field.taxonomy_term.company.field_public_address - field.field.taxonomy_term.company.field_public_address
- field.field.taxonomy_term.company.field_public_email - field.field.taxonomy_term.company.field_public_email
@ -139,6 +140,12 @@ content:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
field_migration:
type: workflow_default
weight: 5
region: content
settings: { }
third_party_settings: { }
field_note: field_note:
type: options_select type: options_select
weight: 6 weight: 6
@ -149,8 +156,7 @@ content:
type: address_default type: address_default
weight: 17 weight: 17
region: content region: content
settings: settings: { }
wrapper_type: details
third_party_settings: { } third_party_settings: { }
field_public_email: field_public_email:
type: email_default type: email_default

View File

@ -4,6 +4,7 @@ status: true
dependencies: dependencies:
config: config:
- field.field.taxonomy_term.showroom.field_memo - field.field.taxonomy_term.showroom.field_memo
- field.field.taxonomy_term.showroom.field_migration
- field.field.taxonomy_term.showroom.field_public_address - field.field.taxonomy_term.showroom.field_public_address
- field.field.taxonomy_term.showroom.field_public_email - field.field.taxonomy_term.showroom.field_public_email
- field.field.taxonomy_term.showroom.field_public_phone - field.field.taxonomy_term.showroom.field_public_phone
@ -121,12 +122,17 @@ content:
rows: 5 rows: 5
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
field_migration:
type: workflow_default
weight: 7
region: content
settings: { }
third_party_settings: { }
field_public_address: field_public_address:
type: address_default type: address_default
weight: 5 weight: 5
region: content region: content
settings: settings: { }
wrapper_type: details
third_party_settings: { } third_party_settings: { }
field_public_email: field_public_email:
type: email_default type: email_default

View File

@ -1,46 +0,0 @@
uuid: bdc1dc21-a187-46a0-87f6-5ff2fe102e12
langcode: fr
status: true
dependencies:
config:
- workflow.workflow.workflow
module:
- autocomplete_deluxe
id: workflow_transition.workflow.default
targetEntityType: workflow_transition
bundle: workflow
mode: default
content:
comment:
type: string_textarea
weight: 2
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
timestamp:
type: datetime_timestamp
weight: 1
region: content
settings: { }
third_party_settings: { }
to_sid:
type: autocomplete_deluxe
weight: 0
region: content
settings:
match_operator: CONTAINS
autocomplete_route_name: autocomplete_deluxe.autocomplete
size: 60
selection_handler: default
match_limit: 10
min_length: 0
delimiter: ''
not_found_message_allow: false
not_found_message: "The term '@term' will be added"
new_terms: false
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
third_party_settings: { }
hidden:
langcode: true

View File

@ -11,6 +11,5 @@ _core:
default_config_hash: BeqBf6Mm59Nebv4SsV0yvK5EspkCegPqvwnqwEBvEp0 default_config_hash: BeqBf6Mm59Nebv4SsV0yvK5EspkCegPqvwnqwEBvEp0
id: commerce_order_item.add_to_cart id: commerce_order_item.add_to_cart
label: 'Add to cart' label: 'Add to cart'
description: ''
targetEntityType: commerce_order_item targetEntityType: commerce_order_item
cache: true cache: true

View File

@ -13,6 +13,5 @@ _core:
default_config_hash: u--mTnS-vYPf2RaezDnxj9Sl0GFgFSi4fgzVPPlCMM0 default_config_hash: u--mTnS-vYPf2RaezDnxj9Sl0GFgFSi4fgzVPPlCMM0
id: commerce_order_item.variation_cart_form id: commerce_order_item.variation_cart_form
label: 'Variation cart form' label: 'Variation cart form'
description: ''
targetEntityType: commerce_order_item targetEntityType: commerce_order_item
cache: true cache: true

View File

@ -6,6 +6,5 @@ dependencies:
- commerce_recurring - commerce_recurring
id: commerce_subscription.customer id: commerce_subscription.customer
label: Customer label: Customer
description: ''
targetEntityType: commerce_subscription targetEntityType: commerce_subscription
cache: true cache: true

View File

@ -9,6 +9,5 @@ dependencies:
- commerce_order - commerce_order
id: profile.billing id: profile.billing
label: Billing label: Billing
description: ''
targetEntityType: profile targetEntityType: profile
cache: true cache: true

View File

@ -8,6 +8,5 @@ _core:
default_config_hash: 3Ly1xMx90SxhhhBmZjDhcBCQ4kyR4u7tS5vLgA84B2M default_config_hash: 3Ly1xMx90SxhhhBmZjDhcBCQ4kyR4u7tS5vLgA84B2M
id: simplenews_subscriber.account id: simplenews_subscriber.account
label: Account label: Account
description: ''
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true

View File

@ -8,6 +8,5 @@ _core:
default_config_hash: 7EIO8InzdeUlS1NCs5hq23QRzWmqAKGjeSqd3hQP62s default_config_hash: 7EIO8InzdeUlS1NCs5hq23QRzWmqAKGjeSqd3hQP62s
id: simplenews_subscriber.block id: simplenews_subscriber.block
label: Block label: Block
description: ''
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true

View File

@ -8,6 +8,5 @@ _core:
default_config_hash: leCpWOylvfK6ArYQp2n7dcGoAFC_A-X7qQm5FdYToWg default_config_hash: leCpWOylvfK6ArYQp2n7dcGoAFC_A-X7qQm5FdYToWg
id: simplenews_subscriber.materio_block id: simplenews_subscriber.materio_block
label: Block label: Block
description: ''
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true

View File

@ -8,6 +8,5 @@ _core:
default_config_hash: ZNiTMgBURMLUyp3dwxIn7Zz_hREzPRpyF2M-Dm3e1BI default_config_hash: ZNiTMgBURMLUyp3dwxIn7Zz_hREzPRpyF2M-Dm3e1BI
id: simplenews_subscriber.page id: simplenews_subscriber.page
label: Page label: Page
description: ''
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true

View File

@ -6,6 +6,5 @@ dependencies:
- user - user
id: user.modal id: user.modal
label: Modal label: Modal
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true

View File

@ -8,6 +8,5 @@ _core:
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
id: user.register id: user.register
label: Register label: Register
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true

View File

@ -34,15 +34,6 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
@ -53,26 +44,9 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
coupons:
label: above
type: entity_reference_label
settings:
link: true
region: content
weight: 10
third_party_settings: { }
ip_address: ip_address:
type: string type: string
label: inline label: inline
@ -102,15 +76,6 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content

View File

@ -34,26 +34,9 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
coupons:
label: above
type: entity_reference_label
settings:
link: true
region: content
weight: 7
third_party_settings: { }
mail: mail:
type: basic_string type: basic_string
label: inline label: inline
@ -83,15 +66,6 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content

View File

@ -33,26 +33,9 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content
coupons:
label: above
type: entity_reference_label
settings:
link: true
region: content
weight: 9
third_party_settings: { }
order_items: order_items:
type: commerce_order_item_table type: commerce_order_item_table
label: above label: above
@ -75,15 +58,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content

View File

@ -43,26 +43,9 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
coupons:
label: above
type: entity_reference_label
settings:
link: true
region: content
weight: 15
third_party_settings: { }
field_mailjet_campaign_id: field_mailjet_campaign_id:
type: number_integer type: number_integer
label: above label: above
@ -116,15 +99,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content

View File

@ -6,7 +6,6 @@ dependencies:
- commerce_order.commerce_order_type.recurring - commerce_order.commerce_order_type.recurring
- field.field.commerce_order.recurring.billing_period - field.field.commerce_order.recurring.billing_period
- field.field.commerce_order.recurring.billing_schedule - field.field.commerce_order.recurring.billing_schedule
- field.field.commerce_order.recurring.commerce_recurring_queued
- field.field.commerce_order.recurring.field_mailjet_campaign_id - field.field.commerce_order.recurring.field_mailjet_campaign_id
module: module:
- commerce_order - commerce_order
@ -44,15 +43,6 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -63,34 +53,9 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content
coupons:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 12
region: content
customer_comments:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 13
region: content
field_mailjet_campaign_id: field_mailjet_campaign_id:
type: number_integer type: number_integer
label: above label: above
@ -129,15 +94,6 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
@ -165,7 +121,6 @@ content:
hidden: hidden:
billing_profile: true billing_profile: true
billing_schedule: true billing_schedule: true
commerce_recurring_queued: true
order_number: true order_number: true
search_api_excerpt: true search_api_excerpt: true
store_id: true store_id: true

View File

@ -7,7 +7,6 @@ dependencies:
- core.entity_view_mode.commerce_order.user - core.entity_view_mode.commerce_order.user
- field.field.commerce_order.recurring.billing_period - field.field.commerce_order.recurring.billing_period
- field.field.commerce_order.recurring.billing_schedule - field.field.commerce_order.recurring.billing_schedule
- field.field.commerce_order.recurring.commerce_recurring_queued
- field.field.commerce_order.recurring.field_mailjet_campaign_id - field.field.commerce_order.recurring.field_mailjet_campaign_id
module: module:
- commerce_order - commerce_order
@ -44,15 +43,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 12 weight: 12
region: content region: content
@ -63,34 +53,9 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
coupons:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 13
region: content
customer_comments:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 14
region: content
mail: mail:
type: email_mailto type: email_mailto
label: inline label: inline
@ -120,15 +85,6 @@ content:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -164,7 +120,6 @@ content:
hidden: hidden:
balance: true balance: true
billing_schedule: true billing_schedule: true
commerce_recurring_queued: true
field_mailjet_campaign_id: true field_mailjet_campaign_id: true
ip_address: true ip_address: true
search_api_excerpt: true search_api_excerpt: true

View File

@ -24,15 +24,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
region: content region: content
@ -84,5 +75,3 @@ content:
region: content region: content
hidden: hidden:
adjustments: true adjustments: true
search_api_excerpt: true
synonyms: true

View File

@ -19,15 +19,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
region: content region: content
@ -44,8 +35,6 @@ hidden:
billing_period: true billing_period: true
purchased_entity: true purchased_entity: true
quantity: true quantity: true
search_api_excerpt: true
subscription: true subscription: true
synonyms: true
total_price: true total_price: true
unit_price: true unit_price: true

View File

@ -0,0 +1,15 @@
uuid: f9285e9c-7bd0-46a9-a58a-7acaf23f61d4
langcode: fr
status: true
dependencies:
module:
- commerce_price
- commerce_pricelist
id: commerce_pricelist_item.commerce_product_variation.default
targetEntityType: commerce_pricelist_item
bundle: commerce_product_variation
mode: default
content: { }
hidden:
search_api_excerpt: true
synonyms: true

View File

@ -1,47 +0,0 @@
uuid: 3648d647-7738-41cd-b692-c47955282019
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_variation_type.materio_product_licence_variatio
- core.entity_view_mode.commerce_product_variation.tableau_admin
- field.field.commerce_product_variation.materio_product_licence_variatio.field_description
- field.field.commerce_product_variation.materio_product_licence_variatio.license_expiration
- field.field.commerce_product_variation.materio_product_licence_variatio.license_type
module:
- commerce_variation_cart_form
third_party_settings:
commerce_variation_cart_form:
combine: true
id: commerce_product_variation.materio_product_licence_variatio.tableau_admin
targetEntityType: commerce_product_variation
bundle: materio_product_licence_variatio
mode: tableau_admin
content:
product_id:
type: entity_reference_label
label: hidden
settings:
link: false
third_party_settings: { }
weight: 0
region: content
title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 1
region: content
hidden:
commerce_variation_cart_form: true
field_description: true
langcode: true
license_expiration: true
license_type: true
list_price: true
price: true
search_api_excerpt: true
sku: true
synonyms: true

View File

@ -71,4 +71,3 @@ hidden:
search_api_excerpt: true search_api_excerpt: true
sku: true sku: true
subscription_type: true subscription_type: true
synonyms: true

View File

@ -1,53 +0,0 @@
uuid: a2d8dae0-d413-40b9-9c38-9051b4959adb
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_variation_type.materio_product_variation_type
- core.entity_view_mode.commerce_product_variation.tableau_admin
- field.field.commerce_product_variation.materio_product_variation_type.billing_schedule
- field.field.commerce_product_variation.materio_product_variation_type.field_description
- field.field.commerce_product_variation.materio_product_variation_type.field_multiple
- field.field.commerce_product_variation.materio_product_variation_type.license_expiration
- field.field.commerce_product_variation.materio_product_variation_type.license_type
- field.field.commerce_product_variation.materio_product_variation_type.subscription_type
module:
- commerce_variation_cart_form
third_party_settings:
commerce_variation_cart_form:
combine: true
id: commerce_product_variation.materio_product_variation_type.tableau_admin
targetEntityType: commerce_product_variation
bundle: materio_product_variation_type
mode: tableau_admin
content:
product_id:
type: entity_reference_label
label: hidden
settings:
link: false
third_party_settings: { }
weight: 0
region: content
title:
type: string
label: hidden
settings:
link_to_entity: true
third_party_settings: { }
weight: 1
region: content
hidden:
billing_schedule: true
commerce_variation_cart_form: true
field_description: true
field_multiple: true
langcode: true
license_expiration: true
license_type: true
list_price: true
price: true
search_api_excerpt: true
sku: true
subscription_type: true
synonyms: true

View File

@ -1,239 +0,0 @@
uuid: 95054e74-5821-44bd-97b9-fcc8841989d1
langcode: en
status: true
dependencies:
module:
- commerce_price
- commerce_recurring
- options
id: commerce_subscription.license.default
targetEntityType: commerce_subscription
bundle: license
mode: default
content:
billing_schedule:
type: entity_reference_label
label: inline
settings:
link: true
third_party_settings: { }
weight: 15
region: content
created:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 2
region: content
ends:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 6
region: content
initial_order:
type: subscription_orders
label: above
settings:
view: commerce_subscription_initial_order_admin
third_party_settings: { }
weight: -1
region: content
license:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 1
region: content
next_renewal:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 11
region: content
orders:
type: subscription_orders
label: above
settings:
view: commerce_subscription_orders_admin
third_party_settings: { }
weight: 1
region: content
payment_method:
type: entity_reference_entity_view
label: inline
settings:
view_mode: default
link: true
third_party_settings: { }
weight: 14
region: content
purchased_entity:
type: entity_reference_label
label: inline
settings:
link: true
third_party_settings: { }
weight: 12
region: content
renewed:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 10
region: content
scheduled_changes:
type: commerce_scheduled_change_default
label: hidden
settings: { }
third_party_settings: { }
weight: 16
region: content
starts:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 5
region: content
state:
type: list_default
label: hidden
settings: { }
third_party_settings: { }
weight: 7
region: content
store_id:
type: entity_reference_label
label: inline
settings:
link: false
third_party_settings: { }
weight: 8
region: content
trial_ends:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 4
region: content
trial_starts:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 3
region: content
uid:
type: entity_reference_label
label: inline
settings:
link: true
third_party_settings: { }
weight: 9
region: content
unit_price:
type: commerce_price_default
label: inline
settings:
strip_trailing_zeroes: false
currency_display: symbol
third_party_settings: { }
weight: 13
region: content
hidden:
quantity: true
search_api_excerpt: true
synonyms: true
title: true

View File

@ -19,15 +19,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 4
region: content region: content
@ -38,15 +29,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 6 weight: 6
region: content region: content
@ -74,15 +56,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 5
region: content region: content
@ -93,15 +66,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 3
region: content region: content
@ -119,15 +83,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 2 weight: 2
region: content region: content
@ -138,15 +93,6 @@ content:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 1
region: content region: content

View File

@ -3,7 +3,6 @@ langcode: en
status: true status: true
dependencies: dependencies:
module: module:
- commerce_price
- commerce_recurring - commerce_recurring
- options - options
id: commerce_subscription.product_variation.default id: commerce_subscription.product_variation.default
@ -11,86 +10,33 @@ targetEntityType: commerce_subscription
bundle: product_variation bundle: product_variation
mode: default mode: default
content: content:
billing_schedule:
type: entity_reference_label
label: inline
settings:
link: true
third_party_settings: { }
weight: 15
region: content
created:
type: timestamp
label: inline
settings:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { }
weight: 2
region: content
ends: ends:
type: timestamp type: timestamp
label: inline label: inline
settings: settings:
date_format: short date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 6 weight: 4
region: content
initial_order:
type: subscription_orders
label: above
settings:
view: commerce_subscription_initial_order_admin
third_party_settings: { }
weight: 0
region: content region: content
next_renewal: next_renewal:
type: timestamp type: timestamp
label: inline label: inline
settings: settings:
date_format: short date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 13 weight: 6
region: content region: content
orders: orders:
type: subscription_orders type: subscription_orders
label: above label: hidden
settings: settings:
view: commerce_subscription_orders_admin view: commerce_subscription_orders_admin
third_party_settings: { } third_party_settings: { }
weight: 1 weight: 0
region: content region: content
payment_method: payment_method:
type: entity_reference_entity_view type: entity_reference_entity_view
@ -99,151 +45,65 @@ content:
view_mode: default view_mode: default
link: true link: true
third_party_settings: { } third_party_settings: { }
weight: 14 weight: 7
region: content
purchased_entity:
type: entity_reference_label
label: inline
settings:
link: true
third_party_settings: { }
weight: 10
region: content
quantity:
type: number_decimal
label: inline
settings:
thousand_separator: ''
decimal_separator: .
scale: 2
prefix_suffix: true
third_party_settings: { }
weight: 11
region: content region: content
renewed: renewed:
type: timestamp type: timestamp
label: inline label: inline
settings: settings:
date_format: short date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 9 weight: 5
region: content
scheduled_changes:
type: commerce_scheduled_change_default
label: hidden
settings: { }
third_party_settings: { }
weight: 17
region: content region: content
starts: starts:
type: timestamp type: timestamp
label: inline label: inline
settings: settings:
date_format: short date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 5 weight: 3
region: content region: content
state: state:
type: list_default type: list_default
label: hidden label: hidden
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 16 weight: 8
region: content
store_id:
type: entity_reference_label
label: inline
settings:
link: false
third_party_settings: { }
weight: 7
region: content region: content
trial_ends: trial_ends:
type: timestamp type: timestamp
label: inline label: inline
settings: settings:
date_format: short date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 4 weight: 2
region: content region: content
trial_starts: trial_starts:
type: timestamp type: timestamp
label: inline label: inline
settings: settings:
date_format: short date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
third_party_settings: { } third_party_settings: { }
weight: 3 weight: 1
region: content
uid:
type: entity_reference_label
label: inline
settings:
link: true
third_party_settings: { }
weight: 8
region: content
unit_price:
type: commerce_price_default
label: inline
settings:
strip_trailing_zeroes: false
currency_display: symbol
third_party_settings: { }
weight: 12
region: content
variations:
type: subscription_orders
label: above
settings:
view: commerce_subscription_initial_order_admin
third_party_settings: { }
weight: -1
region: content region: content
hidden: hidden:
billing_schedule: true
created: true
initial_order: true
purchased_entity: true
quantity: true
scheduled_changes: true
search_api_excerpt: true search_api_excerpt: true
store_id: true
synonyms: true synonyms: true
title: true title: true
uid: true
unit_price: true

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