Compare commits
100 Commits
f919dab0e9
...
0de5789923
Author | SHA1 | Date | |
---|---|---|---|
0de5789923 | |||
8ecf59b87d | |||
883187472d | |||
28803a51ba | |||
37fc11f331 | |||
e784a79df9 | |||
a9c5a3f9c1 | |||
29f5d8e04b | |||
81baad4e57 | |||
3247de7364 | |||
da9bb94c61 | |||
c181046aa9 | |||
11fa5c0375 | |||
3bae9dded7 | |||
68bcc51409 | |||
bb6ecd1cab | |||
a0c53b3a4e | |||
ae6a0489d0 | |||
f90549820f | |||
5da3c996e4 | |||
6f44fbe42b | |||
df6fec960d | |||
26b0b5277d | |||
a8643936f7 | |||
b4082df0d7 | |||
5bc14ec286 | |||
152776b4a2 | |||
50432e48e4 | |||
6e5a88a101 | |||
79ee0866d3 | |||
e735d2d21e | |||
45c5d40de7 | |||
dfc5fe07c6 | |||
08ef4fd328 | |||
8709bb023c | |||
7b22d7d9e7 | |||
02fc5f228c | |||
f562d9c580 | |||
2e57fbfee6 | |||
b2fe1cc963 | |||
0a5f95874e | |||
71c3d3f172 | |||
915f8139d4 | |||
d13db8f93e | |||
d76583941c | |||
024cf0e08f | |||
8ff54a8d14 | |||
e177278566 | |||
161dcd2622 | |||
8d8aa5e14b | |||
b1876efa70 | |||
a88d00f3b9 | |||
ac04ae5f5e | |||
96b230cfb4 | |||
6255d58a95 | |||
dd38d8d2b2 | |||
ad3ef95a7b | |||
20a8dc404e | |||
dc4c763d99 | |||
45379fd988 | |||
287a57a5d3 | |||
aff162514b | |||
5bd907ec1e | |||
83a6f13a10 | |||
22feda7263 | |||
dca4a1b19b | |||
5bd82e9e73 | |||
245af0be0b | |||
ecf58865c1 | |||
a99716da8f | |||
543e650016 | |||
2bed556c02 | |||
27b50d0cba | |||
685d2dbcbd | |||
03487b78bf | |||
afb9d13ed8 | |||
7ce2e5fb39 | |||
78a94ed058 | |||
88e9ed16ff | |||
c4bf0b7c28 | |||
17b6581aa6 | |||
1beb2b4dfa | |||
4bc00f9b2b | |||
7cc9166ddd | |||
905c82f59f | |||
6c9d750851 | |||
7f0c254d9e | |||
895be04b6b | |||
2f6560b88a | |||
306c0d3f94 | |||
9f20d34f42 | |||
e5c6b871db | |||
2e3612badc | |||
3960310677 | |||
76f8e9298a | |||
faa589332b | |||
de89f29915 | |||
7051869819 | |||
1565ce8aa2 | |||
40b7e75d44 |
16
.gitattributes
vendored
16
.gitattributes
vendored
@ -19,24 +19,24 @@
|
|||||||
*.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
|
*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=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
|
*.inc 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
|
*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=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
|
*.module 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
|
*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=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
|
*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=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
|
*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=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
|
*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=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
|
||||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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/d8-starterkit-profile
|
url = https://figureslibres.io/gogs/bachir/drupal-starterkit-profile
|
||||||
|
@ -4,22 +4,57 @@
|
|||||||
// This example demonstrates how to write a drush
|
// This example demonstrates how to write a drush
|
||||||
// script. These scripts are run with the php-script command.
|
// script. These scripts are run with the php-script command.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// drush php-script cleanflaglist.script
|
||||||
|
|
||||||
use Drush\Drush;
|
use Drush\Drush;
|
||||||
|
|
||||||
$this->output()->writeln("Flagging collection cleaning");
|
$this->output()->writeln("Flagging collection cleaning");
|
||||||
|
$this->output()->writeln("options : [delete-all | delete-nullname | delete-missing | delete-dups]");
|
||||||
|
|
||||||
// $this->output()->writeln("Hello world!");
|
// $this->output()->writeln("Hello world!");
|
||||||
$this->output()->writeln("The extra options/arguments to this command were:");
|
$this->output()->writeln("The extra options/arguments to this command were:");
|
||||||
$this->output()->writeln(print_r($extra, true));
|
$this->output()->writeln(print_r($extra, true));
|
||||||
if ($extra[0] === "delete") {
|
|
||||||
$delete = true;
|
$delete_all = false;
|
||||||
} else {
|
$delete_nullname = false;
|
||||||
$delete = false;
|
$delete_missing = false;
|
||||||
|
$recreate_missing = false;
|
||||||
|
$delete_dups = false;
|
||||||
|
$recreate_dups = false;
|
||||||
|
|
||||||
|
if (count($extra)) {
|
||||||
|
switch ($extra[0]) {
|
||||||
|
case "delete-all":
|
||||||
|
$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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$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");
|
||||||
@ -43,15 +78,20 @@ foreach ($fcfd_result as $fc) {
|
|||||||
$this->output()->writeln($flifd_query->countQuery()->execute()->fetchField() . " items for fc " . $fc->id . ' with baseflag ' . $fc->relatedflag);
|
$this->output()->writeln($flifd_query->countQuery()->execute()->fetchField() . " items for fc " . $fc->id . ' with baseflag ' . $fc->relatedflag);
|
||||||
// $this->output()->writeln(print_r($flifd_result->fetchAssoc(), true) . " items");
|
// $this->output()->writeln(print_r($flifd_result->fetchAssoc(), true) . " items");
|
||||||
|
|
||||||
delete_flagingcollection($fc, $database, $delete);
|
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', ['id', 'relatedflag']);
|
->fields('fcfd', ['name', '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");
|
||||||
@ -64,13 +104,24 @@ 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($fc->id . ' flagging_collection has ' . $count . " relatedflag");
|
$this->output()->writeln(' flagging_collection ' . $fc->name . ' ('. $fc->id . ') has ' . $count . " relatedflag");
|
||||||
$fc_missing_relatedflag ++;
|
$fc_missing_relatedflag ++;
|
||||||
delete_flagingcollection($fc, $database, $delete);
|
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");
|
||||||
@ -96,7 +147,7 @@ foreach ($dup_result as $dup){
|
|||||||
$this->output()->writeln($dup->relatedflag . ' relatedflag has ' . $count . ' flagging collection');
|
$this->output()->writeln($dup->relatedflag . ' relatedflag has ' . $count . ' flagging collection');
|
||||||
|
|
||||||
foreach ($fcfd_result as $fc) {
|
foreach ($fcfd_result as $fc) {
|
||||||
delete_flagingcollection($fc, $database, $delete);
|
delete_flagingcollection($fc, $database, $delete_all ? true : $delete_dups);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -170,4 +221,4 @@ function delete_flagingcollection($fc, $database, $delete){
|
|||||||
// $this->output()->writeln("In order to actually delete fault flagging collection data please use delete option");
|
// $this->output()->writeln("In order to actually delete fault flagging collection data please use delete option");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
199
composer.json
199
composer.json
@ -63,122 +63,104 @@
|
|||||||
"ckeditor-plugin/panelbutton": "^4.16.2",
|
"ckeditor-plugin/panelbutton": "^4.16.2",
|
||||||
"composer/installers": "^1.2",
|
"composer/installers": "^1.2",
|
||||||
"drupal/address": "^1.10",
|
"drupal/address": "^1.10",
|
||||||
"drupal/admin_theme": "^1.x-dev@dev",
|
"drupal/admin_theme": "^1.0",
|
||||||
"drupal/advagg": "^4.x-dev@dev",
|
"drupal/advagg": "^6.0@alpha",
|
||||||
"drupal/allowed_formats": "^1",
|
"drupal/advanced_text_formatter": "^3.0@RC",
|
||||||
|
"drupal/allowed_formats": "^2.0",
|
||||||
"drupal/amswap": "^3.0",
|
"drupal/amswap": "^3.0",
|
||||||
"drupal/audiofield": "^1.10",
|
"drupal/audiofield": "^1.10",
|
||||||
"drupal/auto_entitylabel": "^3.x-dev@dev",
|
"drupal/auto_entitylabel": "^3.1",
|
||||||
"drupal/better_messages": "^2.0@alpha",
|
"drupal/better_messages": "^2.0@alpha",
|
||||||
"drupal/ckeditor_codemirror": "^2.3",
|
|
||||||
"drupal/ckeditor_font": "^1.2",
|
|
||||||
"drupal/ckeditor_uploadimage": "^2.0",
|
|
||||||
"drupal/colorbutton": "^1.3",
|
"drupal/colorbutton": "^1.3",
|
||||||
"drupal/commerce": "2.x-dev@dev",
|
"drupal/commerce": "^2.0",
|
||||||
"drupal/commerce_cart_api": "^1.4",
|
"drupal/commerce_cart_api": "^1.4",
|
||||||
"drupal/commerce_cart_redirection": "^3.0",
|
"drupal/commerce_email": "^1.5",
|
||||||
"drupal/commerce_email": "1.x-dev@dev",
|
"drupal/commerce_license": "^3.0",
|
||||||
"drupal/commerce_license": "^2.x-dev@dev",
|
"drupal/commerce_pricelist": "^2.4",
|
||||||
"drupal/commerce_migrate": "^3.1",
|
"drupal/commerce_recurring": "^1.0@RC",
|
||||||
"drupal/commerce_monetico": "^1.0",
|
"drupal/commerce_stripe": "^1.1",
|
||||||
"drupal/commerce_pricelist": "^2.x-dev",
|
"drupal/commerce_variation_cart_form": "^1.4",
|
||||||
"drupal/commerce_recurring": "^1.x-dev",
|
"drupal/composer_deploy": "^1.7",
|
||||||
"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/content_sync": "^2.x-dev@dev",
|
"drupal/core-composer-scaffold": "9.5.9",
|
||||||
"drupal/core-composer-scaffold": "9.3.17",
|
"drupal/core-project-message": "9.5.9",
|
||||||
"drupal/core-project-message": "9.3.17",
|
"drupal/core-recommended": "9.5.9",
|
||||||
"drupal/core-recommended": "9.3.17",
|
"drupal/csv_serialization": "^3.0",
|
||||||
"drupal/ctools": "^3.6",
|
"drupal/ctools": "^4.0",
|
||||||
"drupal/debug_bar": "^1.4",
|
"drupal/devel": "^5.0",
|
||||||
"drupal/devel": "^4.1",
|
"drupal/devel_entity_updates": "^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.x-dev@dev",
|
"drupal/field_group": "^3.6",
|
||||||
"drupal/field_permissions": "^1.0",
|
"drupal/field_permissions": "^1.0",
|
||||||
"drupal/flag": "4.0-beta3",
|
"drupal/flag": "^4.0@beta",
|
||||||
"drupal/flag_lists": "4.0.0-beta9+16-dev",
|
"drupal/flag_lists": "^4.0@RC",
|
||||||
"drupal/flood_control": "^2.1",
|
"drupal/flood_control": "^2.3",
|
||||||
"drupal/gdpr": "^3.0@alpha",
|
"drupal/gdpr": "^3.1",
|
||||||
"drupal/genpass": "^1.x-dev",
|
"drupal/genpass": "^2.0",
|
||||||
"drupal/google_analytics": "^4.0",
|
"drupal/google_analytics": "^4.0",
|
||||||
"drupal/graphql": "^4.0",
|
"drupal/graphql": "^4.7",
|
||||||
"drupal/image_delta_formatter": "^1.x-dev",
|
"drupal/image_delta_formatter": "^1.2",
|
||||||
"drupal/image_effects": "^3.x-dev@dev",
|
"drupal/image_effects": "^3.4",
|
||||||
"drupal/js_cache_buster": "^1.0",
|
"drupal/js_cache_buster": "^1.0",
|
||||||
"drupal/jsonapi_extras": "^3.7",
|
"drupal/jsonapi_extras": "^3.21",
|
||||||
"drupal/jsonrpc": "^2.0",
|
"drupal/login_history": "^2.0",
|
||||||
"drupal/login_destination": "^2.x-dev@dev",
|
"drupal/login_tracker": "^2.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/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/pagerer": "^2.3",
|
||||||
"drupal/password_policy": "^3.0",
|
"drupal/password_policy": "^4.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": "^2.0",
|
"drupal/printable": "^3.1",
|
||||||
"drupal/profile": "1.x-dev@dev",
|
"drupal/pwa": "^2.1@beta",
|
||||||
"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": "^2.0",
|
"drupal/role_expire": "^3.0",
|
||||||
"drupal/rules": "3.x-dev@dev",
|
"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.0",
|
"drupal/search_api_solr": "^4.2",
|
||||||
"drupal/select_translation": "^1.x-dev",
|
"drupal/select_translation": "^2.0@alpha",
|
||||||
"drupal/session_limit": "^2.0@beta",
|
"drupal/session_limit": "^2.0@beta",
|
||||||
"drupal/simplenews": "3.x-dev@dev",
|
"drupal/simplenews": "^4.0",
|
||||||
"drupal/simplenews_mailjet_subscriptions": "1.x-dev@dev",
|
"drupal/simplenews_mailjet_subscriptions": "^1.3",
|
||||||
"drupal/social_media_links": "^2.8",
|
"drupal/social_media_links": "^2.8",
|
||||||
"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.0@alpha",
|
"drupal/symfony_mailer": "^1",
|
||||||
"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": "^1",
|
"drupal/term_reference_tree": "^2.0",
|
||||||
"drupal/translation_views": "1.x-dev@dev",
|
"drupal/translation_views": "1.x-dev@dev",
|
||||||
"drupal/ultimate_cron": "^2.x-dev",
|
"drupal/ultimate_cron": "^2.x-dev",
|
||||||
"drupal/unique_content_field_validation": "^1.0",
|
"drupal/unique_content_field_validation": "^1.1",
|
||||||
"drupal/url_to_video_filter": "^2.0",
|
"drupal/upgrade_status": "^4.3",
|
||||||
"drupal/user_csv_import": "^2.0",
|
"drupal/user_csv_import": "^2.0",
|
||||||
"drupal/user_email_verification": "^1.x-dev@dev",
|
"drupal/user_email_verification": "^1.2",
|
||||||
"drupal/vde_drush": "^2.0",
|
"drupal/user_history": "^1.0",
|
||||||
"drupal/views_conditional": "^1.x-dev",
|
"drupal/vde_drush": "^2.1",
|
||||||
|
"drupal/views_conditional": "^1.10",
|
||||||
"drupal/views_data_export": "^1.1",
|
"drupal/views_data_export": "^1.1",
|
||||||
"drupal/views_ef_fieldset": "^1.5",
|
|
||||||
"drupal/views_field_view": "1.x-dev@dev",
|
"drupal/views_field_view": "1.x-dev@dev",
|
||||||
"drupal/webform": "^6.0",
|
"drupal/webform": "^6.2",
|
||||||
"drupal/workflow": "^1.5",
|
"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",
|
||||||
"vlucas/phpdotenv": "^2.4",
|
"vlucas/phpdotenv": "^4.0",
|
||||||
"w8tcha/ckeditor_codemirror": "v1.17.8",
|
"w8tcha/ckeditor_codemirror": "v1.17.8",
|
||||||
"wa72/htmlpagedom": "1.3.*",
|
"wa72/htmlpagedom": "1.3.*",
|
||||||
"webflo/drupal-finder": "^1.0.0",
|
"webflo/drupal-finder": "^1.0.0",
|
||||||
@ -194,7 +176,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.3"
|
"php": "8.1"
|
||||||
},
|
},
|
||||||
"discard-changes": true,
|
"discard-changes": true,
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
@ -261,35 +243,21 @@
|
|||||||
"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"
|
||||||
|
},
|
||||||
"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/2020-08-26/pwa_icon_purpose-3165433-9.patch"
|
"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",
|
||||||
},
|
"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"
|
||||||
"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"
|
||||||
@ -297,18 +265,41 @@
|
|||||||
"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": {
|
||||||
"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",
|
"using mailjet module":"./patches/simplenews_mailjet_subscriptions__usingmailjetmodule#3.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": {
|
||||||
|
"invalid translation language https://github.com/drupal-graphql/graphql/pull/1176": "./patches/graphql-fix-invalid-translation-language-dev.patch"
|
||||||
|
},
|
||||||
|
"drupal/user_history": {
|
||||||
|
"init batch : field_storage_values misses type https://www.drupal.org/project/user_history/issues/3311360": "https://www.drupal.org/files/issues/2022-09-23/user_history__field_storage_values__miss__type.patch"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"archived-patches": {
|
||||||
|
"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/term_reference_tree": {
|
||||||
|
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2022-02-07/3064280_bring_back_tracklist-16.patch"
|
||||||
|
}
|
||||||
|
},
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
"locations": {
|
"locations": {
|
||||||
"web-root": "./web"
|
"web-root": "./web"
|
||||||
|
12526
composer.lock
generated
12526
composer.lock
generated
File diff suppressed because it is too large
Load Diff
4
config/devel/composer_deploy.settings.yml
Normal file
4
config/devel/composer_deploy.settings.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
_core:
|
||||||
|
default_config_hash: FDmXqAGlITLYpZe80ONLw6Y1KEMSvqcMJX1pj2dk6nw
|
||||||
|
prefixes:
|
||||||
|
- drupal
|
119
config/devel/entity_clone.cloneable_entities.yml
Normal file
119
config/devel/entity_clone.cloneable_entities.yml
Normal file
@ -0,0 +1,119 @@
|
|||||||
|
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_pricelist_item
|
||||||
|
- commerce_pricelist
|
||||||
|
- 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
|
||||||
|
- mailjet_event
|
||||||
|
- 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
|
||||||
|
- 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
|
||||||
|
- simplenews_subscriber_history
|
3
config/devel/upgrade_status.settings.yml
Normal file
3
config/devel/upgrade_status.settings.yml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
_core:
|
||||||
|
default_config_hash: BqkUHiXXGvu2L7NR_nblxtP6f03MdD16XSMWwVM0QEc
|
||||||
|
paths_per_scan: 30
|
@ -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/*/*"
|
paths: "/dummy-path-needed-until-core-issue-2930364-is-fixed\r\n/user/*/*\r\n/profile/*/*"
|
||||||
exclude_paths: /dummy-path-needed-until-core-issue-2930364-is-fixed
|
exclude_paths: /dummy-path-needed-until-core-issue-2930364-is-fixed
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
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
|
@ -1,6 +1,7 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: m2pxH8tc4KIlh127R5TYim65W7NBY9gpYQnIXlvDp0M
|
default_config_hash: m2pxH8tc4KIlh127R5TYim65W7NBY9gpYQnIXlvDp0M
|
||||||
langcode: fr
|
langcode: fr
|
||||||
|
enabled: true
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
max_timeout: 172800
|
max_timeout: 172800
|
||||||
padding: 120
|
padding: 120
|
||||||
@ -8,10 +9,12 @@ 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: 'Your session is about to expire. Do you want to reset it?'
|
message: 'We are about to log you out for inactivity. If we do, you will lose any unsaved work. Do you need more time?'
|
||||||
inactivity_message: ''
|
inactivity_message: ''
|
||||||
inactivity_message_type: status
|
inactivity_message_type: status
|
||||||
|
modal_width: 450
|
||||||
enforce_admin: false
|
enforce_admin: false
|
||||||
jstimer_format: '%hours%:%mins%:%secs%'
|
jstimer_format: '%hours%:%mins%:%secs%'
|
||||||
jstimer_js_load_option: false
|
jstimer_js_load_option: false
|
||||||
|
@ -2,8 +2,6 @@ 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
|
||||||
@ -17,23 +15,4 @@ settings:
|
|||||||
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: ''
|
|
||||||
|
@ -5,7 +5,6 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- commerce_checkout
|
- commerce_checkout
|
||||||
- commerce_product
|
- commerce_product
|
||||||
- context
|
|
||||||
theme:
|
theme:
|
||||||
- materiotheme
|
- materiotheme
|
||||||
id: checkoutprogress
|
id: checkoutprogress
|
||||||
@ -20,16 +19,6 @@ 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
|
||||||
|
@ -6,7 +6,6 @@ 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
|
||||||
@ -23,23 +22,4 @@ 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: ''
|
|
||||||
|
@ -3,7 +3,6 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- context
|
|
||||||
- materio_sapi
|
- materio_sapi
|
||||||
- system
|
- system
|
||||||
theme:
|
theme:
|
||||||
@ -20,27 +19,6 @@ 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
|
||||||
|
@ -3,7 +3,6 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- context
|
|
||||||
- simplenews
|
- simplenews
|
||||||
- user
|
- user
|
||||||
theme:
|
theme:
|
||||||
@ -16,7 +15,7 @@ provider: null
|
|||||||
plugin: simplenews_subscription_block
|
plugin: simplenews_subscription_block
|
||||||
settings:
|
settings:
|
||||||
id: simplenews_subscription_block
|
id: simplenews_subscription_block
|
||||||
label: 'Recevez notre newslettre mensuelle.'
|
label: 'Subscribe to our monthly newsletter.'
|
||||||
label_display: visible
|
label_display: visible
|
||||||
provider: simplenews
|
provider: simplenews
|
||||||
newsletters:
|
newsletters:
|
||||||
@ -27,25 +26,6 @@ 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
|
||||||
|
@ -3,7 +3,6 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- context
|
|
||||||
- social_media_links
|
- social_media_links
|
||||||
theme:
|
theme:
|
||||||
- materiotheme
|
- materiotheme
|
||||||
@ -127,23 +126,4 @@ 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: ''
|
|
||||||
|
@ -3,7 +3,6 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- context
|
|
||||||
- user
|
- user
|
||||||
theme:
|
theme:
|
||||||
- materiotheme
|
- materiotheme
|
||||||
@ -30,13 +29,3 @@ 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: ''
|
|
||||||
|
@ -3,7 +3,6 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- context
|
|
||||||
- user
|
- user
|
||||||
theme:
|
theme:
|
||||||
- materiotheme
|
- materiotheme
|
||||||
@ -18,23 +17,4 @@ 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: ''
|
|
||||||
|
22
config/sync/block.block.workflowtransitionform.yml
Normal file
22
config/sync/block.block.workflowtransitionform.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
uuid: 1fa04199-b67e-40fa-8a5b-5da044dc6b3b
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- workflow
|
||||||
|
theme:
|
||||||
|
- null
|
||||||
|
_core:
|
||||||
|
default_config_hash: Cs2l2qZ2r60qh0aD5hM7ePYviecEo81KvYpFMUgPP2k
|
||||||
|
id: workflowtransitionform
|
||||||
|
theme: null
|
||||||
|
region: ''
|
||||||
|
weight: -7
|
||||||
|
provider: workflow
|
||||||
|
plugin: workflow_transition_form_block
|
||||||
|
settings:
|
||||||
|
id: workflow_transition_form_block
|
||||||
|
label: 'Workflow Transition form'
|
||||||
|
label_display: visible
|
||||||
|
provider: workflow
|
||||||
|
visibility: { }
|
16
config/sync/commerce_email.commerce_email.order.yml
Normal file
16
config/sync/commerce_email.commerce_email.order.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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
|
@ -14,7 +14,7 @@ third_party_settings:
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: Q21JtNYYWL-eIfxaX1rm-NvSqPqdDymrDrN08f_QC7M
|
default_config_hash: Q21JtNYYWL-eIfxaX1rm-NvSqPqdDymrDrN08f_QC7M
|
||||||
id: recurring_product_variation
|
id: recurring_product_variation
|
||||||
label: 'Recurring (Product variation)'
|
label: 'Recurring (Product variation) DO NOT USE ME'
|
||||||
traits:
|
traits:
|
||||||
- commerce_license_order_item_type
|
- commerce_license_order_item_type
|
||||||
locked: true
|
locked: true
|
||||||
|
@ -2,13 +2,18 @@ uuid: 045671c1-aab5-4468-8178-c617dcea16a6
|
|||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_tax
|
||||||
enforced:
|
enforced:
|
||||||
module:
|
module:
|
||||||
- commerce_recurring
|
- commerce_recurring
|
||||||
|
third_party_settings:
|
||||||
|
commerce_tax:
|
||||||
|
taxable_type: physical_goods
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: iFZgD_z6PSZqyLy65J_OLjA_nnGu-lvKxgPr0BNiCCI
|
default_config_hash: iFZgD_z6PSZqyLy65J_OLjA_nnGu-lvKxgPr0BNiCCI
|
||||||
id: recurring_standalone
|
id: recurring_standalone
|
||||||
label: 'Recurring (Standalone)'
|
label: 'Recurring (Standalone) DO NOT USE ME'
|
||||||
traits: { }
|
traits: { }
|
||||||
locked: true
|
locked: true
|
||||||
purchasableEntityType: ''
|
purchasableEntityType: ''
|
||||||
|
@ -3,10 +3,12 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
id: materio_product_type
|
id: materio_product_type
|
||||||
label: 'materio product type'
|
label: 'materio product type (do not use me)'
|
||||||
traits: { }
|
traits: { }
|
||||||
locked: false
|
locked: false
|
||||||
description: ''
|
description: ''
|
||||||
variationType: materio_product_variation_type
|
variationType: materio_product_variation_type
|
||||||
|
variationTypes:
|
||||||
|
- materio_product_variation_type
|
||||||
multipleVariations: true
|
multipleVariations: true
|
||||||
injectVariationFields: true
|
injectVariationFields: true
|
||||||
|
@ -13,7 +13,7 @@ third_party_settings:
|
|||||||
interval: '1'
|
interval: '1'
|
||||||
period: month
|
period: month
|
||||||
id: materio_product_licence_variatio
|
id: materio_product_licence_variatio
|
||||||
label: 'materio product licence variation type'
|
label: 'materio product licence nosub variation type'
|
||||||
traits:
|
traits:
|
||||||
- commerce_license
|
- commerce_license
|
||||||
locked: false
|
locked: false
|
||||||
|
@ -8,14 +8,12 @@ displayLabel: Annual
|
|||||||
billingType: prepaid
|
billingType: prepaid
|
||||||
retrySchedule:
|
retrySchedule:
|
||||||
- 1
|
- 1
|
||||||
- 3
|
|
||||||
- 5
|
|
||||||
unpaidSubscriptionState: canceled
|
unpaidSubscriptionState: canceled
|
||||||
plugin: rolling
|
plugin: rolling
|
||||||
configuration:
|
configuration:
|
||||||
trial_interval: { }
|
trial_interval: { }
|
||||||
interval:
|
interval:
|
||||||
number: 1
|
number: 1
|
||||||
unit: year
|
unit: month
|
||||||
prorater: full_price
|
prorater: full_price
|
||||||
proraterConfiguration: { }
|
proraterConfiguration: { }
|
||||||
|
@ -1,17 +1,18 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
|
default_config_hash: IullHNodatpZ32WixustQwIfzdZVNNBx8cz0-RYLSa8
|
||||||
langcode: fr
|
langcode: fr
|
||||||
|
mode: simple
|
||||||
ignored_config_entities:
|
ignored_config_entities:
|
||||||
- system.performance
|
|
||||||
- devel.settings
|
- devel.settings
|
||||||
- piwik.settings
|
|
||||||
- 'flag.flag.*'
|
- 'flag.flag.*'
|
||||||
|
- piwik.settings
|
||||||
- 'system.action.flag_action.*'
|
- 'system.action.flag_action.*'
|
||||||
|
- system.performance
|
||||||
- ~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
|
||||||
|
@ -7,9 +7,11 @@ 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
|
||||||
@ -17,6 +19,7 @@ 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: { }
|
||||||
|
@ -7,6 +7,7 @@ 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:
|
||||||
|
@ -7,6 +7,7 @@ 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:
|
||||||
|
@ -35,4 +35,9 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
include_locked: true
|
include_locked: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
translation:
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
hidden: { }
|
hidden: { }
|
||||||
|
@ -0,0 +1,35 @@
|
|||||||
|
uuid: 0d6fcab7-f639-4dbc-a0d2-bc0e0a45dd76
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce
|
||||||
|
- commerce_license
|
||||||
|
id: commerce_license.role.default
|
||||||
|
targetEntityType: commerce_license
|
||||||
|
bundle: role
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
product_variation:
|
||||||
|
type: options_select
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
state:
|
||||||
|
type: options_select
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
uid:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
@ -35,6 +35,16 @@ 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
|
||||||
@ -47,6 +57,7 @@ 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
|
||||||
|
@ -34,6 +34,16 @@ 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
|
||||||
@ -63,6 +73,7 @@ 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
|
||||||
|
@ -29,6 +29,16 @@ 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
|
||||||
@ -48,6 +58,7 @@ 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
|
||||||
|
@ -16,15 +16,9 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
quantity:
|
|
||||||
type: number
|
|
||||||
weight: 1
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
hidden:
|
||||||
adjustments: true
|
adjustments: true
|
||||||
created: true
|
created: true
|
||||||
license: true
|
license: true
|
||||||
|
quantity: true
|
||||||
unit_price: true
|
unit_price: true
|
||||||
|
@ -1,51 +0,0 @@
|
|||||||
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
|
|
@ -65,11 +65,12 @@ third_party_settings:
|
|||||||
region: content
|
region: content
|
||||||
parent_name: ''
|
parent_name: ''
|
||||||
weight: 2
|
weight: 2
|
||||||
format_type: tab
|
format_type: details
|
||||||
format_settings:
|
format_settings:
|
||||||
classes: ''
|
classes: ''
|
||||||
|
show_empty_fields: false
|
||||||
id: ''
|
id: ''
|
||||||
formatter: closed
|
open: true
|
||||||
description: ''
|
description: ''
|
||||||
required_fields: true
|
required_fields: true
|
||||||
group_contents:
|
group_contents:
|
||||||
@ -187,7 +188,7 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 100
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
|
@ -0,0 +1,25 @@
|
|||||||
|
uuid: 82cfb3bb-2c59-4e94-87c2-7ed3fef7d903
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.user_history.user_history.changed
|
||||||
|
- field.field.user_history.user_history.field_company
|
||||||
|
- field.field.user_history.user_history.field_member_type
|
||||||
|
- field.field.user_history.user_history.field_memo
|
||||||
|
- field.field.user_history.user_history.field_showroom
|
||||||
|
module:
|
||||||
|
- user_history
|
||||||
|
_core:
|
||||||
|
default_config_hash: t3pk9G7B-islTarIf5Vn3hst8iT4ymFv2xZC3Pk8s3I
|
||||||
|
id: user_history.user_history.default
|
||||||
|
targetEntityType: user_history
|
||||||
|
bundle: user_history
|
||||||
|
mode: default
|
||||||
|
content: { }
|
||||||
|
hidden:
|
||||||
|
changed: true
|
||||||
|
field_company: true
|
||||||
|
field_member_type: true
|
||||||
|
field_memo: true
|
||||||
|
field_showroom: true
|
@ -1,15 +0,0 @@
|
|||||||
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
|
|
@ -0,0 +1,47 @@
|
|||||||
|
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
|
@ -71,3 +71,4 @@ hidden:
|
|||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
sku: true
|
sku: true
|
||||||
subscription_type: true
|
subscription_type: true
|
||||||
|
synonyms: true
|
||||||
|
@ -0,0 +1,53 @@
|
|||||||
|
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
|
@ -0,0 +1,176 @@
|
|||||||
|
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: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
ends:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: short
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
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: ''
|
||||||
|
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: ''
|
||||||
|
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: ''
|
||||||
|
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: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
trial_starts:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: short
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
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
|
@ -3,6 +3,7 @@ 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
|
||||||
@ -10,33 +11,59 @@ 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: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
ends:
|
ends:
|
||||||
type: timestamp
|
type: timestamp
|
||||||
label: inline
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
|
||||||
timezone: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
next_renewal:
|
|
||||||
type: timestamp
|
|
||||||
label: inline
|
|
||||||
settings:
|
|
||||||
date_format: medium
|
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
|
initial_order:
|
||||||
|
type: subscription_orders
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view: commerce_subscription_initial_order_admin
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
next_renewal:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: short
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 13
|
||||||
|
region: content
|
||||||
orders:
|
orders:
|
||||||
type: subscription_orders
|
type: subscription_orders
|
||||||
label: hidden
|
label: above
|
||||||
settings:
|
settings:
|
||||||
view: commerce_subscription_orders_admin
|
view: commerce_subscription_orders_admin
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
payment_method:
|
payment_method:
|
||||||
type: entity_reference_entity_view
|
type: entity_reference_entity_view
|
||||||
@ -45,65 +72,115 @@ content:
|
|||||||
view_mode: default
|
view_mode: default
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 7
|
weight: 14
|
||||||
|
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: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 5
|
weight: 9
|
||||||
|
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: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 5
|
||||||
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: 8
|
weight: 16
|
||||||
|
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: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
trial_starts:
|
trial_starts:
|
||||||
type: timestamp
|
type: timestamp
|
||||||
label: inline
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 3
|
||||||
|
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
|
|
||||||
|
@ -3,6 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- commerce_price
|
||||||
- commerce_recurring
|
- commerce_recurring
|
||||||
- options
|
- options
|
||||||
id: commerce_subscription.standalone.default
|
id: commerce_subscription.standalone.default
|
||||||
@ -10,33 +11,59 @@ targetEntityType: commerce_subscription
|
|||||||
bundle: standalone
|
bundle: standalone
|
||||||
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: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
ends:
|
ends:
|
||||||
type: timestamp
|
type: timestamp
|
||||||
label: inline
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 4
|
weight: 7
|
||||||
|
region: content
|
||||||
|
initial_order:
|
||||||
|
type: subscription_orders
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view: commerce_subscription_initial_order_admin
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
next_renewal:
|
next_renewal:
|
||||||
type: timestamp
|
type: timestamp
|
||||||
label: inline
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 6
|
weight: 14
|
||||||
region: content
|
region: content
|
||||||
orders:
|
orders:
|
||||||
type: subscription_orders
|
type: subscription_orders
|
||||||
label: hidden
|
label: above
|
||||||
settings:
|
settings:
|
||||||
view: commerce_subscription_orders_admin
|
view: commerce_subscription_orders_admin
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
payment_method:
|
payment_method:
|
||||||
type: entity_reference_entity_view
|
type: entity_reference_entity_view
|
||||||
@ -45,64 +72,107 @@ content:
|
|||||||
view_mode: default
|
view_mode: default
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 7
|
weight: 12
|
||||||
|
region: content
|
||||||
|
quantity:
|
||||||
|
type: number_decimal
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
decimal_separator: .
|
||||||
|
scale: 2
|
||||||
|
prefix_suffix: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
renewed:
|
renewed:
|
||||||
type: timestamp
|
type: timestamp
|
||||||
label: inline
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 5
|
weight: 13
|
||||||
|
region: content
|
||||||
|
scheduled_changes:
|
||||||
|
type: commerce_scheduled_change_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 16
|
||||||
region: content
|
region: content
|
||||||
starts:
|
starts:
|
||||||
type: timestamp
|
type: timestamp
|
||||||
label: inline
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 6
|
||||||
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: 0
|
||||||
|
region: content
|
||||||
|
store_id:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link: false
|
||||||
|
third_party_settings: { }
|
||||||
weight: 8
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
trial_ends:
|
trial_ends:
|
||||||
type: timestamp
|
type: timestamp
|
||||||
label: inline
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
trial_starts:
|
trial_starts:
|
||||||
type: timestamp
|
type: timestamp
|
||||||
label: inline
|
label: inline
|
||||||
settings:
|
settings:
|
||||||
date_format: medium
|
date_format: short
|
||||||
custom_date_format: ''
|
custom_date_format: ''
|
||||||
timezone: ''
|
timezone: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 4
|
||||||
|
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: above
|
||||||
|
settings:
|
||||||
|
strip_trailing_zeroes: false
|
||||||
|
currency_display: symbol
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 11
|
||||||
|
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
|
|
||||||
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
|
|
||||||
|
@ -118,6 +118,8 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
image_link: ''
|
image_link: ''
|
||||||
image_style: ''
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 105
|
weight: 105
|
||||||
region: content
|
region: content
|
||||||
|
@ -118,6 +118,8 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
image_link: ''
|
image_link: ''
|
||||||
image_style: ''
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 105
|
weight: 105
|
||||||
region: content
|
region: content
|
||||||
|
@ -90,6 +90,8 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
image_link: ''
|
image_link: ''
|
||||||
image_style: ''
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 7
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
|
@ -60,6 +60,8 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
image_link: ''
|
image_link: ''
|
||||||
image_style: card_full
|
image_style: card_full
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
|
@ -60,6 +60,8 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
image_link: ''
|
image_link: ''
|
||||||
image_style: ''
|
image_style: ''
|
||||||
|
image_loading:
|
||||||
|
attribute: lazy
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 5
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
|
@ -53,7 +53,7 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
deltas: '0'
|
deltas: '0'
|
||||||
image_style: home_showroom
|
image_style: home_showroom
|
||||||
image_link: content
|
image_link: ''
|
||||||
deltas_reversed: 0
|
deltas_reversed: 0
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
|
@ -0,0 +1,209 @@
|
|||||||
|
uuid: 6159fee5-dea5-4c37-877e-f1d81222e4ef
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.user_history.user_history.changed
|
||||||
|
- field.field.user_history.user_history.field_company
|
||||||
|
- field.field.user_history.user_history.field_member_type
|
||||||
|
- field.field.user_history.user_history.field_memo
|
||||||
|
- field.field.user_history.user_history.field_showroom
|
||||||
|
module:
|
||||||
|
- user_history
|
||||||
|
_core:
|
||||||
|
default_config_hash: rLJ2KvmgjOrIys0VR2ZOuqVSmnAVAyUM4XfjaFEOBNg
|
||||||
|
id: user_history.user_history.default
|
||||||
|
targetEntityType: user_history
|
||||||
|
bundle: user_history
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
action:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
created:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
difference:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 20
|
||||||
|
region: content
|
||||||
|
label:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
modified_by:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
user_access:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 14
|
||||||
|
region: content
|
||||||
|
user_changed:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 13
|
||||||
|
region: content
|
||||||
|
user_created:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 12
|
||||||
|
region: content
|
||||||
|
user_deleted:
|
||||||
|
type: boolean
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
format: yes-no
|
||||||
|
format_custom_false: ''
|
||||||
|
format_custom_true: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
user_id:
|
||||||
|
type: entity_reference_entity_id
|
||||||
|
label: inline
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
user_init:
|
||||||
|
type: basic_string
|
||||||
|
label: inline
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 16
|
||||||
|
region: content
|
||||||
|
user_langcode:
|
||||||
|
type: language
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
native_language: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 17
|
||||||
|
region: content
|
||||||
|
user_login:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 15
|
||||||
|
region: content
|
||||||
|
user_mail:
|
||||||
|
type: basic_string
|
||||||
|
label: inline
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
user_name:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
user_pass:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
user_preferred_admin_langcode:
|
||||||
|
type: language
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
native_language: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 19
|
||||||
|
region: content
|
||||||
|
user_preferred_langcode:
|
||||||
|
type: language
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
native_language: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 18
|
||||||
|
region: content
|
||||||
|
user_roles:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 11
|
||||||
|
region: content
|
||||||
|
user_status:
|
||||||
|
type: boolean
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
format: custom
|
||||||
|
format_custom_false: Blocked
|
||||||
|
format_custom_true: Active
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
user_timezone:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
changed: true
|
||||||
|
field_company: true
|
||||||
|
field_member_type: true
|
||||||
|
field_memo: true
|
||||||
|
field_showroom: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
synonyms: true
|
@ -0,0 +1,131 @@
|
|||||||
|
uuid: 91bdd6bf-d214-41c1-9731-f4c5972062a6
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.entity_view_mode.user_history.tab
|
||||||
|
- field.field.user_history.user_history.changed
|
||||||
|
- field.field.user_history.user_history.field_company
|
||||||
|
- field.field.user_history.user_history.field_member_type
|
||||||
|
- field.field.user_history.user_history.field_memo
|
||||||
|
- field.field.user_history.user_history.field_showroom
|
||||||
|
module:
|
||||||
|
- user_history
|
||||||
|
_core:
|
||||||
|
default_config_hash: 9xmWD-ipJmTwO8v1QpZ37pO4vsMRUJAhpdiMYtViG5c
|
||||||
|
id: user_history.user_history.tab
|
||||||
|
targetEntityType: user_history
|
||||||
|
bundle: user_history
|
||||||
|
mode: tab
|
||||||
|
content:
|
||||||
|
action:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
created:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
difference:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 20
|
||||||
|
region: content
|
||||||
|
label:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
modified_by:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
user_login:
|
||||||
|
type: timestamp
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
date_format: medium
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
user_mail:
|
||||||
|
type: basic_string
|
||||||
|
label: inline
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
|
user_name:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
user_roles:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
user_status:
|
||||||
|
type: boolean
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
format: custom
|
||||||
|
format_custom_false: Blocked
|
||||||
|
format_custom_true: Active
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
user_timezone:
|
||||||
|
type: string
|
||||||
|
label: inline
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
changed: true
|
||||||
|
field_company: true
|
||||||
|
field_member_type: true
|
||||||
|
field_memo: true
|
||||||
|
field_showroom: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
synonyms: true
|
||||||
|
user_access: true
|
||||||
|
user_changed: true
|
||||||
|
user_created: true
|
||||||
|
user_deleted: true
|
||||||
|
user_id: true
|
||||||
|
user_init: true
|
||||||
|
user_langcode: true
|
||||||
|
user_pass: true
|
||||||
|
user_preferred_admin_langcode: true
|
||||||
|
user_preferred_langcode: true
|
@ -0,0 +1,10 @@
|
|||||||
|
uuid: 50bdc3ae-52ad-43b7-a3d0-234d3d35e398
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- commerce_product
|
||||||
|
id: commerce_product_variation.tableau_admin
|
||||||
|
label: 'tableau admin'
|
||||||
|
targetEntityType: commerce_product_variation
|
||||||
|
cache: true
|
12
config/sync/core.entity_view_mode.user_history.tab.yml
Normal file
12
config/sync/core.entity_view_mode.user_history.tab.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
uuid: 1a23be2d-497b-4722-a873-8d33fbd3954e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- user_history
|
||||||
|
_core:
|
||||||
|
default_config_hash: ggnLfDKZKWq9-z6LNunoyDsOtcsUSIo0imn2QXKJIbw
|
||||||
|
id: user_history.tab
|
||||||
|
label: 'User profile tab'
|
||||||
|
targetEntityType: user_history
|
||||||
|
cache: true
|
@ -25,11 +25,8 @@ module:
|
|||||||
breakpoint: 0
|
breakpoint: 0
|
||||||
bulkdelete: 0
|
bulkdelete: 0
|
||||||
checklistapi: 0
|
checklistapi: 0
|
||||||
ckeditor: 0
|
ckeditor5: 0
|
||||||
ckeditor_codemirror: 0
|
color: 0
|
||||||
ckeditor_font: 0
|
|
||||||
ckeditor_uploadimage: 0
|
|
||||||
colorbutton: 0
|
|
||||||
commerce: 0
|
commerce: 0
|
||||||
commerce_cart: 0
|
commerce_cart: 0
|
||||||
commerce_cart_api: 0
|
commerce_cart_api: 0
|
||||||
@ -41,7 +38,6 @@ module:
|
|||||||
commerce_order: 0
|
commerce_order: 0
|
||||||
commerce_payment: 0
|
commerce_payment: 0
|
||||||
commerce_price: 0
|
commerce_price: 0
|
||||||
commerce_pricelist: 0
|
|
||||||
commerce_product: 0
|
commerce_product: 0
|
||||||
commerce_promotion: 0
|
commerce_promotion: 0
|
||||||
commerce_recurring: 0
|
commerce_recurring: 0
|
||||||
@ -117,13 +113,16 @@ module:
|
|||||||
jquery_ui_button: 0
|
jquery_ui_button: 0
|
||||||
jquery_ui_checkboxradio: 0
|
jquery_ui_checkboxradio: 0
|
||||||
jquery_ui_controlgroup: 0
|
jquery_ui_controlgroup: 0
|
||||||
|
jquery_ui_datepicker: 0
|
||||||
jquery_ui_slider: 0
|
jquery_ui_slider: 0
|
||||||
|
jquery_ui_touch_punch: 0
|
||||||
js_cache_buster: 0
|
js_cache_buster: 0
|
||||||
jsonapi: 0
|
jsonapi: 0
|
||||||
jsonapi_extras: 0
|
jsonapi_extras: 0
|
||||||
language: 0
|
language: 0
|
||||||
link: 0
|
link: 0
|
||||||
link_attributes: 0
|
link_attributes: 0
|
||||||
|
link_attributes_menu_link_content: 0
|
||||||
linkit: 0
|
linkit: 0
|
||||||
locale: 0
|
locale: 0
|
||||||
login_history: 0
|
login_history: 0
|
||||||
@ -150,11 +149,11 @@ module:
|
|||||||
menu_ui: 0
|
menu_ui: 0
|
||||||
message: 0
|
message: 0
|
||||||
modules_weight: 0
|
modules_weight: 0
|
||||||
|
mysql: 0
|
||||||
node: 0
|
node: 0
|
||||||
options: 0
|
options: 0
|
||||||
page_cache: 0
|
page_cache: 0
|
||||||
pagerer: 0
|
pagerer: 0
|
||||||
panelbutton: 0
|
|
||||||
path: 0
|
path: 0
|
||||||
path_alias: 0
|
path_alias: 0
|
||||||
path_alias_xt: 0
|
path_alias_xt: 0
|
||||||
@ -167,7 +166,7 @@ module:
|
|||||||
profile: 0
|
profile: 0
|
||||||
pwa: 0
|
pwa: 0
|
||||||
pwa_extras: 0
|
pwa_extras: 0
|
||||||
recurring_period: 0
|
pwa_service_worker: 0
|
||||||
redirect: 0
|
redirect: 0
|
||||||
redis: 0
|
redis: 0
|
||||||
responsive_image: 0
|
responsive_image: 0
|
||||||
@ -191,10 +190,8 @@ module:
|
|||||||
sophron: 0
|
sophron: 0
|
||||||
state_machine: 0
|
state_machine: 0
|
||||||
string_translation_ui: 0
|
string_translation_ui: 0
|
||||||
strings_i18n_json_export: 0
|
|
||||||
structure_sync: 0
|
structure_sync: 0
|
||||||
symfony_mailer: 0
|
symfony_mailer: 0
|
||||||
symfony_mailer_bc: 0
|
|
||||||
synonyms: 0
|
synonyms: 0
|
||||||
synonyms_autocomplete: 0
|
synonyms_autocomplete: 0
|
||||||
synonyms_list_field: 0
|
synonyms_list_field: 0
|
||||||
@ -216,18 +213,16 @@ module:
|
|||||||
typed_data: 0
|
typed_data: 0
|
||||||
ultimate_cron: 0
|
ultimate_cron: 0
|
||||||
unique_content_field_validation: 0
|
unique_content_field_validation: 0
|
||||||
url_to_video_filter: 0
|
|
||||||
user: 0
|
user: 0
|
||||||
user_csv_import: 0
|
user_csv_import: 0
|
||||||
user_email_verification: 0
|
user_email_verification: 0
|
||||||
|
user_history: 0
|
||||||
vde_drush: 0
|
vde_drush: 0
|
||||||
video_embed_field: 0
|
video_embed_field: 0
|
||||||
video_embed_wysiwyg: 0
|
|
||||||
views_bulk_edit: 0
|
views_bulk_edit: 0
|
||||||
views_bulk_operations: 0
|
views_bulk_operations: 0
|
||||||
views_conditional: 0
|
views_conditional: 0
|
||||||
views_data_export: 0
|
views_data_export: 0
|
||||||
views_ef_fieldset: 0
|
|
||||||
views_field_view: 0
|
views_field_view: 0
|
||||||
vue_link_formatter: 0
|
vue_link_formatter: 0
|
||||||
webform: 0
|
webform: 0
|
||||||
|
@ -67,3 +67,21 @@ definitions:
|
|||||||
weight: -46
|
weight: -46
|
||||||
expanded: false
|
expanded: false
|
||||||
enabled: true
|
enabled: true
|
||||||
|
editors_menus__contents:
|
||||||
|
menu_name: editors
|
||||||
|
parent: ''
|
||||||
|
weight: -50
|
||||||
|
expanded: false
|
||||||
|
enabled: true
|
||||||
|
editors_menus__users:
|
||||||
|
menu_name: editors
|
||||||
|
parent: ''
|
||||||
|
weight: -46
|
||||||
|
expanded: false
|
||||||
|
enabled: true
|
||||||
|
editors_menus__commerce:
|
||||||
|
menu_name: editors
|
||||||
|
parent: ''
|
||||||
|
weight: -45
|
||||||
|
expanded: false
|
||||||
|
enabled: true
|
||||||
|
@ -1,99 +1,56 @@
|
|||||||
uuid: ea629e5d-5d2a-4851-9587-c90de9fafa5f
|
uuid: 56efc351-aaf7-4d9f-b10f-69884d689462
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- filter.format.full_html
|
- filter.format.full_html
|
||||||
module:
|
module:
|
||||||
- ckeditor
|
- ckeditor5
|
||||||
format: full_html
|
format: full_html
|
||||||
editor: ckeditor
|
editor: ckeditor5
|
||||||
settings:
|
settings:
|
||||||
toolbar:
|
toolbar:
|
||||||
rows:
|
items:
|
||||||
-
|
- heading
|
||||||
-
|
- underline
|
||||||
name: Formats
|
- strikethrough
|
||||||
items:
|
- bold
|
||||||
- Format
|
- italic
|
||||||
- Styles
|
- blockQuote
|
||||||
- Underline
|
- link
|
||||||
- Strike
|
- bulletedList
|
||||||
- Bold
|
- numberedList
|
||||||
- Italic
|
- drupalInsertImage
|
||||||
- Blockquote
|
- sourceEditing
|
||||||
-
|
- alignment
|
||||||
name: color
|
|
||||||
items:
|
|
||||||
- TextColor
|
|
||||||
- BGColor
|
|
||||||
-
|
|
||||||
name: Liens
|
|
||||||
items:
|
|
||||||
- DrupalLink
|
|
||||||
- DrupalUnlink
|
|
||||||
-
|
|
||||||
name: Listes
|
|
||||||
items:
|
|
||||||
- BulletedList
|
|
||||||
- NumberedList
|
|
||||||
-
|
|
||||||
name: Média
|
|
||||||
items:
|
|
||||||
- DrupalImage
|
|
||||||
-
|
|
||||||
name: Outils
|
|
||||||
items:
|
|
||||||
- Source
|
|
||||||
-
|
|
||||||
name: align
|
|
||||||
items:
|
|
||||||
- JustifyLeft
|
|
||||||
- JustifyCenter
|
|
||||||
- JustifyRight
|
|
||||||
- JustifyBlock
|
|
||||||
plugins:
|
plugins:
|
||||||
drupallink:
|
ckeditor5_heading:
|
||||||
linkit_enabled: true
|
enabled_headings:
|
||||||
linkit_profile: default
|
- heading2
|
||||||
stylescombo:
|
- heading3
|
||||||
styles: ''
|
- heading4
|
||||||
language:
|
- heading5
|
||||||
language_list: un
|
- heading6
|
||||||
codemirror:
|
ckeditor5_sourceEditing:
|
||||||
enable: true
|
allowed_tags: { }
|
||||||
mode: htmlmixed
|
ckeditor5_list:
|
||||||
theme: monokai
|
reversed: true
|
||||||
startupMode: wysiwyg
|
startIndex: true
|
||||||
options:
|
ckeditor5_alignment:
|
||||||
lineNumbers: true
|
enabled_alignments:
|
||||||
lineWrapping: true
|
- left
|
||||||
matchBrackets: true
|
- center
|
||||||
autoCloseTags: true
|
- right
|
||||||
autoCloseBrackets: true
|
- justify
|
||||||
enableSearchTools: true
|
ckeditor5_imageResize:
|
||||||
enableCodeFolding: true
|
allow_resize: true
|
||||||
enableCodeFormatting: true
|
editor_advanced_link_link:
|
||||||
autoFormatOnStart: true
|
enabled_attributes: { }
|
||||||
autoFormatOnModeChange: true
|
|
||||||
autoFormatOnUncomment: true
|
|
||||||
font:
|
|
||||||
font_names: ''
|
|
||||||
font_sizes: ''
|
|
||||||
colorbutton:
|
|
||||||
colors: ''
|
|
||||||
video_embed:
|
|
||||||
defaults:
|
|
||||||
children:
|
|
||||||
autoplay: false
|
|
||||||
responsive: true
|
|
||||||
width: '854'
|
|
||||||
height: '480'
|
|
||||||
image_upload:
|
image_upload:
|
||||||
status: true
|
status: true
|
||||||
scheme: public
|
scheme: public
|
||||||
directory: inline-images
|
directory: inline-images
|
||||||
max_size: ''
|
max_size: ''
|
||||||
max_dimensions:
|
max_dimensions:
|
||||||
width: null
|
width: 0
|
||||||
height: null
|
height: 0
|
||||||
|
47
config/sync/editor.editor.webform_default.yml
Normal file
47
config/sync/editor.editor.webform_default.yml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
uuid: 829826f2-8ada-4e71-9261-7e63566fc10f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- filter.format.webform_default
|
||||||
|
module:
|
||||||
|
- ckeditor5
|
||||||
|
format: webform_default
|
||||||
|
editor: ckeditor5
|
||||||
|
settings:
|
||||||
|
toolbar:
|
||||||
|
items:
|
||||||
|
- heading
|
||||||
|
- '|'
|
||||||
|
- bold
|
||||||
|
- italic
|
||||||
|
- subscript
|
||||||
|
- superscript
|
||||||
|
- '|'
|
||||||
|
- specialCharacters
|
||||||
|
- '|'
|
||||||
|
- numberedList
|
||||||
|
- bulletedList
|
||||||
|
- '|'
|
||||||
|
- link
|
||||||
|
- '|'
|
||||||
|
- indent
|
||||||
|
- outdent
|
||||||
|
- '|'
|
||||||
|
- blockQuote
|
||||||
|
- '|'
|
||||||
|
- sourceEditing
|
||||||
|
plugins:
|
||||||
|
ckeditor5_heading:
|
||||||
|
enabled_headings:
|
||||||
|
- heading2
|
||||||
|
- heading3
|
||||||
|
- heading4
|
||||||
|
- heading5
|
||||||
|
- heading6
|
||||||
|
ckeditor5_list:
|
||||||
|
reversed: true
|
||||||
|
startIndex: true
|
||||||
|
ckeditor5_sourceEditing:
|
||||||
|
allowed_tags: { }
|
||||||
|
image_upload: { }
|
@ -1,99 +1,41 @@
|
|||||||
uuid: 3ee84454-2996-4dd0-85cb-037da45a7137
|
uuid: a786d05f-0af2-4ceb-a899-ae15d35f7cc1
|
||||||
langcode: fr
|
langcode: fr
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- filter.format.wysiwyg
|
- filter.format.wysiwyg
|
||||||
module:
|
module:
|
||||||
- ckeditor
|
- ckeditor5
|
||||||
_core:
|
|
||||||
default_config_hash: 45tCDsVx8RKDcrtyfVeP88jcBXzIxLtadjP2kF_DIjs
|
|
||||||
format: wysiwyg
|
format: wysiwyg
|
||||||
editor: ckeditor
|
editor: ckeditor5
|
||||||
settings:
|
settings:
|
||||||
toolbar:
|
toolbar:
|
||||||
rows:
|
items:
|
||||||
-
|
- bold
|
||||||
-
|
- italic
|
||||||
name: Formats
|
- underline
|
||||||
items:
|
- specialCharacters
|
||||||
- Styles
|
- link
|
||||||
- Bold
|
- bulletedList
|
||||||
- Italic
|
- numberedList
|
||||||
- Underline
|
- blockQuote
|
||||||
-
|
- drupalInsertImage
|
||||||
name: misc
|
- sourceEditing
|
||||||
items:
|
|
||||||
- SpecialChar
|
|
||||||
-
|
|
||||||
name: Liens
|
|
||||||
items:
|
|
||||||
- DrupalLink
|
|
||||||
- DrupalUnlink
|
|
||||||
-
|
|
||||||
name: Listes
|
|
||||||
items:
|
|
||||||
- BulletedList
|
|
||||||
- NumberedList
|
|
||||||
-
|
|
||||||
name: Média
|
|
||||||
items:
|
|
||||||
- Blockquote
|
|
||||||
- DrupalImage
|
|
||||||
-
|
|
||||||
name: Outils
|
|
||||||
items:
|
|
||||||
- Source
|
|
||||||
-
|
|
||||||
name: Copy/Paste
|
|
||||||
items:
|
|
||||||
- Copy
|
|
||||||
- Cut
|
|
||||||
- Paste
|
|
||||||
- PasteText
|
|
||||||
- PasteFromWord
|
|
||||||
plugins:
|
plugins:
|
||||||
drupallink:
|
ckeditor5_sourceEditing:
|
||||||
linkit_enabled: true
|
allowed_tags: { }
|
||||||
linkit_profile: default
|
ckeditor5_list:
|
||||||
stylescombo:
|
reversed: true
|
||||||
styles: h4.inter-titre|Inter-titre
|
startIndex: true
|
||||||
language:
|
ckeditor5_imageResize:
|
||||||
language_list: un
|
allow_resize: true
|
||||||
codemirror:
|
editor_advanced_link_link:
|
||||||
enable: true
|
enabled_attributes: { }
|
||||||
mode: htmlmixed
|
|
||||||
theme: monokai
|
|
||||||
startupMode: wysiwyg
|
|
||||||
options:
|
|
||||||
lineNumbers: true
|
|
||||||
lineWrapping: true
|
|
||||||
matchBrackets: true
|
|
||||||
autoCloseTags: true
|
|
||||||
autoCloseBrackets: true
|
|
||||||
enableSearchTools: true
|
|
||||||
enableCodeFolding: true
|
|
||||||
enableCodeFormatting: true
|
|
||||||
autoFormatOnStart: true
|
|
||||||
autoFormatOnModeChange: true
|
|
||||||
autoFormatOnUncomment: true
|
|
||||||
font:
|
|
||||||
font_names: ''
|
|
||||||
font_sizes: ''
|
|
||||||
colorbutton:
|
|
||||||
colors: ''
|
|
||||||
video_embed:
|
|
||||||
defaults:
|
|
||||||
children:
|
|
||||||
autoplay: true
|
|
||||||
responsive: true
|
|
||||||
width: '854'
|
|
||||||
height: '480'
|
|
||||||
image_upload:
|
image_upload:
|
||||||
status: true
|
status: true
|
||||||
scheme: public
|
scheme: public
|
||||||
directory: wysiwyg-images
|
directory: inline-images
|
||||||
max_size: ''
|
max_size: ''
|
||||||
max_dimensions:
|
max_dimensions:
|
||||||
width: null
|
width: 0
|
||||||
height: null
|
height: 0
|
||||||
|
@ -2,3 +2,4 @@ _core:
|
|||||||
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
|
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
|
||||||
langcode: fr
|
langcode: fr
|
||||||
login_with_username: false
|
login_with_username: false
|
||||||
|
require_username_on_registration: false
|
||||||
|
@ -75,3 +75,7 @@ cookie_value_disagreed: '0'
|
|||||||
cookie_value_agreed_show_thank_you: '1'
|
cookie_value_agreed_show_thank_you: '1'
|
||||||
cookie_value_agreed: '2'
|
cookie_value_agreed: '2'
|
||||||
accessibility_focus: false
|
accessibility_focus: false
|
||||||
|
close_button_action: close_banner
|
||||||
|
reject_button_label: ''
|
||||||
|
reject_button_enabled: false
|
||||||
|
close_button_enabled: false
|
||||||
|
@ -18,4 +18,4 @@ translatable: false
|
|||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: null
|
default_value_callback: null
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: 'commerce_plugin_item:recurring_period'
|
field_type: 'commerce_plugin_item:commerce_license_period'
|
||||||
|
@ -18,4 +18,4 @@ translatable: false
|
|||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: null
|
default_value_callback: null
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: 'commerce_plugin_item:recurring_period'
|
field_type: 'commerce_plugin_item:commerce_license_period'
|
||||||
|
@ -18,4 +18,4 @@ translatable: false
|
|||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: null
|
default_value_callback: null
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: 'commerce_plugin_item:recurring_period'
|
field_type: 'commerce_plugin_item:commerce_license_period'
|
||||||
|
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 5ff1c4d4-a0d9-419b-8f1a-fcd4109af235
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.user_history.changed
|
||||||
|
module:
|
||||||
|
- user_history
|
||||||
|
id: user_history.user_history.changed
|
||||||
|
field_name: changed
|
||||||
|
entity_type: user_history
|
||||||
|
bundle: user_history
|
||||||
|
label: Changed
|
||||||
|
description: 'The time that the user was last edited.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: changed
|
@ -0,0 +1,30 @@
|
|||||||
|
uuid: 3c278633-e325-4578-915e-12c4c0962ed9
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.user_history.field_company
|
||||||
|
- taxonomy.vocabulary.company
|
||||||
|
module:
|
||||||
|
- user_history
|
||||||
|
id: user_history.user_history.field_company
|
||||||
|
field_name: field_company
|
||||||
|
entity_type: user_history
|
||||||
|
bundle: user_history
|
||||||
|
label: Company
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:taxonomy_term'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
company: company
|
||||||
|
sort:
|
||||||
|
field: name
|
||||||
|
direction: asc
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
@ -0,0 +1,28 @@
|
|||||||
|
uuid: 294a3939-be0c-4e55-9d67-2f6a85c20aaf
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.user_history.field_member_type
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
- unique_content_field_validation
|
||||||
|
- user_history
|
||||||
|
third_party_settings:
|
||||||
|
unique_content_field_validation:
|
||||||
|
unique: false
|
||||||
|
unique_text: ''
|
||||||
|
id: user_history.user_history.field_member_type
|
||||||
|
field_name: field_member_type
|
||||||
|
entity_type: user_history
|
||||||
|
bundle: user_history
|
||||||
|
label: 'Member Type'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_integer
|
@ -0,0 +1,25 @@
|
|||||||
|
uuid: 86f32b81-68fa-429f-96bc-78c127614937
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.user_history.field_memo
|
||||||
|
module:
|
||||||
|
- unique_content_field_validation
|
||||||
|
- user_history
|
||||||
|
third_party_settings:
|
||||||
|
unique_content_field_validation:
|
||||||
|
unique: false
|
||||||
|
unique_text: ''
|
||||||
|
id: user_history.user_history.field_memo
|
||||||
|
field_name: field_memo
|
||||||
|
entity_type: user_history
|
||||||
|
bundle: user_history
|
||||||
|
label: Memo
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string_long
|
@ -0,0 +1,30 @@
|
|||||||
|
uuid: 4d87baea-bccb-49b0-97bc-7f88227bd591
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.user_history.field_showroom
|
||||||
|
- taxonomy.vocabulary.showroom
|
||||||
|
module:
|
||||||
|
- user_history
|
||||||
|
id: user_history.user_history.field_showroom
|
||||||
|
field_name: field_showroom
|
||||||
|
entity_type: user_history
|
||||||
|
bundle: user_history
|
||||||
|
label: Showroom
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:taxonomy_term'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
showroom: showroom
|
||||||
|
sort:
|
||||||
|
field: name
|
||||||
|
direction: asc
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
@ -8,7 +8,7 @@ dependencies:
|
|||||||
id: commerce_product_variation.license_expiration
|
id: commerce_product_variation.license_expiration
|
||||||
field_name: license_expiration
|
field_name: license_expiration
|
||||||
entity_type: commerce_product_variation
|
entity_type: commerce_product_variation
|
||||||
type: 'commerce_plugin_item:recurring_period'
|
type: 'commerce_plugin_item:commerce_license_period'
|
||||||
settings: { }
|
settings: { }
|
||||||
module: commerce
|
module: commerce
|
||||||
locked: true
|
locked: true
|
||||||
|
18
config/sync/field.storage.user_history.changed.yml
Normal file
18
config/sync/field.storage.user_history.changed.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
uuid: e8488f73-cb96-415c-87df-4354a751d577
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- user_history
|
||||||
|
id: user_history.changed
|
||||||
|
field_name: changed
|
||||||
|
entity_type: user_history
|
||||||
|
type: changed
|
||||||
|
settings: { }
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
24
config/sync/field.storage.user_history.field_company.yml
Normal file
24
config/sync/field.storage.user_history.field_company.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
uuid: ab537048-df6b-48f1-ac8d-d868fe1b5368
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- field_permissions
|
||||||
|
- taxonomy
|
||||||
|
- user_history
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: custom
|
||||||
|
id: user_history.field_company
|
||||||
|
field_name: field_company
|
||||||
|
entity_type: user_history
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: taxonomy_term
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
37
config/sync/field.storage.user_history.field_member_type.yml
Normal file
37
config/sync/field.storage.user_history.field_member_type.yml
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
uuid: 5101633f-aba1-4658-bbcf-04e3b199c3f2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- field_permissions
|
||||||
|
- options
|
||||||
|
- user_history
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: custom
|
||||||
|
id: user_history.field_member_type
|
||||||
|
field_name: field_member_type
|
||||||
|
entity_type: user_history
|
||||||
|
type: list_integer
|
||||||
|
settings:
|
||||||
|
allowed_values:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
label: Web
|
||||||
|
-
|
||||||
|
value: 1
|
||||||
|
label: Showroom
|
||||||
|
-
|
||||||
|
value: 2
|
||||||
|
label: Multijoueurs
|
||||||
|
-
|
||||||
|
value: 3
|
||||||
|
label: AAF
|
||||||
|
allowed_values_function: ''
|
||||||
|
module: options
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
23
config/sync/field.storage.user_history.field_memo.yml
Normal file
23
config/sync/field.storage.user_history.field_memo.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 5fbd72ac-a63e-4bac-9b91-cfffc8f9a3f1
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- field_permissions
|
||||||
|
- user_history
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: custom
|
||||||
|
id: user_history.field_memo
|
||||||
|
field_name: field_memo
|
||||||
|
entity_type: user_history
|
||||||
|
type: string_long
|
||||||
|
settings:
|
||||||
|
case_sensitive: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
24
config/sync/field.storage.user_history.field_showroom.yml
Normal file
24
config/sync/field.storage.user_history.field_showroom.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
uuid: f6cafa78-778a-409a-af83-29cf5e98e3ee
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- field_permissions
|
||||||
|
- taxonomy
|
||||||
|
- user_history
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: custom
|
||||||
|
id: user_history.field_showroom
|
||||||
|
field_name: field_showroom
|
||||||
|
entity_type: user_history
|
||||||
|
type: entity_reference
|
||||||
|
settings:
|
||||||
|
target_type: taxonomy_term
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -5,7 +5,6 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
- linkit
|
- linkit
|
||||||
- url_to_video_filter
|
|
||||||
name: 'full html'
|
name: 'full html'
|
||||||
format: full_html
|
format: full_html
|
||||||
weight: -9
|
weight: -9
|
||||||
@ -22,16 +21,6 @@ filters:
|
|||||||
status: true
|
status: true
|
||||||
weight: 9
|
weight: 9
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_url_to_video:
|
|
||||||
id: filter_url_to_video
|
|
||||||
provider: url_to_video_filter
|
|
||||||
status: false
|
|
||||||
weight: 0
|
|
||||||
settings:
|
|
||||||
youtube: '1'
|
|
||||||
youtube_webp_preview: '0'
|
|
||||||
vimeo: '1'
|
|
||||||
autoload: '0'
|
|
||||||
editor_file_reference:
|
editor_file_reference:
|
||||||
id: editor_file_reference
|
id: editor_file_reference
|
||||||
provider: editor
|
provider: editor
|
||||||
@ -44,7 +33,7 @@ filters:
|
|||||||
status: false
|
status: false
|
||||||
weight: -10
|
weight: -10
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<a href hreflang data-entity-type data-entity-uuid data-entity-substitution> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <s> <p> <h1> <pre> <u> <span>'
|
allowed_html: ''
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
linkit:
|
linkit:
|
||||||
|
13
config/sync/filter.format.webform_default.yml
Normal file
13
config/sync/filter.format.webform_default.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
uuid: f2501823-d720-44ba-b128-8955bd18203e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: EeKp_M4Oid3erARiAam9rsgBKR91uEnFkEP3aZS2ol8
|
||||||
|
name: 'Webform (Default) - DO NOT EDIT'
|
||||||
|
format: webform_default
|
||||||
|
weight: 100
|
||||||
|
filters: { }
|
@ -5,7 +5,6 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
- linkit
|
- linkit
|
||||||
- url_to_video_filter
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g
|
default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g
|
||||||
name: wysiwyg
|
name: wysiwyg
|
||||||
@ -15,7 +14,7 @@ filters:
|
|||||||
editor_file_reference:
|
editor_file_reference:
|
||||||
id: editor_file_reference
|
id: editor_file_reference
|
||||||
provider: editor
|
provider: editor
|
||||||
status: true
|
status: false
|
||||||
weight: -50
|
weight: -50
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_html_image_secure:
|
filter_html_image_secure:
|
||||||
@ -49,7 +48,7 @@ filters:
|
|||||||
status: false
|
status: false
|
||||||
weight: -43
|
weight: -43
|
||||||
settings:
|
settings:
|
||||||
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h5 id> <h6 id> <u> <a href hreflang !href accesskey id rel target title data-entity-type data-entity-uuid data-entity-substitution> <img src alt data-entity-type data-entity-uuid data-entity-substitution> <p> <h1> <pre> <h4 id class="inter-titre">'
|
allowed_html: ''
|
||||||
filter_html_help: true
|
filter_html_help: true
|
||||||
filter_html_nofollow: false
|
filter_html_nofollow: false
|
||||||
filter_align:
|
filter_align:
|
||||||
@ -70,16 +69,6 @@ filters:
|
|||||||
status: false
|
status: false
|
||||||
weight: -42
|
weight: -42
|
||||||
settings: { }
|
settings: { }
|
||||||
filter_url_to_video:
|
|
||||||
id: filter_url_to_video
|
|
||||||
provider: url_to_video_filter
|
|
||||||
status: true
|
|
||||||
weight: -46
|
|
||||||
settings:
|
|
||||||
youtube: '1'
|
|
||||||
youtube_webp_preview: '0'
|
|
||||||
vimeo: '1'
|
|
||||||
autoload: '0'
|
|
||||||
linkit:
|
linkit:
|
||||||
id: linkit
|
id: linkit
|
||||||
provider: linkit
|
provider: linkit
|
||||||
|
1
config/sync/flood_control.settings.yml
Normal file
1
config/sync/flood_control.settings.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
ip_white_list: ''
|
@ -1,6 +1,7 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: HNSTwPQM5lvXFeH4cVlcB2gZFJ5S--Nbmfj7651HK24
|
default_config_hash: HNSTwPQM5lvXFeH4cVlcB2gZFJ5S--Nbmfj7651HK24
|
||||||
genpass_length: 12
|
genpass_length: 12
|
||||||
genpass_algorithm: user
|
|
||||||
genpass_mode: 1
|
genpass_mode: 1
|
||||||
genpass_display: 3
|
genpass_display: 3
|
||||||
|
genpass_admin_mode: 1
|
||||||
|
genpass_override_core: false
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: goermvpa21m8H97TedFfQQmZmQz62WjX_SCiT4JhsXg
|
default_config_hash: goermvpa21m8H97TedFfQQmZmQz62WjX_SCiT4JhsXg
|
||||||
account: UA-6530683-1
|
account: UA-6530683-1
|
||||||
premium: false
|
|
||||||
domain_mode: 0
|
domain_mode: 0
|
||||||
cross_domains: ''
|
cross_domains: ''
|
||||||
visibility:
|
visibility:
|
||||||
|
@ -3,7 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
name: home_showroom
|
name: home_showroom
|
||||||
label: 'home-showroom (800x534)'
|
label: 'home-showroom (800x450)'
|
||||||
effects:
|
effects:
|
||||||
87ca0333-c2de-4d98-91e1-d65b0263a31e:
|
87ca0333-c2de-4d98-91e1-d65b0263a31e:
|
||||||
uuid: 87ca0333-c2de-4d98-91e1-d65b0263a31e
|
uuid: 87ca0333-c2de-4d98-91e1-d65b0263a31e
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
uuid: eb26938e-bfd2-44eb-8428-898d612cfcce
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
enforced:
|
|
||||||
module:
|
|
||||||
- video_embed_wysiwyg
|
|
||||||
_core:
|
|
||||||
default_config_hash: eQ9aeNMJhpII0KPnOnS9JWMGgHLrMrmY3yDBuwswS4I
|
|
||||||
name: video_embed_wysiwyg_preview
|
|
||||||
label: 'Video Embed Wysiwyg: Thumbnail Preview'
|
|
||||||
effects:
|
|
||||||
ba339f97-d07b-476d-9058-6c86c78329a1:
|
|
||||||
uuid: ba339f97-d07b-476d-9058-6c86c78329a1
|
|
||||||
id: image_scale
|
|
||||||
weight: 1
|
|
||||||
data:
|
|
||||||
width: null
|
|
||||||
height: 270
|
|
||||||
upscale: false
|
|
@ -3,3 +3,4 @@ _core:
|
|||||||
path_prefix: jsonapi
|
path_prefix: jsonapi
|
||||||
include_count: false
|
include_count: false
|
||||||
default_disabled: false
|
default_disabled: false
|
||||||
|
validate_configuration_integrity: false
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
message: 'Your session is about to expire. Do you want to reset it?'
|
message: 'We are about to log you out for inactivity. If we do, you will lose any unsaved work. Do you need more time?'
|
||||||
inactivity_message: 'You have been logged out due to inactivity.'
|
inactivity_message: 'You have been logged out due to inactivity.'
|
||||||
|
@ -17,3 +17,4 @@ elements: |
|
|||||||
'#submit__label': 'Ask for a quote'
|
'#submit__label': 'Ask for a quote'
|
||||||
settings:
|
settings:
|
||||||
confirmation_message: "Your quote request has been registered, we are already drafting it and will send it to you by email very quickly.<br />\r\n<br />\r\n<a href=\"/\">back to materiO'</a>"
|
confirmation_message: "Your quote request has been registered, we are already drafting it and will send it to you by email very quickly.<br />\r\n<br />\r\n<a href=\"/\">back to materiO'</a>"
|
||||||
|
title: Multiplayer
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
settings:
|
settings:
|
||||||
label: 'Titre de page'
|
label: 'Titre de la page'
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
settings:
|
settings:
|
||||||
label: 'Titre de page'
|
label: 'Titre de la page'
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
content:
|
||||||
|
user_status:
|
||||||
|
settings:
|
||||||
|
format_custom_false: Bloqué
|
||||||
|
format_custom_true: Actif
|
@ -0,0 +1,5 @@
|
|||||||
|
content:
|
||||||
|
user_status:
|
||||||
|
settings:
|
||||||
|
format_custom_false: Bloqué
|
||||||
|
format_custom_true: Actif
|
@ -0,0 +1 @@
|
|||||||
|
label: 'Onglet du profil utilisateur'
|
@ -9,7 +9,8 @@ popup_info:
|
|||||||
popup_link: /privacy-policy
|
popup_link: /privacy-policy
|
||||||
disagree_button_label: 'Non, merci.'
|
disagree_button_label: 'Non, merci.'
|
||||||
withdraw_message:
|
withdraw_message:
|
||||||
value: '<h2>Nous utilisons des cookies sur ce site pour améliorer votre expérience d''utilisateur.</h2><p>Vous avez consenti à l''ajout de cookies.</p>'
|
value: '<h2>Sur ce site, nous améliorons votre expérience d''utilisation à l''aide de cookies</h2><p>Vous avez consenti à l''utilisation de ces cookies.</p>'
|
||||||
withdraw_action_button_label: 'Retirer le consentement'
|
withdraw_action_button_label: 'Retirer le consentement'
|
||||||
withdraw_tab_button_label: 'Paramètres de confidentialité'
|
withdraw_tab_button_label: 'Paramètres de confidentialité'
|
||||||
|
save_preferences_button_label: 'Enregistrer les préférences'
|
||||||
accept_all_categories_button_label: 'Accepter tous les cookies'
|
accept_all_categories_button_label: 'Accepter tous les cookies'
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
label: Approbation
|
@ -1,5 +1,4 @@
|
|||||||
description: 'L''inspiration par la matière'
|
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
|
lang: fr
|
||||||
cache_version: '1'
|
start_url: /
|
||||||
|
scope: /
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
subscription:
|
|
||||||
confirm_combined_subject: 'Confirmation de [site:name]'
|
|
@ -1,7 +1,7 @@
|
|||||||
label: 'Bloc du panier'
|
label: 'Bloc du panier'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Maître
|
display_title: Principal
|
||||||
display_options:
|
display_options:
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
label: 'Formulaire du panier'
|
label: 'Formulaire du panier'
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Maître
|
display_title: Principal
|
||||||
display_options:
|
display_options:
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
label: Paniers
|
label: Paniers
|
||||||
display:
|
display:
|
||||||
default:
|
default:
|
||||||
display_title: Maître
|
display_title: Principal
|
||||||
display_options:
|
display_options:
|
||||||
exposed_form:
|
exposed_form:
|
||||||
options:
|
options:
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user