diff --git a/composer.json b/composer.json index dfa0296..31263a6 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,13 @@ "cweagans/composer-patches": "^1.6.5", "drupal-composer/drupal-scaffold": "^2.5", "drupal/amswap": "^2.0", + "drupal/commerce": "^2.12", + "drupal/commerce_license": "^2.0@alpha", + "drupal/commerce_migrate": "^2.0", + "drupal/commerce_monetico": "^1.0", + "drupal/commerce_pricelist": "2.x-dev", + "drupal/commerce_recurring": "1.x-dev", + "drupal/commerce_variation_cart_form": "1.x-dev", "drupal/computed_field": "^2.0@beta", "drupal/config_split": "^1.4", "drupal/console": "^1.0.2", @@ -103,7 +110,7 @@ "The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch" }, "drupal/simplenews": { - "simplenew migration compatibility": "https://www.drupal.org/files/issues/2018-10-16/simplenews-migrate85-2954077-7.patch" + "simplenew migration compatibility https://www.drupal.org/project/simplenews/issues/2954077": "https://www.drupal.org/files/issues/2019-03-05/simplenews-migrate85-2954077-22.patch" } }, "drupal-scaffold": { diff --git a/composer.lock b/composer.lock index 2f425f8..48e9e40 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e4e61ca64571bec45412ae43ace828e1", + "content-hash": "42d151302db1599ad3281776a82290f7", "packages": [ { "name": "alchemy/zippy", @@ -122,6 +122,42 @@ ], "time": "2017-12-20T14:37:45+00:00" }, + { + "name": "brumann/polyfill-unserialize", + "version": "v1.0.3", + "source": { + "type": "git", + "url": "https://github.com/dbrumann/polyfill-unserialize.git", + "reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dbrumann/polyfill-unserialize/zipball/844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b", + "reference": "844d7e44b62a1a3d5c68cfb7ebbd59c17ea0fd7b", + "shasum": "" + }, + "require": { + "php": "^5.3|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Brumann\\Polyfill\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Denis Brumann", + "email": "denis.brumann@sensiolabs.de" + } + ], + "description": "Backports unserialize options introduced in PHP 7.0 to older PHP versions.", + "time": "2017-02-03T09:55:47+00:00" + }, { "name": "chi-teck/drupal-code-generator", "version": "1.28.0", @@ -278,14 +314,56 @@ ], "time": "2018-10-21T23:38:05+00:00" }, + { + "name": "commerceguys/intl", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/commerceguys/intl.git", + "reference": "65148707b317808082aac6e5e266047f11d95ead" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/commerceguys/intl/zipball/65148707b317808082aac6e5e266047f11d95ead", + "reference": "65148707b317808082aac6e5e266047f11d95ead", + "shasum": "" + }, + "require": { + "php": ">=5.5.0" + }, + "require-dev": { + "mikey179/vfsstream": "1.*", + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "CommerceGuys\\Intl\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bojan Zivanovic" + } + ], + "description": "Internationalization library powered by CLDR data.", + "time": "2018-10-22T13:02:28+00:00" + }, { "name": "components/highlightjs", "version": "9.7.0", "dist": { "type": "zip", - "url": "https://github.com/components/highlightjs/archive/9.7.0.zip", - "reference": null, - "shasum": null + "url": "https://github.com/components/highlightjs/archive/9.7.0.zip" }, "type": "drupal-library" }, @@ -569,16 +647,16 @@ }, { "name": "consolidation/config", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "11ab7ecd19131ce084390171b9c070eedecf7dab" + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/11ab7ecd19131ce084390171b9c070eedecf7dab", - "reference": "11ab7ecd19131ce084390171b9c070eedecf7dab", + "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", "shasum": "" }, "require": { @@ -646,7 +724,7 @@ } ], "description": "Provide configuration services for a commandline tool.", - "time": "2019-02-16T01:18:47+00:00" + "time": "2019-03-03T19:37:04+00:00" }, { "name": "consolidation/log", @@ -1088,9 +1166,7 @@ "version": "v3.5.17", "dist": { "type": "zip", - "url": "https://github.com/d3/d3/archive/v3.5.17.zip", - "reference": null, - "shasum": null + "url": "https://github.com/d3/d3/archive/v3.5.17.zip" }, "type": "drupal-library" }, @@ -1743,7 +1819,7 @@ }, { "name": "drupal/actions_permissions", - "version": "2.4.0", + "version": "2.5.0", "require": { "drupal/core": "*", "drupal/views_bulk_operations": "self.version" @@ -1754,8 +1830,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.4", - "datestamp": "1530516821", + "version": "8.x-2.5", + "datestamp": "1550740384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2037,6 +2113,89 @@ "source": "http://cgit.drupalcode.org/advanced_text_formatter" } }, + { + "name": "drupal/advancedqueue", + "version": "1.0.0-beta3", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/advancedqueue", + "reference": "8.x-1.0-beta3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-beta3.zip", + "reference": "8.x-1.0-beta3", + "shasum": "6b5495416fd99c07867263204b189204256e616c" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta3", + "datestamp": "1512047585", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Damien Tournoud", + "homepage": "https://www.drupal.org/user/22211" + }, + { + "name": "Kazanir", + "homepage": "https://www.drupal.org/user/2279698" + }, + { + "name": "amitaibu", + "homepage": "https://www.drupal.org/user/57511" + }, + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "laurentchardin", + "homepage": "https://www.drupal.org/user/87775" + }, + { + "name": "pjcdawkins", + "homepage": "https://www.drupal.org/user/1025236" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + }, + { + "name": "skipyT", + "homepage": "https://www.drupal.org/user/350126" + } + ], + "description": "Provides a better Queue API.", + "homepage": "https://www.drupal.org/project/advancedqueue", + "support": { + "source": "http://cgit.drupalcode.org/advancedqueue" + } + }, { "name": "drupal/amswap", "version": "2.0.0-beta2", @@ -2620,6 +2779,831 @@ }, "time": "2017-05-23T18:49:48+00:00" }, + { + "name": "drupal/commerce", + "version": "2.12.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/commerce", + "reference": "8.x-2.12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/commerce-8.x-2.12.zip", + "reference": "8.x-2.12", + "shasum": "d8e2a5cabf49f5ebd5fc83d0fd3d54d7eeebe095" + }, + "require": { + "commerceguys/intl": "^1.0.0", + "drupal/address": "^1.4", + "drupal/core": "^8.6", + "drupal/entity": "^1.0-rc1", + "drupal/entity_reference_revisions": "~1.0", + "drupal/inline_entity_form": "^1.0-rc1", + "drupal/profile": "~1.0", + "drupal/state_machine": "^1.0-rc1" + }, + "require-dev": { + "drupal/commerce_cart": "*", + "drupal/commerce_order": "*", + "drupal/commerce_payment": "*", + "drupal/commerce_price": "*", + "drupal/commerce_product": "*", + "drupal/commerce_store": "*", + "drupal/entity_reference_revisions": "*", + "drupal/profile": "*", + "drupal/state_machine": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.12", + "datestamp": "1550075661", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + } + ], + "description": "Drupal Commerce is a flexible eCommerce solution.", + "homepage": "http://drupal.org/project/commerce", + "support": { + "source": "http://cgit.drupalcode.org/commerce" + } + }, + { + "name": "drupal/commerce_cart", + "version": "2.12.0", + "require": { + "drupal/commerce": "self.version", + "drupal/commerce_order": "*", + "drupal/commerce_product": "*", + "drupal/core": "~8.0" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.12", + "datestamp": "1550075661", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + } + ], + "description": "Implements the shopping cart system and add to cart features.", + "homepage": "https://www.drupal.org/project/commerce", + "support": { + "source": "http://cgit.drupalcode.org/commerce" + } + }, + { + "name": "drupal/commerce_checkout", + "version": "2.12.0", + "require": { + "drupal/commerce": "self.version", + "drupal/commerce_cart": "*", + "drupal/commerce_order": "*", + "drupal/core": "~8.0" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.12", + "datestamp": "1550075661", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + } + ], + "description": "Provides configurable checkout flows.", + "homepage": "https://www.drupal.org/project/commerce", + "support": { + "source": "http://cgit.drupalcode.org/commerce" + } + }, + { + "name": "drupal/commerce_license", + "version": "2.0.0-alpha18", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/commerce_license", + "reference": "8.x-2.0-alpha18" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/commerce_license-8.x-2.0-alpha18.zip", + "reference": "8.x-2.0-alpha18", + "shasum": "5f6950b15960e441be9351137865dac8c734d722" + }, + "require": { + "drupal/advancedqueue": "^1.0", + "drupal/commerce": "*", + "drupal/commerce_checkout": "*", + "drupal/commerce_product": "*", + "drupal/core": "~8.0", + "drupal/entity": "*", + "drupal/recurring_period": "*", + "drupal/state_machine": "*" + }, + "require-dev": { + "drupal/commerce_recurring": "*", + "drupal/recurring_period": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0-alpha18", + "datestamp": "1533546784", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Kazanir", + "homepage": "https://www.drupal.org/user/2279698" + }, + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "joachim", + "homepage": "https://www.drupal.org/user/107701" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "pjcdawkins", + "homepage": "https://www.drupal.org/user/1025236" + } + ], + "description": "License entities and product behavior", + "homepage": "https://www.drupal.org/project/commerce_license", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/commerce_license", + "issues": "https://www.drupal.org/project/issues/commerce_license" + } + }, + { + "name": "drupal/commerce_migrate", + "version": "2.0.0-beta9", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/commerce_migrate", + "reference": "8.x-2.0-beta9" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/commerce_migrate-8.x-2.0-beta9.zip", + "reference": "8.x-2.0-beta9", + "shasum": "18f770a71d1af879d534878e04728598a23ef895" + }, + "require": { + "drupal/commerce": "^2.0", + "drupal/core": "^8.5", + "drupal/migrate_plus": "^4" + }, + "require-dev": { + "drupal/coder": "^8", + "drupal/commerce": "*", + "drupal/commerce_shipping": "^2.0", + "drupal/migrate_plus": "*", + "drupal/migrate_source_csv": "2.x-dev" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0-beta9", + "datestamp": "1550687580", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "andyg5000", + "homepage": "https://www.drupal.org/user/808668" + }, + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" + }, + { + "name": "joachim", + "homepage": "https://www.drupal.org/user/107701" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "quietone", + "homepage": "https://www.drupal.org/user/2572884" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + } + ], + "description": "Provides Commerce-specific Migrate handlers.", + "homepage": "https://www.drupal.org/project/commerce_migrate", + "support": { + "source": "http://cgit.drupalcode.org/commerce_migrate" + } + }, + { + "name": "drupal/commerce_monetico", + "version": "1.0.0-beta1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/commerce_monetico", + "reference": "8.x-1.0-beta1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/commerce_monetico-8.x-1.0-beta1.zip", + "reference": "8.x-1.0-beta1", + "shasum": "5d1abe23887387bc3922e87b4f6a209282425291" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/commerce_payment": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta1", + "datestamp": "1549553280", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "ArnaudDabouis", + "homepage": "https://www.drupal.org/user/2231116" + }, + { + "name": "steveoriol", + "homepage": "https://www.drupal.org/user/320603" + } + ], + "homepage": "https://www.drupal.org/project/commerce_monetico", + "support": { + "source": "http://cgit.drupalcode.org/commerce_monetico" + } + }, + { + "name": "drupal/commerce_order", + "version": "2.12.0", + "require": { + "drupal/commerce": "self.version", + "drupal/commerce_price": "*", + "drupal/commerce_store": "*", + "drupal/core": "*", + "drupal/entity_reference_revisions": "*", + "drupal/profile": "*", + "drupal/state_machine": "*" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.12", + "datestamp": "1550075661", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + } + ], + "description": "Defines the Order entity and associated features.", + "homepage": "https://www.drupal.org/project/commerce", + "support": { + "source": "http://cgit.drupalcode.org/commerce" + } + }, + { + "name": "drupal/commerce_payment", + "version": "2.12.0", + "require": { + "drupal/commerce": "self.version", + "drupal/commerce_order": "*", + "drupal/core": "*", + "drupal/entity_reference_revisions": "*" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.12", + "datestamp": "1550075661", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + } + ], + "description": "Provides payment functionality.", + "homepage": "https://www.drupal.org/project/commerce", + "support": { + "source": "http://cgit.drupalcode.org/commerce" + } + }, + { + "name": "drupal/commerce_price", + "version": "2.12.0", + "require": { + "drupal/commerce": "self.version", + "drupal/core": "~8.0" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.12", + "datestamp": "1550075661", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + } + ], + "description": "Defines the Currency entity.", + "homepage": "https://www.drupal.org/project/commerce", + "support": { + "source": "http://cgit.drupalcode.org/commerce" + } + }, + { + "name": "drupal/commerce_pricelist", + "version": "dev-2.x", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/commerce_pricelist", + "reference": "837a09ae3cd6fe684d62f0647912a53bbf86d95f" + }, + "require": { + "drupal/commerce": "^2.9", + "drupal/commerce_price": "*", + "drupal/commerce_store": "*", + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0-beta1+6-dev", + "datestamp": "1547059384", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Andreas Radloff", + "homepage": "https://www.drupal.org/user/531928" + }, + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "caseylau", + "homepage": "https://www.drupal.org/user/2936003" + }, + { + "name": "niko-", + "homepage": "https://www.drupal.org/user/1409266" + } + ], + "description": "Allows defining prices for specific stores, customers, quantities using price lists", + "homepage": "https://www.drupal.org/project/commerce_pricelist", + "support": { + "source": "http://cgit.drupalcode.org/commerce_pricelist" + }, + "time": "2019-01-09T18:54:48+00:00" + }, + { + "name": "drupal/commerce_product", + "version": "2.12.0", + "require": { + "drupal/commerce": "self.version", + "drupal/commerce_price": "*", + "drupal/commerce_store": "*", + "drupal/core": "*" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.12", + "datestamp": "1550075661", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + } + ], + "description": "Defines the Product entity and associated features.", + "homepage": "https://www.drupal.org/project/commerce", + "support": { + "source": "http://cgit.drupalcode.org/commerce" + } + }, + { + "name": "drupal/commerce_recurring", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/commerce_recurring", + "reference": "84c27aac4bd7105fdd7c406fd4498ee6e46b6531" + }, + "require": { + "drupal/advancedqueue": "^1.0", + "drupal/commerce": "^2.12", + "drupal/commerce_order": "*", + "drupal/commerce_payment": "*", + "drupal/commerce_price": "*", + "drupal/core": "~8.0", + "drupal/state_machine": "^1.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta3+28-dev", + "datestamp": "1551103989", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "deggertsen", + "homepage": "https://www.drupal.org/user/411393" + }, + { + "name": "facine", + "homepage": "https://www.drupal.org/user/1169056" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "pcambra", + "homepage": "https://www.drupal.org/user/122101" + } + ], + "description": "Provides recurring billing for Drupal Commerce.", + "homepage": "http://drupal.org/project/commerce_recurring", + "support": { + "source": "http://cgit.drupalcode.org/commerce_recurring", + "issues": "https://www.drupal.org/project/issues/commerce_recurring" + }, + "time": "2019-02-25T22:27:56+00:00" + }, + { + "name": "drupal/commerce_store", + "version": "2.12.0", + "require": { + "drupal/commerce": "self.version", + "drupal/commerce_price": "*", + "drupal/core": "*" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.12", + "datestamp": "1550075661", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + } + ], + "description": "Defines the Store entity and associated features.", + "homepage": "https://www.drupal.org/project/commerce", + "support": { + "source": "http://cgit.drupalcode.org/commerce" + } + }, + { + "name": "drupal/commerce_variation_cart_form", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/commerce_variation_cart_form", + "reference": "f79a05f1cb0be7f097c9c55d606afc711b56467e" + }, + "require": { + "drupal/commerce": "~2.0", + "drupal/commerce_cart": "*", + "drupal/commerce_order": "*", + "drupal/commerce_product": "*", + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0+6-dev", + "datestamp": "1540847581", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "John Pitcairn", + "homepage": "https://www.drupal.org/user/425866" + } + ], + "description": "Provides a simple add-to-cart form in the product variation type manage display.", + "homepage": "https://www.drupal.org/project/commerce_variation_cart_form", + "support": { + "source": "http://cgit.drupalcode.org/commerce_variation_cart_form" + }, + "time": "2018-10-29T21:12:42+00:00" + }, { "name": "drupal/computed_field", "version": "2.0.0-beta1", @@ -3446,16 +4430,16 @@ }, { "name": "drupal/core", - "version": "8.6.9", + "version": "8.6.10", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "cac12e0ec19d5c6fa53778522b3ff4c542f86c8d" + "reference": "59568ac02948cf075ee8543e6c6d4386ad8daec1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/cac12e0ec19d5c6fa53778522b3ff4c542f86c8d", - "reference": "cac12e0ec19d5c6fa53778522b3ff4c542f86c8d", + "url": "https://api.github.com/repos/drupal/core/zipball/59568ac02948cf075ee8543e6c6d4386ad8daec1", + "reference": "59568ac02948cf075ee8543e6c6d4386ad8daec1", "shasum": "" }, "require": { @@ -3685,7 +4669,7 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2019-02-08T12:21:40+00:00" + "time": "2019-02-20T18:35:01+00:00" }, { "name": "drupal/cshs", @@ -3739,17 +4723,17 @@ }, { "name": "drupal/ctools", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://git.drupal.org/project/ctools", - "reference": "8.x-3.1" + "reference": "8.x-3.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.1.zip", - "reference": "8.x-3.1", - "shasum": "7056df469624ec3943c62ebe613dbfcb3171dcd1" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.2.zip", + "reference": "8.x-3.2", + "shasum": "d6da87239b64ba708a5977e7b33b1e009e36b091" }, "require": { "drupal/core": "^8.5" @@ -3760,8 +4744,8 @@ "dev-3.x": "3.x-dev" }, "drupal": { - "version": "8.x-3.1", - "datestamp": "1549603381", + "version": "8.x-3.2", + "datestamp": "1550728386", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4046,7 +5030,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/domain", - "reference": "b8519b2a8201e7636efced1fb9945f8ce94f4bc8" + "reference": "85c9dc51554f93c64ffa8cac7759a2f65c1324e2" }, "require": { "drupal/core": "^8.5" @@ -4060,8 +5044,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha14+80-dev", - "datestamp": "1549396080", + "version": "8.x-1.0-alpha14+86-dev", + "datestamp": "1549902480", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -4087,7 +5071,7 @@ "support": { "source": "http://cgit.drupalcode.org/domain" }, - "time": "2019-02-11T16:25:59+00:00" + "time": "2019-03-04T14:26:18+00:00" }, { "name": "drupal/domain_alias", @@ -4608,6 +5592,64 @@ "source": "http://cgit.drupalcode.org/entity_clone" } }, + { + "name": "drupal/entity_reference_revisions", + "version": "1.6.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/entity_reference_revisions", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "82d515de04d3a75fb677ed82241a6aff3f54ab47" + }, + "require": { + "drupal/core": "~8.0" + }, + "require-dev": { + "drupal/diff": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.6", + "datestamp": "1539588781", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + } + ], + "description": "Adds a Entity Reference field type with revision support.", + "homepage": "https://www.drupal.org/project/entity_reference_revisions", + "support": { + "source": "http://cgit.drupalcode.org/entity_reference_revisions" + } + }, { "name": "drupal/extlink", "version": "1.1.0", @@ -5127,6 +6169,69 @@ "source": "http://cgit.drupalcode.org/inline_entity_form" } }, + { + "name": "drupal/interval", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/interval", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/interval-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "2bd3b1ccfed793c81a95fe3679a374c701675c7e" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1538426880", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Deciphered", + "homepage": "https://www.drupal.org/user/103796" + }, + { + "name": "jonhattan", + "homepage": "https://www.drupal.org/user/49817" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + }, + { + "name": "nick_schuch", + "homepage": "https://www.drupal.org/user/1412036" + }, + { + "name": "pcambra", + "homepage": "https://www.drupal.org/user/122101" + } + ], + "description": "Provides a field and widget to allow entry of a date/time interval.", + "homepage": "https://www.drupal.org/project/interval", + "support": { + "source": "http://cgit.drupalcode.org/interval" + } + }, { "name": "drupal/kint", "version": "2.0.0", @@ -5873,7 +6978,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/migrate_plus", - "reference": "abe81ddb4a91c4fc892f9cfe8e4f4359ea0cc90e" + "reference": "5c2eaf002000283108d894e4ac2ff23b80d17d37" }, "require": { "drupal/core": "^8.3" @@ -5893,8 +6998,8 @@ "dev-4.x": "4.x-dev" }, "drupal": { - "version": "8.x-4.0+17-dev", - "datestamp": "1546539780", + "version": "8.x-4.1+1-dev", + "datestamp": "1550500685", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -5923,7 +7028,7 @@ "issues": "https://www.drupal.org/project/issues/migrate_plus", "irc": "irc://irc.freenode.org/drupal-migrate" }, - "time": "2019-02-18T14:34:15+00:00" + "time": "2019-02-26T00:54:48+00:00" }, { "name": "drupal/migrate_tools", @@ -6378,6 +7483,58 @@ "source": "http://cgit.drupalcode.org/profile" } }, + { + "name": "drupal/recurring_period", + "version": "1.0.0-alpha4", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/recurring_period", + "reference": "8.x-1.0-alpha4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/recurring_period-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "076f1c2e3a2cefb57a480e58306cd76f8755f836" + }, + "require": { + "drupal/core": "~8.0", + "drupal/interval": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha4", + "datestamp": "1549185180", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "chrisrockwell", + "homepage": "https://www.drupal.org/user/448158" + }, + { + "name": "joachim", + "homepage": "https://www.drupal.org/user/107701" + } + ], + "description": "Provides a configurable plugin for defining recurring time periods.", + "homepage": "https://www.drupal.org/project/recurring_period", + "support": { + "source": "http://cgit.drupalcode.org/recurring_period" + } + }, { "name": "drupal/redirect", "version": "1.3.0", @@ -6660,7 +7817,7 @@ "source": { "type": "git", "url": "https://git.drupal.org/project/simplenews", - "reference": "10960066e2ec080d539fc9706da5fc8c5f1270f3" + "reference": "1035807cf22b2773feb0b69a5e9a28365c09d1b4" }, "require": { "drupal/core": "*" @@ -6675,12 +7832,15 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha3+17-dev", - "datestamp": "1549810380", + "version": "8.x-1.0-alpha3+24-dev", + "datestamp": "1551605885", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." } + }, + "patches_applied": { + "simplenew migration compatibility https://www.drupal.org/project/simplenews/issues/2954077": "https://www.drupal.org/files/issues/2019-03-05/simplenews-migrate85-2954077-22.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -6688,6 +7848,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "AdamPS", + "homepage": "https://www.drupal.org/user/2650563" + }, { "name": "AlexisWilke", "homepage": "https://www.drupal.org/user/356197" @@ -6713,7 +7877,8 @@ "homepage": "https://www.drupal.org/project/simplenews", "support": { "source": "http://cgit.drupalcode.org/simplenews" - } + }, + "time": "2019-03-04T09:39:16+00:00" }, { "name": "drupal/smart_trim", @@ -6852,6 +8017,101 @@ "issues": "https://www.drupal.org/project/issues/smtp" } }, + { + "name": "drupal/state_machine", + "version": "1.0.0-rc1", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/state_machine", + "reference": "8.x-1.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/state_machine-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "bea94c4def643f60d3134f9c5d8495ddb56c93dd" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc1", + "datestamp": "1542124077", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Brandonian", + "homepage": "https://www.drupal.org/user/77766" + }, + { + "name": "Elijah Lynn", + "homepage": "https://www.drupal.org/user/353190" + }, + { + "name": "arithmetric", + "homepage": "https://www.drupal.org/user/162305" + }, + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "das-peter", + "homepage": "https://www.drupal.org/user/762870" + }, + { + "name": "e2thex", + "homepage": "https://www.drupal.org/user/189123" + }, + { + "name": "ericduran", + "homepage": "https://www.drupal.org/user/244460" + }, + { + "name": "fmitchell", + "homepage": "https://www.drupal.org/user/213574" + }, + { + "name": "indytechcook", + "homepage": "https://www.drupal.org/user/245817" + }, + { + "name": "robeano", + "homepage": "https://www.drupal.org/user/67660" + }, + { + "name": "stevector", + "homepage": "https://www.drupal.org/user/179805" + }, + { + "name": "timcosgrove", + "homepage": "https://www.drupal.org/user/118452" + }, + { + "name": "zroger", + "homepage": "https://www.drupal.org/user/67977" + } + ], + "description": "Provides code-driven workflow functionality.", + "homepage": "https://www.drupal.org/project/state_machine", + "support": { + "source": "http://cgit.drupalcode.org/state_machine" + } + }, { "name": "drupal/synonyms", "version": "1.0.0-alpha1", @@ -7126,17 +8386,17 @@ }, { "name": "drupal/translation_views", - "version": "1.0.0-alpha5", + "version": "1.0.0-alpha6", "source": { "type": "git", "url": "https://git.drupal.org/project/translation_views", - "reference": "8.x-1.0-alpha5" + "reference": "8.x-1.0-alpha6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/translation_views-8.x-1.0-alpha5.zip", - "reference": "8.x-1.0-alpha5", - "shasum": "f1fc54c4648bca5194c0bdcb6df02dae1e8fefd9" + "url": "https://ftp.drupal.org/files/projects/translation_views-8.x-1.0-alpha6.zip", + "reference": "8.x-1.0-alpha6", + "shasum": "67c77dd9849474a17a42cd0cfa5ccf3dade4c69d" }, "require": { "drupal/core": "*" @@ -7150,8 +8410,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.0-alpha5", - "datestamp": "1549581180", + "version": "8.x-1.0-alpha6", + "datestamp": "1551353287", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -7404,17 +8664,17 @@ }, { "name": "drupal/views_bulk_operations", - "version": "2.4.0", + "version": "2.5.0", "source": { "type": "git", "url": "https://git.drupal.org/project/views_bulk_operations", - "reference": "8.x-2.4" + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "50c5778770f3a92e38ecf664301b77146e3cc931" + "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "3ec848b4f235720d05cb9713ea80a86415b6909f" }, "require": { "drupal/core": "^8.4" @@ -7425,8 +8685,8 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.4", - "datestamp": "1530516821", + "version": "8.x-2.5", + "datestamp": "1550740384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7524,11 +8784,17 @@ }, { "name": "drupal/views_ef_fieldset", - "version": "dev-1.x", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupal.org/project/views_ef_fieldset", - "reference": "d8005b76baa0c9d03553ad75f1aaddae5fb8f0a8" + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/views_ef_fieldset-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "d11d8fc37ee3ce1b0f56bca4091360f1ed57707c" }, "require": { "drupal/core": "*", @@ -7543,11 +8809,11 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.2+1-dev", - "datestamp": "1549467480", + "version": "8.x-1.3", + "datestamp": "1551167888", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "grumphp": { @@ -7590,8 +8856,7 @@ "homepage": "https://drupal.org/project/views_field_formatter", "support": { "source": "http://cgit.drupalcode.org/views_ef_fieldset" - }, - "time": "2019-02-06T21:02:32+00:00" + } }, { "name": "drupal/workflow", @@ -7962,16 +9227,16 @@ }, { "name": "giggsey/libphonenumber-for-php", - "version": "8.10.5", + "version": "8.10.6", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", - "reference": "667a1fe292561b7c64c4fc457a9f1ecc41d67185" + "reference": "75fa86dec0a79632fe492fa121b2a067ec100bf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/667a1fe292561b7c64c4fc457a9f1ecc41d67185", - "reference": "667a1fe292561b7c64c4fc457a9f1ecc41d67185", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/75fa86dec0a79632fe492fa121b2a067ec100bf1", + "reference": "75fa86dec0a79632fe492fa121b2a067ec100bf1", "shasum": "" }, "require": { @@ -8026,7 +9291,7 @@ "phonenumber", "validation" ], - "time": "2019-02-08T08:31:08+00:00" + "time": "2019-02-21T11:30:36+00:00" }, { "name": "giggsey/locale", @@ -8975,16 +10240,16 @@ }, { "name": "php-http/discovery", - "version": "1.6.0", + "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "02b7ea21eafa0757af04140890a67d8ed45f83b2" + "reference": "684855f2c2e9d0a61868b8f8d6bd0295c8a4b651" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/02b7ea21eafa0757af04140890a67d8ed45f83b2", - "reference": "02b7ea21eafa0757af04140890a67d8ed45f83b2", + "url": "https://api.github.com/repos/php-http/discovery/zipball/684855f2c2e9d0a61868b8f8d6bd0295c8a4b651", + "reference": "684855f2c2e9d0a61868b8f8d6bd0295c8a4b651", "shasum": "" }, "require": { @@ -9035,7 +10300,7 @@ "message", "psr7" ], - "time": "2019-01-23T12:41:22+00:00" + "time": "2019-02-23T07:42:53+00:00" }, { "name": "php-http/httplug", @@ -9737,7 +11002,7 @@ }, { "name": "symfony/class-loader", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/class-loader.git", @@ -9793,16 +11058,16 @@ }, { "name": "symfony/config", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "c9bc510c217075d42d4a927e285917d0c2001cf4" + "reference": "177a276c01575253c95cefe0866e3d1b57637fe0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/c9bc510c217075d42d4a927e285917d0c2001cf4", - "reference": "c9bc510c217075d42d4a927e285917d0c2001cf4", + "url": "https://api.github.com/repos/symfony/config/zipball/177a276c01575253c95cefe0866e3d1b57637fe0", + "reference": "177a276c01575253c95cefe0866e3d1b57637fe0", "shasum": "" }, "require": { @@ -9853,20 +11118,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2019-01-30T11:33:42+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/console", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "069bf3f0e8f871a2169a06e43d9f3f03f355e9be" + "reference": "71ce77f37af0c5ffb9590e43cc4f70e426945c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/069bf3f0e8f871a2169a06e43d9f3f03f355e9be", - "reference": "069bf3f0e8f871a2169a06e43d9f3f03f355e9be", + "url": "https://api.github.com/repos/symfony/console/zipball/71ce77f37af0c5ffb9590e43cc4f70e426945c5e", + "reference": "71ce77f37af0c5ffb9590e43cc4f70e426945c5e", "shasum": "" }, "require": { @@ -9925,11 +11190,11 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2019-01-25T10:42:12+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/css-selector", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", @@ -9982,16 +11247,16 @@ }, { "name": "symfony/debug", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "667a26c4dd6bc75c67f06bc9bcd015bdecc7cbb8" + "reference": "8d8a9e877b3fcdc50ddecf8dcea146059753f782" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/667a26c4dd6bc75c67f06bc9bcd015bdecc7cbb8", - "reference": "667a26c4dd6bc75c67f06bc9bcd015bdecc7cbb8", + "url": "https://api.github.com/repos/symfony/debug/zipball/8d8a9e877b3fcdc50ddecf8dcea146059753f782", + "reference": "8d8a9e877b3fcdc50ddecf8dcea146059753f782", "shasum": "" }, "require": { @@ -10034,20 +11299,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2019-01-25T10:19:25+00:00" + "time": "2019-02-24T15:45:11+00:00" }, { "name": "symfony/dependency-injection", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "b514f5b765cf3e4a56e9d8ebacf14b117f7a0ee1" + "reference": "c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b514f5b765cf3e4a56e9d8ebacf14b117f7a0ee1", - "reference": "b514f5b765cf3e4a56e9d8ebacf14b117f7a0ee1", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11", + "reference": "c3dd7b7ea8cd8ec12304a5e222d7dc01cac8fa11", "shasum": "" }, "require": { @@ -10105,20 +11370,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2019-01-30T17:48:51+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/dom-crawler", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "32cb577c07bd900ee883a9d4b55d4098aa02e422" + "reference": "d40023c057393fb25f7ca80af2a56ed948c45a09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32cb577c07bd900ee883a9d4b55d4098aa02e422", - "reference": "32cb577c07bd900ee883a9d4b55d4098aa02e422", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d40023c057393fb25f7ca80af2a56ed948c45a09", + "reference": "d40023c057393fb25f7ca80af2a56ed948c45a09", "shasum": "" }, "require": { @@ -10162,20 +11427,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:27:11+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "ed5be1663fa66623b3a7004d5d51a14c4045399b" + "reference": "ec625e2fff7f584eeb91754821807317b2e79236" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ed5be1663fa66623b3a7004d5d51a14c4045399b", - "reference": "ed5be1663fa66623b3a7004d5d51a14c4045399b", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ec625e2fff7f584eeb91754821807317b2e79236", + "reference": "ec625e2fff7f584eeb91754821807317b2e79236", "shasum": "" }, "require": { @@ -10225,20 +11490,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:27:11+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/filesystem", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "b52454ec66fe5082b7a66a491339d1f1da9a5a0d" + "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b52454ec66fe5082b7a66a491339d1f1da9a5a0d", - "reference": "b52454ec66fe5082b7a66a491339d1f1da9a5a0d", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/acf99758b1df8e9295e6b85aa69f294565c9fedb", + "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb", "shasum": "" }, "require": { @@ -10275,20 +11540,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:27:11+00:00" + "time": "2019-02-04T21:34:32+00:00" }, { "name": "symfony/finder", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "7c0c627220308928e958a87c293108e5891cde1d" + "reference": "fcdde4aa38f48190ce70d782c166f23930084f9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/7c0c627220308928e958a87c293108e5891cde1d", - "reference": "7c0c627220308928e958a87c293108e5891cde1d", + "url": "https://api.github.com/repos/symfony/finder/zipball/fcdde4aa38f48190ce70d782c166f23930084f9b", + "reference": "fcdde4aa38f48190ce70d782c166f23930084f9b", "shasum": "" }, "require": { @@ -10324,20 +11589,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2019-01-16T13:43:35+00:00" + "time": "2019-02-22T14:44:53+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "9a81d2330ea255ded06a69b4f7fb7804836e7a05" + "reference": "9a96d77ceb1fd913c9d4a89e8a7e1be87604be8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9a81d2330ea255ded06a69b4f7fb7804836e7a05", - "reference": "9a81d2330ea255ded06a69b4f7fb7804836e7a05", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9a96d77ceb1fd913c9d4a89e8a7e1be87604be8a", + "reference": "9a96d77ceb1fd913c9d4a89e8a7e1be87604be8a", "shasum": "" }, "require": { @@ -10378,20 +11643,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-01-27T09:04:14+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/http-kernel", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "dc6bf17684b7120f7bf74fae85c9155506041002" + "reference": "0362368c761cb8d9c79e56ab0db61d2c692db594" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/dc6bf17684b7120f7bf74fae85c9155506041002", - "reference": "dc6bf17684b7120f7bf74fae85c9155506041002", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/0362368c761cb8d9c79e56ab0db61d2c692db594", + "reference": "0362368c761cb8d9c79e56ab0db61d2c692db594", "shasum": "" }, "require": { @@ -10467,20 +11732,20 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2019-02-03T12:22:50+00:00" + "time": "2019-03-03T18:52:34+00:00" }, { "name": "symfony/options-resolver", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "0f1cbaee6b356e72c0e025f9a4e9d76a25bf4793" + "reference": "926e3b797e6bb66c0e4d7da7eff3a174f7378bcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0f1cbaee6b356e72c0e025f9a4e9d76a25bf4793", - "reference": "0f1cbaee6b356e72c0e025f9a4e9d76a25bf4793", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/926e3b797e6bb66c0e4d7da7eff3a174f7378bcf", + "reference": "926e3b797e6bb66c0e4d7da7eff3a174f7378bcf", "shasum": "" }, "require": { @@ -10521,7 +11786,7 @@ "configuration", "options" ], - "time": "2019-01-16T09:39:14+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/polyfill-ctype", @@ -10760,7 +12025,7 @@ }, { "name": "symfony/process", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/process.git", @@ -10870,16 +12135,16 @@ }, { "name": "symfony/routing", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "62f0b8d8cd2cd359c3caa5a9f5253a4a6d480646" + "reference": "6b25a86df5860461ff1990946168c0ef944f83db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/62f0b8d8cd2cd359c3caa5a9f5253a4a6d480646", - "reference": "62f0b8d8cd2cd359c3caa5a9f5253a4a6d480646", + "url": "https://api.github.com/repos/symfony/routing/zipball/6b25a86df5860461ff1990946168c0ef944f83db", + "reference": "6b25a86df5860461ff1990946168c0ef944f83db", "shasum": "" }, "require": { @@ -10943,20 +12208,20 @@ "uri", "url" ], - "time": "2019-01-29T08:47:12+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/serializer", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "a897373b86489ddecacc665d15ab32983a519907" + "reference": "964b7a59002391136fb0087fd5dc41213f7c283e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/a897373b86489ddecacc665d15ab32983a519907", - "reference": "a897373b86489ddecacc665d15ab32983a519907", + "url": "https://api.github.com/repos/symfony/serializer/zipball/964b7a59002391136fb0087fd5dc41213f7c283e", + "reference": "964b7a59002391136fb0087fd5dc41213f7c283e", "shasum": "" }, "require": { @@ -11022,20 +12287,20 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2019-01-26T19:55:54+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/translation", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "81cfcd6935cb7505640153576c1f9155b2a179c1" + "reference": "3e2966209567ffed8825905b53fc8548446130aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/81cfcd6935cb7505640153576c1f9155b2a179c1", - "reference": "81cfcd6935cb7505640153576c1f9155b2a179c1", + "url": "https://api.github.com/repos/symfony/translation/zipball/3e2966209567ffed8825905b53fc8548446130aa", + "reference": "3e2966209567ffed8825905b53fc8548446130aa", "shasum": "" }, "require": { @@ -11090,20 +12355,20 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2019-01-25T10:00:44+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/validator", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "06af494d8634df6ad9655ec7d80cb61983253912" + "reference": "21f8a7da6d4d8e6e34bd4e2bfaa24fa373886907" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/06af494d8634df6ad9655ec7d80cb61983253912", - "reference": "06af494d8634df6ad9655ec7d80cb61983253912", + "url": "https://api.github.com/repos/symfony/validator/zipball/21f8a7da6d4d8e6e34bd4e2bfaa24fa373886907", + "reference": "21f8a7da6d4d8e6e34bd4e2bfaa24fa373886907", "shasum": "" }, "require": { @@ -11175,20 +12440,20 @@ ], "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "time": "2019-01-30T09:03:33+00:00" + "time": "2019-02-25T09:32:21+00:00" }, { "name": "symfony/var-dumper", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "2159335b452d929cbb9921fc4eb7d1bfed32d0be" + "reference": "d34d10236300876d14291e9df85c6ef3d3bb9066" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2159335b452d929cbb9921fc4eb7d1bfed32d0be", - "reference": "2159335b452d929cbb9921fc4eb7d1bfed32d0be", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d34d10236300876d14291e9df85c6ef3d3bb9066", + "reference": "d34d10236300876d14291e9df85c6ef3d3bb9066", "shasum": "" }, "require": { @@ -11244,20 +12509,20 @@ "debug", "dump" ], - "time": "2019-01-29T16:19:17+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/yaml", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d" + "reference": "57f1ce82c997f5a8701b89ef970e36bb657fd09c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/ba11776e9e6c15ad5759a07bffb15899bac75c2d", - "reference": "ba11776e9e6c15ad5759a07bffb15899bac75c2d", + "url": "https://api.github.com/repos/symfony/yaml/zipball/57f1ce82c997f5a8701b89ef970e36bb657fd09c", + "reference": "57f1ce82c997f5a8701b89ef970e36bb657fd09c", "shasum": "" }, "require": { @@ -11303,7 +12568,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2019-01-16T10:59:17+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "twig/twig", @@ -11373,19 +12638,22 @@ }, { "name": "typo3/phar-stream-wrapper", - "version": "v2.0.1", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "0469d9fefa0146ea4299d3b11cfbb76faa7045bf" + "reference": "b7a21f0859059ed5d9754af8c11f852d43762334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/0469d9fefa0146ea4299d3b11cfbb76faa7045bf", - "reference": "0469d9fefa0146ea4299d3b11cfbb76faa7045bf", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/b7a21f0859059ed5d9754af8c11f852d43762334", + "reference": "b7a21f0859059ed5d9754af8c11f852d43762334", "shasum": "" }, "require": { + "brumann/polyfill-unserialize": "^1.0", + "ext-fileinfo": "*", + "ext-json": "*", "php": "^5.3.3|^7.0" }, "require-dev": { @@ -11409,7 +12677,7 @@ "security", "stream-wrapper" ], - "time": "2018-10-18T08:46:28+00:00" + "time": "2019-03-01T17:43:52+00:00" }, { "name": "vlucas/phpdotenv", @@ -13872,16 +15140,16 @@ }, { "name": "symfony/browser-kit", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "884689e5d29fc3c48498a0038e96d60e4f91b471" + "reference": "c0fadd368c1031109e996316e53ffeb886d37ea1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/884689e5d29fc3c48498a0038e96d60e4f91b471", - "reference": "884689e5d29fc3c48498a0038e96d60e4f91b471", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c0fadd368c1031109e996316e53ffeb886d37ea1", + "reference": "c0fadd368c1031109e996316e53ffeb886d37ea1", "shasum": "" }, "require": { @@ -13925,20 +15193,20 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2019-01-16T09:39:14+00:00" + "time": "2019-02-23T15:06:07+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v3.4.22", + "version": "v3.4.23", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "6a2148bfc6ca0016846a32bdc55a317274283709" + "reference": "b539f37134c10edbf85dc0567be4151c56870f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/6a2148bfc6ca0016846a32bdc55a317274283709", - "reference": "6a2148bfc6ca0016846a32bdc55a317274283709", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/b539f37134c10edbf85dc0567be4151c56870f5e", + "reference": "b539f37134c10edbf85dc0567be4151c56870f5e", "shasum": "" }, "require": { @@ -13948,7 +15216,6 @@ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "suggest": { - "ext-zip": "Zip support is required when using bin/simple-phpunit", "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" }, "bin": [ @@ -13991,7 +15258,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2019-01-30T13:30:37+00:00" + "time": "2019-02-16T18:50:26+00:00" }, { "name": "theseer/tokenizer", @@ -14035,16 +15302,16 @@ }, { "name": "webflo/drupal-core-require-dev", - "version": "8.6.9", + "version": "8.6.10", "source": { "type": "git", "url": "https://github.com/webflo/drupal-core-require-dev.git", - "reference": "c083ddd802bda504d836dc0d4fea44cf2e6f191f" + "reference": "a3ec86723a2d753c020bfa995281c3cefa0cbb89" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/c083ddd802bda504d836dc0d4fea44cf2e6f191f", - "reference": "c083ddd802bda504d836dc0d4fea44cf2e6f191f", + "url": "https://api.github.com/repos/webflo/drupal-core-require-dev/zipball/a3ec86723a2d753c020bfa995281c3cefa0cbb89", + "reference": "a3ec86723a2d753c020bfa995281c3cefa0cbb89", "shasum": "" }, "require": { @@ -14052,7 +15319,7 @@ "behat/mink-goutte-driver": "^1.2", "behat/mink-selenium2-driver": "1.3.x-dev", "drupal/coder": "^8.2.12", - "drupal/core": "8.6.9", + "drupal/core": "8.6.10", "jcalderonzumba/gastonjs": "^1.0.2", "jcalderonzumba/mink-phantomjs-driver": "^0.3.1", "mikey179/vfsstream": "^1.2", @@ -14068,12 +15335,16 @@ "GPL-2.0-or-later" ], "description": "require-dev dependencies from drupal/core", - "time": "2019-02-08T12:31:37+00:00" + "time": "2019-02-20T20:01:42+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { + "drupal/commerce_license": 15, + "drupal/commerce_pricelist": 20, + "drupal/commerce_recurring": 20, + "drupal/commerce_variation_cart_form": 20, "drupal/computed_field": 10, "drupal/mailgun": 20, "drupal/migrate_plus": 20, diff --git a/config/devel/entity_clone.settings.yml b/config/devel/entity_clone.settings.yml new file mode 100644 index 0000000..9e7a287 --- /dev/null +++ b/config/devel/entity_clone.settings.yml @@ -0,0 +1,101 @@ +form_settings: + commerce_license: + default_value: false + disable: false + hidden: false + commerce_log: + default_value: false + disable: false + hidden: false + commerce_order: + default_value: false + disable: false + hidden: false + commerce_order_item: + default_value: false + disable: false + hidden: false + commerce_payment: + default_value: false + disable: false + hidden: false + commerce_payment_method: + default_value: false + disable: false + hidden: false + commerce_product_variation: + default_value: false + disable: false + hidden: false + commerce_product: + default_value: false + disable: false + hidden: false + commerce_product_attribute_value: + default_value: false + disable: false + hidden: false + commerce_promotion_coupon: + default_value: false + disable: false + hidden: false + commerce_promotion: + default_value: false + disable: false + hidden: false + commerce_subscription: + default_value: false + disable: false + hidden: false + commerce_store: + default_value: false + disable: false + hidden: false + contact_message: + default_value: false + disable: false + hidden: false + file: + default_value: false + disable: false + hidden: false + node: + default_value: false + disable: false + hidden: false + profile: + default_value: false + disable: false + hidden: false + redirect: + default_value: false + disable: false + hidden: false + search_api_task: + default_value: false + disable: false + hidden: false + simplenews_subscriber: + default_value: false + disable: false + hidden: false + taxonomy_term: + default_value: false + disable: false + hidden: false + user: + default_value: false + disable: false + hidden: false + workflow_transition: + default_value: false + disable: false + hidden: false + workflow_scheduled_transition: + default_value: false + disable: false + hidden: false + menu_link_content: + default_value: false + disable: false + hidden: false diff --git a/config/devel/language/fr/views.view.watchdog.yml b/config/devel/language/fr/views.view.watchdog.yml index 3264a38..62d38d5 100644 --- a/config/devel/language/fr/views.view.watchdog.yml +++ b/config/devel/language/fr/views.view.watchdog.yml @@ -1,3 +1,5 @@ +label: Surveillance +description: 'Entrées récentes du journal' display: default: display_title: Maître @@ -15,12 +17,40 @@ display: items_per_page_label: 'Éléments par page' items_per_page_options_all_label: '- Tout -' offset_label: Décalage + tags: + previous: ‹‹ + next: ›› fields: + nothing: + admin_label: Icône + wid: + label: WID + severity: + label: Importance type: label: Type + timestamp: + label: Date + message: + label: Message + alter: + alt: '{{ message }}' + name: + label: Utilisateur + separator: ', ' link: label: Actions filters: type: expose: label: Type + severity: + expose: + label: Importance + title: 'Entrées récentes du journal' + empty: + area: + admin_label: 'Aucune entrée du journal n''est disponible.' + content: 'Aucune entrée du journal n''est disponible.' + page: + display_title: Page diff --git a/config/sync/advancedqueue.advancedqueue_queue.commerce_license.yml b/config/sync/advancedqueue.advancedqueue_queue.commerce_license.yml new file mode 100644 index 0000000..496e4de --- /dev/null +++ b/config/sync/advancedqueue.advancedqueue_queue.commerce_license.yml @@ -0,0 +1,14 @@ +uuid: d4b9fa7a-bde1-4e83-9888-3080797ba7ef +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: fxqz51vznyPWsGSU_3z1b1jp4GbZorPLjmXD0Q70y1M +id: commerce_license +label: 'Commerce License' +backend: database +backend_configuration: + lease_time: 300 +processor: cron +processing_time: 180 +locked: true diff --git a/config/sync/advancedqueue.advancedqueue_queue.commerce_license_notify.yml b/config/sync/advancedqueue.advancedqueue_queue.commerce_license_notify.yml new file mode 100644 index 0000000..acdd743 --- /dev/null +++ b/config/sync/advancedqueue.advancedqueue_queue.commerce_license_notify.yml @@ -0,0 +1,14 @@ +uuid: acde1ae4-2e90-4cd4-a98a-978ab9aff95d +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: OQlGKYeBfi-MnjiuafqBiLopnCd9XpM53-8Zi5cw9pI +id: commerce_license_notify +label: 'Commerce License Notifications' +backend: database +backend_configuration: + lease_time: 300 +processor: cron +processing_time: 180 +locked: true diff --git a/config/sync/advancedqueue.advancedqueue_queue.commerce_recurring.yml b/config/sync/advancedqueue.advancedqueue_queue.commerce_recurring.yml new file mode 100644 index 0000000..b6297df --- /dev/null +++ b/config/sync/advancedqueue.advancedqueue_queue.commerce_recurring.yml @@ -0,0 +1,14 @@ +uuid: 20d123ed-3faa-4c04-865e-e93cb8d83987 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: DC-4Lq_F9S5_qkrZdgsREpzrjqz658aL6IJcvIOozCc +id: commerce_recurring +label: 'Commerce Recurring' +backend: database +backend_configuration: + lease_time: 300 +processor: cron +processing_time: 180 +locked: true diff --git a/config/sync/advancedqueue.advancedqueue_queue.default.yml b/config/sync/advancedqueue.advancedqueue_queue.default.yml new file mode 100644 index 0000000..4d4fff9 --- /dev/null +++ b/config/sync/advancedqueue.advancedqueue_queue.default.yml @@ -0,0 +1,14 @@ +uuid: 5f2b2553-fe2b-431e-b927-6ac4b791abbf +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: mrBML-mSE7gKDkRJdleP7qLpxfldTKlAerb0Bt2MNMA +id: default +label: Default +backend: database +backend_configuration: + lease_time: 300 +processor: cron +processing_time: 90 +locked: false diff --git a/config/sync/commerce_checkout.commerce_checkout_flow.default.yml b/config/sync/commerce_checkout.commerce_checkout_flow.default.yml new file mode 100644 index 0000000..fc64133 --- /dev/null +++ b/config/sync/commerce_checkout.commerce_checkout_flow.default.yml @@ -0,0 +1,37 @@ +uuid: b4c46a5f-0eda-4b38-b7c7-b86efb50585e +langcode: en +status: true +dependencies: + module: + - commerce_payment + - email_registration +_core: + default_config_hash: wwkDVBiXUqSzRifJbb71ajFBklJdNJ_DgS67IF-_qgY +id: default +label: Default +plugin: multistep_default +configuration: + display_checkout_progress: true + panes: + login: + allow_guest_checkout: true + allow_registration: false + step: login + weight: 0 + contact_information: + double_entry: true + step: order_information + weight: 1 + billing_information: + step: order_information + weight: 2 + review: + step: review + weight: 3 + completion_message: + step: complete + weight: 4 + order_summary: + view: commerce_checkout_order_summary + step: _sidebar + weight: 5 diff --git a/config/sync/commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml b/config/sync/commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml new file mode 100644 index 0000000..0032c81 --- /dev/null +++ b/config/sync/commerce_checkout.commerce_checkout_flow.materio_checkout_flow.yml @@ -0,0 +1,52 @@ +uuid: 6909971d-b780-4af3-967c-ae547d9e7926 +langcode: en +status: true +dependencies: + module: + - commerce_payment + - commerce_promotion + - email_registration +id: materio_checkout_flow +label: 'materio checkout flow' +plugin: multistep_default +configuration: + display_checkout_progress: true + panes: + login: + allow_guest_checkout: false + allow_registration: true + step: login + weight: 10 + review: + step: review + weight: 10 + completion_message: + step: complete + weight: 10 + completion_register: + step: complete + weight: 10 + order_summary: + view: '' + step: _sidebar + weight: 10 + contact_information: + double_entry: false + step: order_information + weight: 10 + payment_process: + capture: true + step: payment + weight: 10 + payment_information: + step: order_information + weight: 10 + coupon_redemption: + allow_multiple: false + step: _sidebar + weight: 10 + email_registration_login: + allow_guest_checkout: true + allow_registration: false + step: _disabled + weight: 10 diff --git a/config/sync/commerce_order.commerce_order_item_type.default.yml b/config/sync/commerce_order.commerce_order_item_type.default.yml new file mode 100644 index 0000000..aa7d0ef --- /dev/null +++ b/config/sync/commerce_order.commerce_order_item_type.default.yml @@ -0,0 +1,21 @@ +uuid: e3eaa065-01db-421e-ba83-06ca691ac14a +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_product + module: + - commerce_tax +third_party_settings: + commerce_tax: + taxable_type: services +_core: + default_config_hash: 6n6q97CDOCqHGs4Dun3BqVJE6e1o6TA-69qCwoUU-SY +label: Default +id: default +purchasableEntityType: commerce_product_variation +orderType: default +traits: + - commerce_license_order_item_type +locked: false diff --git a/config/sync/commerce_order.commerce_order_item_type.materio_order_item_type.yml b/config/sync/commerce_order.commerce_order_item_type.materio_order_item_type.yml new file mode 100644 index 0000000..a242460 --- /dev/null +++ b/config/sync/commerce_order.commerce_order_item_type.materio_order_item_type.yml @@ -0,0 +1,16 @@ +uuid: d818cd42-d2ed-4b79-9c2c-f596aa39a56a +langcode: en +status: true +dependencies: + module: + - commerce_tax +third_party_settings: + commerce_tax: + taxable_type: digital_goods +label: 'materio order item type' +id: materio_order_item_type +purchasableEntityType: commerce_product_variation +orderType: materio_order_type +traits: + - commerce_license_order_item_type +locked: false diff --git a/config/sync/commerce_order.commerce_order_item_type.recurring_product_variation.yml b/config/sync/commerce_order.commerce_order_item_type.recurring_product_variation.yml new file mode 100644 index 0000000..4ccf09d --- /dev/null +++ b/config/sync/commerce_order.commerce_order_item_type.recurring_product_variation.yml @@ -0,0 +1,22 @@ +uuid: 65504bc8-0953-4f21-aaca-2970d7cd78bd +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_product + - commerce_recurring + module: + - commerce_tax +third_party_settings: + commerce_tax: + taxable_type: services +_core: + default_config_hash: Q21JtNYYWL-eIfxaX1rm-NvSqPqdDymrDrN08f_QC7M +label: 'Recurring (Product variation)' +id: recurring_product_variation +purchasableEntityType: commerce_product_variation +orderType: recurring +traits: + - commerce_license_order_item_type +locked: true diff --git a/config/sync/commerce_order.commerce_order_item_type.recurring_standalone.yml b/config/sync/commerce_order.commerce_order_item_type.recurring_standalone.yml new file mode 100644 index 0000000..a2f11e1 --- /dev/null +++ b/config/sync/commerce_order.commerce_order_item_type.recurring_standalone.yml @@ -0,0 +1,15 @@ +uuid: 045671c1-aab5-4468-8178-c617dcea16a6 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_recurring +_core: + default_config_hash: iFZgD_z6PSZqyLy65J_OLjA_nnGu-lvKxgPr0BNiCCI +label: 'Recurring (Standalone)' +id: recurring_standalone +purchasableEntityType: '' +orderType: recurring +traits: { } +locked: true diff --git a/config/sync/commerce_order.commerce_order_type.default.yml b/config/sync/commerce_order.commerce_order_type.default.yml new file mode 100644 index 0000000..82d4cf9 --- /dev/null +++ b/config/sync/commerce_order.commerce_order_type.default.yml @@ -0,0 +1,15 @@ +uuid: 0e75b0ea-ab01-4de6-83c2-d1183c20aed8 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: pGvuJjaRPhhEY9oSM5EGsAtKWgGNSA-0aq4RIvd4BBE +label: Default +id: default +workflow: order_default +refresh_mode: customer +refresh_frequency: 300 +sendReceipt: true +receiptBcc: '' +traits: { } +locked: false diff --git a/config/sync/commerce_order.commerce_order_type.materio_order_type.yml b/config/sync/commerce_order.commerce_order_type.materio_order_type.yml new file mode 100644 index 0000000..7f95861 --- /dev/null +++ b/config/sync/commerce_order.commerce_order_type.materio_order_type.yml @@ -0,0 +1,22 @@ +uuid: 7bd4ddb9-f9ef-453c-9d2d-8ed17e77283c +langcode: en +status: true +dependencies: + module: + - commerce_cart + - commerce_checkout +third_party_settings: + commerce_cart: + cart_form_view: commerce_cart_form + cart_block_view: commerce_cart_block + commerce_checkout: + checkout_flow: materio_checkout_flow +label: 'materio order type' +id: materio_order_type +workflow: order_default +refresh_mode: customer +refresh_frequency: 300 +sendReceipt: true +receiptBcc: '' +traits: { } +locked: false diff --git a/config/sync/commerce_order.commerce_order_type.recurring.yml b/config/sync/commerce_order.commerce_order_type.recurring.yml new file mode 100644 index 0000000..cb719d6 --- /dev/null +++ b/config/sync/commerce_order.commerce_order_type.recurring.yml @@ -0,0 +1,25 @@ +uuid: 7a28a2d1-133c-46d5-89e1-05ecf3e7270c +langcode: en +status: true +dependencies: + module: + - commerce_cart + - commerce_checkout + - commerce_recurring +third_party_settings: + commerce_cart: + cart_form_view: commerce_cart_form + cart_block_view: commerce_cart_block + commerce_checkout: + checkout_flow: default +_core: + default_config_hash: 792iyvjCVODZf_5iMHKhvhpGeC-uLVBLdjqi3xSkDKg +label: Recurring +id: recurring +workflow: order_recurring +refresh_mode: customer +refresh_frequency: 300 +sendReceipt: true +receiptBcc: '' +traits: { } +locked: true diff --git a/config/sync/commerce_payment.commerce_payment_gateway.cm_cic.yml b/config/sync/commerce_payment.commerce_payment_gateway.cm_cic.yml new file mode 100644 index 0000000..ad3838b --- /dev/null +++ b/config/sync/commerce_payment.commerce_payment_gateway.cm_cic.yml @@ -0,0 +1,22 @@ +uuid: 9fd9ac25-5b14-4630-a056-546da6b3b418 +langcode: en +status: true +dependencies: + module: + - commerce_cmcic +id: cm_cic +label: CM-CIC +weight: null +plugin: commerce_cmcic +configuration: + display_label: CM-CIC + mode: test + payment_method_types: + - credit_card + bank_type: cic + version: '3.0' + security_key: 7C86189FA72DA637A722BB395BFB9D403D3C70P7 + tpe: '6277685' + company: materio +conditions: { } +conditionOperator: AND diff --git a/config/sync/commerce_price.commerce_currency.EUR.yml b/config/sync/commerce_price.commerce_currency.EUR.yml new file mode 100644 index 0000000..076f50f --- /dev/null +++ b/config/sync/commerce_price.commerce_currency.EUR.yml @@ -0,0 +1,9 @@ +uuid: 58f56059-69ca-4ba3-8049-ad2396be83fa +langcode: en +status: true +dependencies: { } +currencyCode: EUR +name: Euro +numericCode: '978' +symbol: € +fractionDigits: 2 diff --git a/config/sync/commerce_product.commerce_product_type.default.yml b/config/sync/commerce_product.commerce_product_type.default.yml new file mode 100644 index 0000000..ec3bd2e --- /dev/null +++ b/config/sync/commerce_product.commerce_product_type.default.yml @@ -0,0 +1,14 @@ +uuid: f0fa8172-e692-471f-8f31-56c8f8249394 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 5TqAuVTl1_arKIBeD1qDfJM-pKmaFnqyYSQNdwEK_DQ +id: default +label: Default +description: '' +variationType: default +multipleVariations: true +injectVariationFields: true +traits: { } +locked: false diff --git a/config/sync/commerce_product.commerce_product_type.materio_product_type.yml b/config/sync/commerce_product.commerce_product_type.materio_product_type.yml new file mode 100644 index 0000000..94aa26b --- /dev/null +++ b/config/sync/commerce_product.commerce_product_type.materio_product_type.yml @@ -0,0 +1,12 @@ +uuid: bcb6963e-b9e7-45ec-a138-a808f194ea8f +langcode: en +status: true +dependencies: { } +id: materio_product_type +label: 'materio product type' +description: '' +variationType: materio_product_variation_type +multipleVariations: true +injectVariationFields: true +traits: { } +locked: false diff --git a/config/sync/commerce_product.commerce_product_variation_type.default.yml b/config/sync/commerce_product.commerce_product_variation_type.default.yml new file mode 100644 index 0000000..9e5810b --- /dev/null +++ b/config/sync/commerce_product.commerce_product_variation_type.default.yml @@ -0,0 +1,20 @@ +uuid: f5c212be-5b8f-45ef-8cfe-9b907c5b7ff5 +langcode: en +status: true +dependencies: + module: + - commerce_license +third_party_settings: + commerce_license: + license_types: { } + activate_on_place: false +_core: + default_config_hash: 3vA4FKQ1Qu8B1R8UdGPnmMfJrYO6Y6uMqeNgDgXxods +id: default +label: Default +orderItemType: default +generateTitle: true +traits: + - commerce_license + - purchasable_entity_subscription +locked: false diff --git a/config/sync/commerce_product.commerce_product_variation_type.materio_product_variation_type.yml b/config/sync/commerce_product.commerce_product_variation_type.materio_product_variation_type.yml new file mode 100644 index 0000000..0e196c6 --- /dev/null +++ b/config/sync/commerce_product.commerce_product_variation_type.materio_product_variation_type.yml @@ -0,0 +1,19 @@ +uuid: 745074c2-58db-4818-ae69-8b01e11c22a1 +langcode: en +status: true +dependencies: + module: + - commerce_license +third_party_settings: + commerce_license: + license_types: + role: role + activate_on_place: true +id: materio_product_variation_type +label: 'materio product variation type' +orderItemType: materio_order_item_type +generateTitle: false +traits: + - commerce_license + - purchasable_entity_subscription +locked: false diff --git a/config/sync/commerce_recurring.commerce_billing_schedule.annual.yml b/config/sync/commerce_recurring.commerce_billing_schedule.annual.yml new file mode 100644 index 0000000..1f5244c --- /dev/null +++ b/config/sync/commerce_recurring.commerce_billing_schedule.annual.yml @@ -0,0 +1,21 @@ +uuid: f221f0be-f2b3-4420-b02a-c30805cc133f +langcode: en +status: true +dependencies: { } +id: annual +label: Annual +displayLabel: Annual +billingType: prepaid +retrySchedule: + - 1 + - 3 + - 5 +unpaidSubscriptionState: canceled +plugin: rolling +configuration: + trial_interval: { } + interval: + number: 1 + unit: year +prorater: full_price +proraterConfiguration: { } diff --git a/config/sync/commerce_recurring.commerce_billing_schedule.monthly.yml b/config/sync/commerce_recurring.commerce_billing_schedule.monthly.yml new file mode 100644 index 0000000..8865905 --- /dev/null +++ b/config/sync/commerce_recurring.commerce_billing_schedule.monthly.yml @@ -0,0 +1,21 @@ +uuid: b9da167a-ce66-44bf-9f6d-3a26dbdb8e99 +langcode: en +status: true +dependencies: { } +id: monthly +label: Monthly +displayLabel: Monthly +billingType: prepaid +retrySchedule: + - 1 + - 3 + - 5 +unpaidSubscriptionState: canceled +plugin: rolling +configuration: + trial_interval: { } + interval: + number: 1 + unit: month +prorater: full_price +proraterConfiguration: { } diff --git a/config/sync/commerce_store.commerce_store_type.online.yml b/config/sync/commerce_store.commerce_store_type.online.yml new file mode 100644 index 0000000..9b98e70 --- /dev/null +++ b/config/sync/commerce_store.commerce_store_type.online.yml @@ -0,0 +1,11 @@ +uuid: e8e34c09-3f51-4629-9159-97cc2f26ec65 +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: FGYrs0ZrjxSzRQMODyYqquV1UW5MN7S5wUG0Dp_OxWU +id: online +label: Online +description: '' +traits: { } +locked: false diff --git a/config/sync/commerce_store.settings.yml b/config/sync/commerce_store.settings.yml new file mode 100644 index 0000000..0b91121 --- /dev/null +++ b/config/sync/commerce_store.settings.yml @@ -0,0 +1,3 @@ +default_store: f62391e2-4c98-4fd8-8f67-6c50d6ed10ef +_core: + default_config_hash: B9ZFGR76POyzj9f3Sh66F346_Jp-wnnUc78Hk3Q-60o diff --git a/config/sync/commerce_tax.commerce_tax_type.eu.yml b/config/sync/commerce_tax.commerce_tax_type.eu.yml new file mode 100644 index 0000000..3c08397 --- /dev/null +++ b/config/sync/commerce_tax.commerce_tax_type.eu.yml @@ -0,0 +1,9 @@ +uuid: 9320e7b2-64b0-463b-842b-d6d0a142116c +langcode: en +status: true +dependencies: { } +id: eu +label: EU +plugin: european_union_vat +configuration: + display_inclusive: true diff --git a/config/sync/core.entity_form_display.commerce_order.default.default.yml b/config/sync/core.entity_form_display.commerce_order.default.default.yml new file mode 100644 index 0000000..276af3b --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order.default.default.yml @@ -0,0 +1,50 @@ +uuid: bd5f3569-7d53-4d63-8c84-5f4b3b5fe548 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.default + - field.field.commerce_order.default.order_items + module: + - commerce_order + - inline_entity_form +_core: + default_config_hash: 1NKrIQBqELStd0cyiuHeNArhuPvOZj36faDEG1dWqEA +id: commerce_order.default.default +targetEntityType: commerce_order +bundle: default +mode: default +content: + adjustments: + type: commerce_adjustment_default + weight: 2 + settings: { } + third_party_settings: { } + region: content + billing_profile: + type: commerce_billing_profile + weight: 0 + settings: { } + third_party_settings: { } + region: content + order_items: + type: inline_entity_form_complex + weight: 1 + settings: + override_labels: true + label_singular: 'order item' + label_plural: 'order items' + allow_new: true + match_operator: CONTAINS + allow_existing: false + form_mode: default + third_party_settings: { } + region: content +hidden: + created: true + ip_address: true + mail: true + order_number: true + state: true + store_id: true + uid: true diff --git a/config/sync/core.entity_form_display.commerce_order.materio_order_type.default.yml b/config/sync/core.entity_form_display.commerce_order.materio_order_type.default.yml new file mode 100644 index 0000000..7347bff --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order.materio_order_type.default.yml @@ -0,0 +1,57 @@ +uuid: cae81b86-6915-4dae-8372-2b1293433010 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.materio_order_type + - field.field.commerce_order.materio_order_type.order_items + module: + - commerce_order + - inline_entity_form +id: commerce_order.materio_order_type.default +targetEntityType: commerce_order +bundle: materio_order_type +mode: default +content: + adjustments: + type: commerce_adjustment_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + billing_profile: + type: commerce_billing_profile + weight: 0 + settings: { } + region: content + third_party_settings: { } + cart: + type: boolean_checkbox + settings: + display_label: true + weight: 20 + region: content + third_party_settings: { } + order_items: + type: inline_entity_form_complex + weight: 0 + settings: + override_labels: true + label_singular: 'order item' + label_plural: 'order items' + form_mode: default + collapsible: false + collapsed: false + allow_new: true + allow_existing: false + match_operator: CONTAINS + allow_duplicate: false + third_party_settings: { } + region: content +hidden: + ip_address: true + mail: true + order_number: true + state: true + store_id: true + uid: true diff --git a/config/sync/core.entity_form_display.commerce_order.recurring.default.yml b/config/sync/core.entity_form_display.commerce_order.recurring.default.yml new file mode 100644 index 0000000..d465400 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order.recurring.default.yml @@ -0,0 +1,54 @@ +uuid: 8d4ff124-1b5d-4a27-a741-b04f1228983f +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.recurring + - field.field.commerce_order.recurring.billing_period + - field.field.commerce_order.recurring.billing_schedule + - field.field.commerce_order.recurring.order_items + module: + - commerce_order + - inline_entity_form +_core: + default_config_hash: 4fv0zPQ2YV4t2RPtYaHJo1bl4DU8EU44UWRCBQdJyqk +id: commerce_order.recurring.default +targetEntityType: commerce_order +bundle: recurring +mode: default +content: + adjustments: + type: commerce_adjustment_default + weight: 2 + region: content + settings: { } + third_party_settings: { } + billing_profile: + type: commerce_billing_profile + weight: 0 + settings: { } + region: content + third_party_settings: { } + order_items: + type: inline_entity_form_complex + weight: 1 + region: content + settings: + form_mode: default + override_labels: true + label_singular: 'order item' + label_plural: 'order items' + allow_new: true + match_operator: CONTAINS + allow_existing: false + third_party_settings: { } +hidden: + billing_period: true + billing_schedule: true + cart: true + ip_address: true + mail: true + order_number: true + state: true + store_id: true + uid: true diff --git a/config/sync/core.entity_form_display.commerce_order_item.default.add_to_cart.yml b/config/sync/core.entity_form_display.commerce_order_item.default.add_to_cart.yml new file mode 100644 index 0000000..0621b43 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order_item.default.add_to_cart.yml @@ -0,0 +1,32 @@ +uuid: 8f33c912-3ea5-426c-9e27-86eeca2e1bdd +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.default + - core.entity_form_mode.commerce_order_item.add_to_cart + enforced: + module: + - commerce_cart + - commerce_product + module: + - commerce_product +_core: + default_config_hash: dEAP3rR9rAW6OwN2i5jskLxvkOBHsclejItF8RL_KVQ +id: commerce_order_item.default.add_to_cart +targetEntityType: commerce_order_item +bundle: default +mode: add_to_cart +content: + purchased_entity: + type: commerce_product_variation_attributes + weight: 0 + settings: { } + third_party_settings: { } + region: content +hidden: + created: true + quantity: true + status: true + uid: true + unit_price: true diff --git a/config/sync/core.entity_form_display.commerce_order_item.default.default.yml b/config/sync/core.entity_form_display.commerce_order_item.default.default.yml new file mode 100644 index 0000000..df56acf --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order_item.default.default.yml @@ -0,0 +1,48 @@ +uuid: a31b0d8d-d808-47b1-a80f-8c69c4707d54 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.default + - field.field.commerce_order_item.default.license + enforced: + module: + - commerce_product + module: + - commerce_order +_core: + default_config_hash: AI9120ApX7uexCUMTuO3RgE5bWu8175i_bNlPMRXe7M +id: commerce_order_item.default.default +targetEntityType: commerce_order_item +bundle: default +mode: default +content: + purchased_entity: + type: entity_reference_autocomplete + weight: 0 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + region: content + quantity: + type: commerce_quantity + weight: 1 + settings: + placeholder: '' + step: '1' + third_party_settings: { } + region: content + unit_price: + type: commerce_unit_price + weight: 2 + settings: + require_confirmation: true + third_party_settings: { } + region: content +hidden: + created: true + license: true + status: true + uid: true diff --git a/config/sync/core.entity_form_display.commerce_order_item.default.variation_cart_form.yml b/config/sync/core.entity_form_display.commerce_order_item.default.variation_cart_form.yml new file mode 100644 index 0000000..d1bd513 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order_item.default.variation_cart_form.yml @@ -0,0 +1,34 @@ +uuid: 468efac3-76f1-460d-a2b4-3ee77d97815f +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.default + - core.entity_form_mode.commerce_order_item.variation_cart_form + - field.field.commerce_order_item.default.license + enforced: + module: + - commerce_cart + - commerce_product + - commerce_variation_cart_form +_core: + default_config_hash: ckTrNmHo6qD3KP5GGTjzA4UhBNN9vhLXRJqwMlT__E4 +id: commerce_order_item.default.variation_cart_form +targetEntityType: commerce_order_item +bundle: default +mode: variation_cart_form +content: + quantity: + type: number + weight: 1 + settings: + placeholder: '' + third_party_settings: { } + region: content +hidden: + created: true + license: true + purchased_entity: true + status: true + uid: true + unit_price: true diff --git a/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.add_to_cart.yml b/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.add_to_cart.yml new file mode 100644 index 0000000..7df1550 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.add_to_cart.yml @@ -0,0 +1,25 @@ +uuid: 3713755f-abe1-436f-baca-e47e2f3e7634 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.materio_order_item_type + - core.entity_form_mode.commerce_order_item.add_to_cart + - field.field.commerce_order_item.materio_order_item_type.license +id: commerce_order_item.materio_order_item_type.add_to_cart +targetEntityType: commerce_order_item +bundle: materio_order_item_type +mode: add_to_cart +content: + quantity: + type: number + weight: 0 + region: content + settings: + placeholder: '' + third_party_settings: { } +hidden: + created: true + license: true + purchased_entity: true + unit_price: true diff --git a/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.default.yml b/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.default.yml new file mode 100644 index 0000000..06f0387 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order_item.materio_order_item_type.default.yml @@ -0,0 +1,18 @@ +uuid: 7a2cdb8d-2ffc-41a2-abb5-f02b0decaa86 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.materio_order_item_type + - field.field.commerce_order_item.materio_order_item_type.license +id: commerce_order_item.materio_order_item_type.default +targetEntityType: commerce_order_item +bundle: materio_order_item_type +mode: default +content: { } +hidden: + created: true + license: true + purchased_entity: true + quantity: true + unit_price: true diff --git a/config/sync/core.entity_form_display.commerce_order_item.recurring_product_variation.add_to_cart.yml b/config/sync/core.entity_form_display.commerce_order_item.recurring_product_variation.add_to_cart.yml new file mode 100644 index 0000000..f102400 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order_item.recurring_product_variation.add_to_cart.yml @@ -0,0 +1,34 @@ +uuid: a3abf38e-8930-4571-a0c9-b27ae67b3d2a +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.recurring_product_variation + - core.entity_form_mode.commerce_order_item.add_to_cart + module: + - commerce_order +id: commerce_order_item.recurring_product_variation.add_to_cart +targetEntityType: commerce_order_item +bundle: recurring_product_variation +mode: add_to_cart +content: + purchased_entity: + type: entity_reference_autocomplete + weight: -1 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + region: content + third_party_settings: { } + quantity: + type: commerce_quantity + weight: 1 + region: content + settings: + step: '1' + placeholder: '' + third_party_settings: { } +hidden: + created: true + unit_price: true diff --git a/config/sync/core.entity_form_display.commerce_order_item.recurring_product_variation.default.yml b/config/sync/core.entity_form_display.commerce_order_item.recurring_product_variation.default.yml new file mode 100644 index 0000000..ac4f5d4 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order_item.recurring_product_variation.default.yml @@ -0,0 +1,45 @@ +uuid: 45884467-b855-46c7-a494-2bd706eae28d +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.recurring_product_variation + - field.field.commerce_order_item.recurring_product_variation.billing_period + - field.field.commerce_order_item.recurring_product_variation.license + - field.field.commerce_order_item.recurring_product_variation.subscription + module: + - commerce_order +id: commerce_order_item.recurring_product_variation.default +targetEntityType: commerce_order_item +bundle: recurring_product_variation +mode: default +content: + purchased_entity: + type: entity_reference_autocomplete + weight: -1 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + region: content + third_party_settings: { } + quantity: + type: commerce_quantity + weight: 1 + region: content + settings: + step: '1' + placeholder: '' + third_party_settings: { } + unit_price: + type: commerce_unit_price + weight: 2 + settings: + require_confirmation: true + region: content + third_party_settings: { } +hidden: + billing_period: true + created: true + license: true + subscription: true diff --git a/config/sync/core.entity_form_display.commerce_order_item.recurring_standalone.add_to_cart.yml b/config/sync/core.entity_form_display.commerce_order_item.recurring_standalone.add_to_cart.yml new file mode 100644 index 0000000..4cf2e7f --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_order_item.recurring_standalone.add_to_cart.yml @@ -0,0 +1,33 @@ +uuid: f5641b79-0578-449f-a272-85476839fe6b +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.recurring_standalone + - core.entity_form_mode.commerce_order_item.add_to_cart + module: + - commerce_order +id: commerce_order_item.recurring_standalone.add_to_cart +targetEntityType: commerce_order_item +bundle: recurring_standalone +mode: add_to_cart +content: + quantity: + type: commerce_quantity + weight: 1 + region: content + settings: + step: '1' + placeholder: '' + third_party_settings: { } + title: + type: string_textfield + weight: -1 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + unit_price: true diff --git a/config/sync/core.entity_form_display.commerce_product.default.default.yml b/config/sync/core.entity_form_display.commerce_product.default.default.yml new file mode 100644 index 0000000..0c9183f --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_product.default.default.yml @@ -0,0 +1,83 @@ +uuid: 365f716b-fef4-464c-884b-323a60d1daf0 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.default + - field.field.commerce_product.default.body + - field.field.commerce_product.default.stores + - field.field.commerce_product.default.variations + module: + - commerce + - path + - text +_core: + default_config_hash: D83rjMOLFN_QzOmcrOY8Ro8bAguEQmmTq7wIcj3gLI8 +id: commerce_product.default.default +targetEntityType: commerce_product +bundle: default +mode: default +content: + body: + type: text_textarea_with_summary + weight: 2 + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + third_party_settings: { } + region: content + created: + type: datetime_timestamp + weight: 5 + settings: { } + third_party_settings: { } + region: content + langcode: + type: language_select + weight: 3 + region: content + settings: { } + third_party_settings: { } + path: + type: path + weight: 7 + settings: { } + third_party_settings: { } + region: content + status: + type: boolean_checkbox + weight: 8 + region: content + settings: + display_label: true + third_party_settings: { } + stores: + type: commerce_entity_select + weight: 0 + settings: + hide_single_entity: true + autocomplete_threshold: 7 + autocomplete_size: 60 + autocomplete_placeholder: '' + third_party_settings: { } + region: content + title: + type: string_textfield + weight: 1 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + region: content + uid: + type: entity_reference_autocomplete + weight: 4 + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } + region: content +hidden: + variations: true diff --git a/config/sync/core.entity_form_display.commerce_product.materio_product_type.default.yml b/config/sync/core.entity_form_display.commerce_product.materio_product_type.default.yml new file mode 100644 index 0000000..fefe310 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_product.materio_product_type.default.yml @@ -0,0 +1,80 @@ +uuid: e92de2a9-9c0f-4e8c-9e93-e67fdf1f2d82 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.materio_product_type + - field.field.commerce_product.materio_product_type.body + - field.field.commerce_product.materio_product_type.stores + module: + - commerce + - path + - text +id: commerce_product.materio_product_type.default +targetEntityType: commerce_product +bundle: materio_product_type +mode: default +content: + body: + type: text_textarea_with_summary + weight: 1 + settings: + rows: 9 + summary_rows: 3 + placeholder: '' + third_party_settings: { } + region: content + created: + type: datetime_timestamp + weight: 10 + region: content + settings: { } + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 90 + region: content + third_party_settings: { } + stores: + type: commerce_entity_select + weight: -10 + settings: + hide_single_entity: true + autocomplete_threshold: 7 + autocomplete_size: 60 + autocomplete_placeholder: '' + third_party_settings: { } + region: content + title: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + uid: + type: entity_reference_autocomplete + weight: 5 + region: content + settings: + match_operator: CONTAINS + size: 60 + placeholder: '' + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.commerce_product_variation.default.default.yml b/config/sync/core.entity_form_display.commerce_product_variation.default.default.yml new file mode 100644 index 0000000..260d014 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_product_variation.default.default.yml @@ -0,0 +1,81 @@ +uuid: 8c33b314-9381-403f-8010-c30c9fb6bab3 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.default + - field.field.commerce_product_variation.default.billing_schedule + - field.field.commerce_product_variation.default.license_expiration + - field.field.commerce_product_variation.default.license_type + - field.field.commerce_product_variation.default.subscription_type + module: + - commerce + - commerce_price +_core: + default_config_hash: tPYXAFcoBHG1jtgfl021t-ns7EE7da_S-o2zfS7aLUQ +id: commerce_product_variation.default.default +targetEntityType: commerce_product_variation +bundle: default +mode: default +content: + billing_schedule: + type: options_select + weight: 22 + settings: { } + third_party_settings: { } + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + license_expiration: + type: commerce_plugin_select + weight: 21 + settings: { } + third_party_settings: { } + region: content + license_type: + type: commerce_plugin_select + weight: 20 + settings: { } + third_party_settings: { } + region: content + list_price: + type: commerce_list_price + weight: -1 + region: content + settings: { } + third_party_settings: { } + price: + type: commerce_price_default + weight: 0 + settings: { } + third_party_settings: { } + region: content + sku: + type: string_textfield + weight: -4 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + region: content + status: + type: boolean_checkbox + weight: 10 + settings: + display_label: true + third_party_settings: { } + region: content + subscription_type: + type: commerce_plugin_select + weight: 0 + settings: { } + third_party_settings: { } + region: content +hidden: + created: true + uid: true diff --git a/config/sync/core.entity_form_display.commerce_product_variation.materio_product_variation_type.default.yml b/config/sync/core.entity_form_display.commerce_product_variation.materio_product_variation_type.default.yml new file mode 100644 index 0000000..b4b16dd --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_product_variation.materio_product_variation_type.default.yml @@ -0,0 +1,97 @@ +uuid: 4a9db798-2d08-4a75-9def-055b6d4dc338 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.materio_product_variation_type + - 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.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 + - commerce_price + - text +id: commerce_product_variation.materio_product_variation_type.default +targetEntityType: commerce_product_variation +bundle: materio_product_variation_type +mode: default +content: + billing_schedule: + type: options_select + weight: 91 + settings: { } + third_party_settings: { } + region: content + field_description: + weight: 92 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + license_expiration: + type: commerce_plugin_select + weight: 21 + settings: { } + third_party_settings: { } + region: content + license_type: + type: commerce_plugin_select + weight: 20 + settings: { } + third_party_settings: { } + region: content + list_price: + type: commerce_list_price + weight: -1 + region: content + settings: { } + third_party_settings: { } + price: + type: commerce_price_default + weight: 0 + region: content + settings: { } + third_party_settings: { } + sku: + type: string_textfield + weight: -4 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + status: + type: boolean_checkbox + settings: + display_label: true + weight: 90 + region: content + third_party_settings: { } + subscription_type: + type: commerce_plugin_select + weight: 0 + settings: { } + third_party_settings: { } + region: content + title: + type: string_textfield + weight: -5 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } +hidden: + created: true + uid: true diff --git a/config/sync/core.entity_form_display.commerce_store.online.default.yml b/config/sync/core.entity_form_display.commerce_store.online.default.yml new file mode 100644 index 0000000..0846e58 --- /dev/null +++ b/config/sync/core.entity_form_display.commerce_store.online.default.yml @@ -0,0 +1,78 @@ +uuid: 058edd5d-0113-4eb0-b7dc-9a568660a7cb +langcode: en +status: true +dependencies: + config: + - commerce_store.commerce_store_type.online + module: + - address + - path +_core: + default_config_hash: aOjgfb6yMxeaSWFwXTCknWVCT0JD6vYcflAXlczbBEI +id: commerce_store.online.default +targetEntityType: commerce_store +bundle: online +mode: default +content: + address: + type: address_default + settings: + default_country: site_default + weight: 3 + region: content + third_party_settings: { } + billing_countries: + type: options_select + weight: 4 + region: content + settings: { } + third_party_settings: { } + default_currency: + type: options_select + weight: 2 + region: content + settings: { } + third_party_settings: { } + langcode: + type: language_select + weight: 2 + region: content + settings: + include_locked: true + third_party_settings: { } + mail: + type: email_default + weight: 1 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + name: + type: string_textfield + weight: 0 + region: content + settings: + size: 60 + placeholder: '' + third_party_settings: { } + path: + type: path + weight: 30 + region: content + settings: { } + third_party_settings: { } + prices_include_tax: + type: boolean_checkbox + settings: + display_label: true + weight: 3 + region: content + third_party_settings: { } + tax_registrations: + type: options_select + weight: 4 + region: content + settings: { } + third_party_settings: { } +hidden: { } diff --git a/config/sync/core.entity_form_display.node.materiau.default.yml b/config/sync/core.entity_form_display.node.materiau.default.yml index 921af43..541da05 100644 --- a/config/sync/core.entity_form_display.node.materiau.default.yml +++ b/config/sync/core.entity_form_display.node.materiau.default.yml @@ -30,6 +30,7 @@ dependencies: - file - image - materio_samples + - path - text - video_embed_field - workflow @@ -223,7 +224,7 @@ content: type: entity_reference_autocomplete region: content field_localisation_old: - weight: 35 + weight: 1 settings: size: 60 placeholder: '' @@ -312,6 +313,12 @@ content: settings: include_locked: true third_party_settings: { } + path: + type: path + weight: 2 + region: content + settings: { } + third_party_settings: { } title: type: string_textfield weight: 1 @@ -325,13 +332,16 @@ content: region: content settings: { } third_party_settings: { } + url_redirects: + weight: 3 + region: content + settings: { } + third_party_settings: { } hidden: created: true field_index: true field_reference: true - path: true promote: true status: true sticky: true uid: true - url_redirects: true diff --git a/config/sync/core.entity_form_display.profile.customer.default.yml b/config/sync/core.entity_form_display.profile.customer.default.yml new file mode 100644 index 0000000..5c239fd --- /dev/null +++ b/config/sync/core.entity_form_display.profile.customer.default.yml @@ -0,0 +1,26 @@ +uuid: 645923fc-aa1c-4e50-977b-88092d3f7047 +langcode: en +status: true +dependencies: + config: + - field.field.profile.customer.address + - profile.type.customer + enforced: + module: + - commerce_order + module: + - address +_core: + default_config_hash: 7mnnVkJkUSPhil9xoiTfdTivMqxCUloT_71AHWNUbJg +id: profile.customer.default +targetEntityType: profile +bundle: customer +mode: default +content: + address: + type: address_default + weight: 0 + settings: { } + third_party_settings: { } + region: content +hidden: { } diff --git a/config/sync/core.entity_form_mode.commerce_order_item.add_to_cart.yml b/config/sync/core.entity_form_mode.commerce_order_item.add_to_cart.yml new file mode 100644 index 0000000..6887faa --- /dev/null +++ b/config/sync/core.entity_form_mode.commerce_order_item.add_to_cart.yml @@ -0,0 +1,15 @@ +uuid: 81388d7c-dbe8-4ac0-86ce-d172fe4e3345 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_cart + module: + - commerce_order +_core: + default_config_hash: BeqBf6Mm59Nebv4SsV0yvK5EspkCegPqvwnqwEBvEp0 +id: commerce_order_item.add_to_cart +label: 'Add to cart' +targetEntityType: commerce_order_item +cache: true diff --git a/config/sync/core.entity_form_mode.commerce_order_item.variation_cart_form.yml b/config/sync/core.entity_form_mode.commerce_order_item.variation_cart_form.yml new file mode 100644 index 0000000..0052149 --- /dev/null +++ b/config/sync/core.entity_form_mode.commerce_order_item.variation_cart_form.yml @@ -0,0 +1,17 @@ +uuid: 40945bff-da3d-49c0-9142-a135528a4aa6 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_cart + - commerce_product + - commerce_variation_cart_form + module: + - commerce_order +_core: + default_config_hash: u--mTnS-vYPf2RaezDnxj9Sl0GFgFSi4fgzVPPlCMM0 +id: commerce_order_item.variation_cart_form +label: 'Variation cart form' +targetEntityType: commerce_order_item +cache: true diff --git a/config/sync/core.entity_view_display.commerce_order.default.default.yml b/config/sync/core.entity_view_display.commerce_order.default.default.yml new file mode 100644 index 0000000..e7ffbb1 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_order.default.default.yml @@ -0,0 +1,96 @@ +uuid: 25523850-f701-4c6c-92d2-7a680ee97d10 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.default + - field.field.commerce_order.default.order_items + module: + - commerce_order + - state_machine + - user +_core: + default_config_hash: DGdHybHLw9uLIR4f16miPoJYlsJxbxZk_li7kD13aE4 +id: commerce_order.default.default +targetEntityType: commerce_order +bundle: default +mode: default +content: + changed: + type: timestamp + weight: 4 + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + region: content + completed: + label: inline + type: timestamp + weight: 2 + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + region: content + ip_address: + label: inline + type: string + weight: 7 + settings: + link_to_entity: false + third_party_settings: { } + region: content + mail: + label: inline + type: basic_string + weight: 6 + settings: { } + third_party_settings: { } + region: content + order_items: + type: commerce_order_item_table + weight: 0 + settings: { } + third_party_settings: { } + label: hidden + region: content + placed: + label: inline + type: timestamp + weight: 3 + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + region: content + state: + label: hidden + type: state_transition_form + weight: 8 + settings: { } + third_party_settings: { } + region: content + total_price: + type: commerce_order_total_summary + weight: 1 + settings: { } + third_party_settings: { } + label: hidden + region: content + uid: + label: inline + type: author + weight: 5 + settings: { } + third_party_settings: { } + region: content +hidden: + billing_profile: true + order_number: true + store_id: true + total_paid: true diff --git a/config/sync/core.entity_view_display.commerce_order.default.user.yml b/config/sync/core.entity_view_display.commerce_order.default.user.yml new file mode 100644 index 0000000..84ada38 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_order.default.user.yml @@ -0,0 +1,90 @@ +uuid: 86d60508-1594-49b7-b7f1-d230f9855a01 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.default + - core.entity_view_mode.commerce_order.user + - field.field.commerce_order.default.order_items + module: + - commerce_order + - entity_reference_revisions + - options +_core: + default_config_hash: UcQydNwgf9NMjqKyyPwC9mJu-QmHqV7HKOcIp0VuV7w +id: commerce_order.default.user +targetEntityType: commerce_order +bundle: default +mode: user +content: + billing_profile: + type: entity_reference_revisions_entity_view + weight: 0 + label: above + settings: + view_mode: default + link: '' + third_party_settings: { } + region: content + completed: + label: inline + type: timestamp + weight: 2 + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + region: content + mail: + label: inline + type: basic_string + weight: 1 + settings: { } + third_party_settings: { } + region: content + order_items: + type: commerce_order_item_table + weight: 5 + settings: { } + third_party_settings: { } + label: hidden + region: content + order_number: + type: string + weight: 0 + label: inline + settings: + link_to_entity: false + third_party_settings: { } + region: content + placed: + label: inline + type: timestamp + weight: 3 + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + region: content + state: + type: list_default + weight: 4 + label: inline + settings: { } + third_party_settings: { } + region: content + total_price: + type: commerce_order_total_summary + weight: 6 + settings: { } + third_party_settings: { } + label: hidden + region: content +hidden: + changed: true + ip_address: true + store_id: true + total_paid: true + uid: true diff --git a/config/sync/core.entity_view_display.commerce_order.materio_order_type.default.yml b/config/sync/core.entity_view_display.commerce_order.materio_order_type.default.yml new file mode 100644 index 0000000..909a4dc --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_order.materio_order_type.default.yml @@ -0,0 +1,86 @@ +uuid: 841604d9-9a57-44cc-aa1b-00565644f5c4 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.materio_order_type + - field.field.commerce_order.materio_order_type.order_items + module: + - commerce_order + - state_machine + - user +id: commerce_order.materio_order_type.default +targetEntityType: commerce_order +bundle: materio_order_type +mode: default +content: + completed: + label: above + type: timestamp + weight: 0 + region: content + settings: + date_format: medium + custom_date_format: '' + timezone: '' + third_party_settings: { } + ip_address: + label: above + type: string + weight: 0 + region: content + settings: + link_to_entity: false + third_party_settings: { } + mail: + label: above + type: string + weight: 0 + region: content + settings: + link_to_entity: false + third_party_settings: { } + order_items: + type: commerce_order_item_table + weight: 0 + label: above + settings: { } + third_party_settings: { } + region: content + placed: + label: above + type: timestamp + weight: 0 + region: content + settings: + date_format: medium + custom_date_format: '' + timezone: '' + third_party_settings: { } + state: + label: hidden + type: state_transition_form + weight: 10 + region: content + settings: { } + third_party_settings: { } + total_price: + label: hidden + type: commerce_order_total_summary + weight: 0 + region: content + settings: { } + third_party_settings: { } + uid: + label: above + type: author + weight: 0 + region: content + settings: { } + third_party_settings: { } +hidden: + billing_profile: true + changed: true + order_number: true + store_id: true + total_paid: true diff --git a/config/sync/core.entity_view_display.commerce_order.recurring.default.yml b/config/sync/core.entity_view_display.commerce_order.recurring.default.yml new file mode 100644 index 0000000..e089355 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_order.recurring.default.yml @@ -0,0 +1,107 @@ +uuid: 714cab91-b2d0-4bd4-9717-b453024a0d83 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.recurring + - field.field.commerce_order.recurring.billing_period + - field.field.commerce_order.recurring.billing_schedule + - field.field.commerce_order.recurring.order_items + module: + - commerce_order + - commerce_recurring + - state_machine + - user +_core: + default_config_hash: pqjQQwD6q0YCbnK5waryaHLLPnUIqgheGscABnsVCjc +id: commerce_order.recurring.default +targetEntityType: commerce_order +bundle: recurring +mode: default +content: + billing_period: + type: commerce_billing_period_default + weight: 0 + region: content + label: above + settings: { } + third_party_settings: { } + changed: + type: timestamp + weight: 5 + region: content + label: inline + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + completed: + label: inline + type: timestamp + weight: 3 + region: content + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + ip_address: + label: inline + type: string + weight: 8 + region: content + settings: + link_to_entity: false + third_party_settings: { } + mail: + label: inline + type: email_mailto + weight: 7 + region: content + settings: { } + third_party_settings: { } + order_items: + type: commerce_order_item_table + weight: 1 + region: content + label: hidden + settings: { } + third_party_settings: { } + placed: + label: inline + type: timestamp + weight: 4 + region: content + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + state: + label: hidden + type: state_transition_form + weight: 9 + region: content + settings: { } + third_party_settings: { } + total_price: + label: hidden + type: commerce_order_total_summary + weight: 2 + region: content + settings: { } + third_party_settings: { } + uid: + label: inline + type: author + weight: 6 + region: content + settings: { } + third_party_settings: { } +hidden: + billing_profile: true + billing_schedule: true + order_number: true + store_id: true + total_paid: true diff --git a/config/sync/core.entity_view_display.commerce_order.recurring.user.yml b/config/sync/core.entity_view_display.commerce_order.recurring.user.yml new file mode 100644 index 0000000..d62507c --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_order.recurring.user.yml @@ -0,0 +1,123 @@ +uuid: 310d6889-4549-4c20-98e8-4f9e7b94eae0 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.recurring + - core.entity_view_mode.commerce_order.user + - field.field.commerce_order.recurring.billing_period + - field.field.commerce_order.recurring.billing_schedule + - field.field.commerce_order.recurring.order_items + module: + - commerce_order + - commerce_recurring + - entity_reference_revisions + - state_machine +_core: + default_config_hash: ya1p4AsX8W8oQtLFJYLvK7H3Gk5w-UHRvujK9mdRmN0 +id: commerce_order.recurring.user +targetEntityType: commerce_order +bundle: recurring +mode: user +content: + billing_period: + type: commerce_billing_period_default + weight: 1 + region: content + label: above + settings: { } + third_party_settings: { } + billing_profile: + type: entity_reference_revisions_entity_view + weight: 2 + region: content + label: above + settings: + view_mode: default + link: '' + third_party_settings: { } + changed: + type: timestamp + weight: 12 + region: content + label: inline + settings: + date_format: medium + custom_date_format: '' + timezone: '' + third_party_settings: { } + completed: + label: inline + type: timestamp + weight: 4 + region: content + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + mail: + label: inline + type: email_mailto + weight: 3 + region: content + settings: { } + third_party_settings: { } + order_items: + type: commerce_order_item_table + weight: 7 + region: content + label: hidden + settings: { } + third_party_settings: { } + order_number: + type: string + weight: 0 + region: content + label: above + settings: + link_to_entity: false + third_party_settings: { } + placed: + label: inline + type: timestamp + weight: 5 + region: content + settings: + date_format: short + custom_date_format: '' + timezone: '' + third_party_settings: { } + state: + label: hidden + type: state_transition_form + weight: 6 + region: content + settings: { } + third_party_settings: { } + store_id: + type: entity_reference_entity_id + weight: 9 + region: content + label: above + settings: { } + third_party_settings: { } + total_price: + label: hidden + type: commerce_order_total_summary + weight: 8 + region: content + settings: { } + third_party_settings: { } + uid: + type: entity_reference_label + weight: 10 + region: content + label: inline + settings: + link: true + third_party_settings: { } +hidden: + billing_schedule: true + ip_address: true + total_paid: true diff --git a/config/sync/core.entity_view_display.commerce_order_item.default.default.yml b/config/sync/core.entity_view_display.commerce_order_item.default.default.yml new file mode 100644 index 0000000..a823a39 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_order_item.default.default.yml @@ -0,0 +1,77 @@ +uuid: 532cb236-5796-4f6e-9351-6c4041b09b29 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.default + - field.field.commerce_order_item.default.license + enforced: + module: + - commerce_product + module: + - commerce_price +_core: + default_config_hash: na1I045I2I_Fv3VhEW6TVW4IwUqNkexoPdIcvDoRUss +id: commerce_order_item.default.default +targetEntityType: commerce_order_item +bundle: default +mode: default +content: + created: + label: hidden + type: timestamp + weight: 0 + region: content + settings: + date_format: medium + custom_date_format: '' + timezone: '' + third_party_settings: { } + license: + region: hidden + weight: 4 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label + purchased_entity: + type: entity_reference_entity_view + weight: 0 + settings: + view_mode: default + link: false + third_party_settings: { } + label: above + region: content + quantity: + type: number_decimal + weight: 1 + settings: + thousand_separator: '' + decimal_separator: . + scale: 2 + prefix_suffix: true + third_party_settings: { } + label: above + region: content + total_price: + type: commerce_price_default + weight: 3 + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + label: above + region: content + unit_price: + type: commerce_price_default + weight: 2 + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + label: above + region: content +hidden: + adjustments: true diff --git a/config/sync/core.entity_view_display.commerce_order_item.materio_order_item_type.default.yml b/config/sync/core.entity_view_display.commerce_order_item.materio_order_item_type.default.yml new file mode 100644 index 0000000..b7bdffa --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_order_item.materio_order_item_type.default.yml @@ -0,0 +1,20 @@ +uuid: eecccc15-3a87-4675-b391-1f841e11e81d +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.materio_order_item_type + - field.field.commerce_order_item.materio_order_item_type.license +id: commerce_order_item.materio_order_item_type.default +targetEntityType: commerce_order_item +bundle: materio_order_item_type +mode: default +content: { } +hidden: + adjustments: true + created: true + license: true + purchased_entity: true + quantity: true + total_price: true + unit_price: true diff --git a/config/sync/core.entity_view_display.commerce_order_item.recurring_product_variation.default.yml b/config/sync/core.entity_view_display.commerce_order_item.recurring_product_variation.default.yml new file mode 100644 index 0000000..d78443e --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_order_item.recurring_product_variation.default.yml @@ -0,0 +1,40 @@ +uuid: 1e93e277-b023-43a9-ba1a-baa2b5207c56 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.recurring_product_variation + - field.field.commerce_order_item.recurring_product_variation.billing_period + - field.field.commerce_order_item.recurring_product_variation.license + - field.field.commerce_order_item.recurring_product_variation.subscription +id: commerce_order_item.recurring_product_variation.default +targetEntityType: commerce_order_item +bundle: recurring_product_variation +mode: default +content: + created: + label: hidden + type: timestamp + weight: 0 + region: content + settings: + date_format: medium + custom_date_format: '' + timezone: '' + third_party_settings: { } + license: + region: hidden + weight: 1 + label: above + settings: + link: true + third_party_settings: { } + type: entity_reference_label +hidden: + adjustments: true + billing_period: true + purchased_entity: true + quantity: true + subscription: true + total_price: true + unit_price: true diff --git a/config/sync/core.entity_view_display.commerce_product.default.default.yml b/config/sync/core.entity_view_display.commerce_product.default.default.yml new file mode 100644 index 0000000..1fcbec9 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_product.default.default.yml @@ -0,0 +1,49 @@ +uuid: a81d86c7-7347-403e-a614-7694a61e49ee +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.default + - field.field.commerce_product.default.body + - field.field.commerce_product.default.stores + - field.field.commerce_product.default.variations + module: + - commerce_product + - text +_core: + default_config_hash: gT03TFcuSod4d9uPQNs_gqK1F1QZ0Ray5CBYW0BNLnk +id: commerce_product.default.default +targetEntityType: commerce_product +bundle: default +mode: default +content: + body: + type: text_default + weight: 0 + label: hidden + settings: { } + third_party_settings: { } + region: content + title: + label: hidden + type: string + weight: -5 + region: content + settings: + link_to_entity: false + third_party_settings: { } + variations: + type: commerce_add_to_cart + weight: 1 + label: hidden + settings: + default_quantity: '1' + combine: true + show_quantity: false + third_party_settings: { } + region: content +hidden: + created: true + langcode: true + stores: true + uid: true diff --git a/config/sync/core.entity_view_display.commerce_product.materio_product_type.default.yml b/config/sync/core.entity_view_display.commerce_product.materio_product_type.default.yml new file mode 100644 index 0000000..c2805d2 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_product.materio_product_type.default.yml @@ -0,0 +1,30 @@ +uuid: 839dd32f-c32f-4f5e-82f3-0734c5e8c707 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.materio_product_type + - field.field.commerce_product.materio_product_type.body + - field.field.commerce_product.materio_product_type.stores + - field.field.commerce_product.materio_product_type.variations +id: commerce_product.materio_product_type.default +targetEntityType: commerce_product +bundle: materio_product_type +mode: default +content: + variations: + type: entity_reference_entity_view + weight: 0 + region: content + label: hidden + settings: + view_mode: default + link: false + third_party_settings: { } +hidden: + body: true + created: true + langcode: true + stores: true + title: true + uid: true diff --git a/config/sync/core.entity_view_display.commerce_product_variation.default.cart.yml b/config/sync/core.entity_view_display.commerce_product_variation.default.cart.yml new file mode 100644 index 0000000..c9640d0 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_product_variation.default.cart.yml @@ -0,0 +1,42 @@ +uuid: 87074845-5575-4df4-8ee7-49425b4f8912 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.default + - core.entity_view_mode.commerce_product_variation.cart + enforced: + module: + - commerce_cart + - commerce_product + module: + - commerce_price +_core: + default_config_hash: EVn6BiYwtiYYiS-9vG5bvZDkkX9hQq1SgIqeQ_iPC-I +id: commerce_product_variation.default.cart +targetEntityType: commerce_product_variation +bundle: default +mode: cart +content: + list_price: + label: above + type: commerce_price_default + weight: -1 + region: content + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + product_id: + type: entity_reference_label + weight: 0 + label: hidden + settings: + link: true + third_party_settings: { } + region: content +hidden: + langcode: true + price: true + sku: true + title: true diff --git a/config/sync/core.entity_view_display.commerce_product_variation.default.summary.yml b/config/sync/core.entity_view_display.commerce_product_variation.default.summary.yml new file mode 100644 index 0000000..94b3ad7 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_product_variation.default.summary.yml @@ -0,0 +1,48 @@ +uuid: 7144d68f-68d6-48f8-bda7-a9dafa4921ec +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.default + - core.entity_view_mode.commerce_product_variation.summary + enforced: + module: + - commerce_checkout + module: + - commerce_price +_core: + default_config_hash: FZNRP3e--QCbG69eQ4ekdrlzlfpBHRYCuAkM5QStgSQ +id: commerce_product_variation.default.summary +targetEntityType: commerce_product_variation +bundle: default +mode: summary +content: + list_price: + label: above + type: commerce_price_default + weight: -1 + region: content + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + product_id: + type: entity_reference_label + weight: 0 + label: hidden + settings: + link: true + third_party_settings: { } + region: content + title: + label: hidden + type: string + weight: -5 + settings: + link_to_entity: false + third_party_settings: { } + region: content +hidden: + langcode: true + price: true + sku: true diff --git a/config/sync/core.entity_view_display.commerce_product_variation.materio_product_variation_type.default.yml b/config/sync/core.entity_view_display.commerce_product_variation.materio_product_variation_type.default.yml new file mode 100644 index 0000000..cc8d7dd --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_product_variation.materio_product_variation_type.default.yml @@ -0,0 +1,61 @@ +uuid: ea845d51-d640-47f1-bd80-224114b48e8b +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.materio_product_variation_type + - 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.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_price + - commerce_variation_cart_form + - text +third_party_settings: + commerce_variation_cart_form: + combine: '1' +id: commerce_product_variation.materio_product_variation_type.default +targetEntityType: commerce_product_variation +bundle: materio_product_variation_type +mode: default +content: + commerce_variation_cart_form: + weight: 3 + region: content + settings: { } + third_party_settings: { } + field_description: + weight: 2 + label: hidden + settings: { } + third_party_settings: { } + type: text_default + region: content + price: + label: hidden + type: commerce_price_default + weight: 1 + region: content + settings: + strip_trailing_zeroes: false + currency_display: symbol + third_party_settings: { } + title: + type: string + weight: 0 + region: content + label: hidden + settings: + link_to_entity: true + third_party_settings: { } +hidden: + billing_schedule: true + langcode: true + license_expiration: true + license_type: true + list_price: true + product_id: true + sku: true + subscription_type: true diff --git a/config/sync/core.entity_view_display.commerce_store.online.default.yml b/config/sync/core.entity_view_display.commerce_store.online.default.yml new file mode 100644 index 0000000..f5c7325 --- /dev/null +++ b/config/sync/core.entity_view_display.commerce_store.online.default.yml @@ -0,0 +1,28 @@ +uuid: 7a898ca3-e7d1-4a8f-8492-c1789f286132 +langcode: en +status: true +dependencies: + config: + - commerce_store.commerce_store_type.online + module: + - address +_core: + default_config_hash: fUxrlZt5z8U8dKAADqGtH0YQWZSVXIkH9Ga5abq8HwU +id: commerce_store.online.default +targetEntityType: commerce_store +bundle: online +mode: default +content: + address: + type: address_default + weight: 1 + label: above + settings: { } + third_party_settings: { } + region: content +hidden: + billing_countries: true + default_currency: true + langcode: true + mail: true + name: true diff --git a/config/sync/core.entity_view_display.profile.customer.default.yml b/config/sync/core.entity_view_display.profile.customer.default.yml new file mode 100644 index 0000000..9a45e36 --- /dev/null +++ b/config/sync/core.entity_view_display.profile.customer.default.yml @@ -0,0 +1,27 @@ +uuid: 7876efd4-1c9a-4a9a-ad6d-bfb9c2e12de2 +langcode: en +status: true +dependencies: + config: + - field.field.profile.customer.address + - profile.type.customer + enforced: + module: + - commerce_order + module: + - address +_core: + default_config_hash: '-D8G44VGLIAIFvoHm_u7-Awnie4iCenOWfldrpNy_ys' +id: profile.customer.default +targetEntityType: profile +bundle: customer +mode: default +content: + address: + type: address_default + weight: 0 + label: hidden + settings: { } + third_party_settings: { } + region: content +hidden: { } diff --git a/config/sync/core.entity_view_mode.commerce_order.user.yml b/config/sync/core.entity_view_mode.commerce_order.user.yml new file mode 100644 index 0000000..3920838 --- /dev/null +++ b/config/sync/core.entity_view_mode.commerce_order.user.yml @@ -0,0 +1,12 @@ +uuid: e037686e-b9b6-4bfe-b447-0c573e12b863 +langcode: en +status: true +dependencies: + module: + - commerce_order +_core: + default_config_hash: zGcQPC5MWgNSsQxarSWsXNIVpjb_vDAdcDLPupYmxQ8 +id: commerce_order.user +label: User +targetEntityType: commerce_order +cache: true diff --git a/config/sync/core.entity_view_mode.commerce_product_attribute_value.add_to_cart.yml b/config/sync/core.entity_view_mode.commerce_product_attribute_value.add_to_cart.yml new file mode 100644 index 0000000..26d4831 --- /dev/null +++ b/config/sync/core.entity_view_mode.commerce_product_attribute_value.add_to_cart.yml @@ -0,0 +1,12 @@ +uuid: f98862e5-1d48-42f0-832d-72cb820e85b5 +langcode: en +status: true +dependencies: + module: + - commerce_product +_core: + default_config_hash: ry5RvX-mOnp2GQWzMqSYjPz-jKfP1nSo4Xo4kJCodlE +id: commerce_product_attribute_value.add_to_cart +label: 'Add to Cart Form' +targetEntityType: commerce_product_attribute_value +cache: true diff --git a/config/sync/core.entity_view_mode.commerce_product_variation.cart.yml b/config/sync/core.entity_view_mode.commerce_product_variation.cart.yml new file mode 100644 index 0000000..1a77fe7 --- /dev/null +++ b/config/sync/core.entity_view_mode.commerce_product_variation.cart.yml @@ -0,0 +1,16 @@ +uuid: cc66d260-9165-4918-bb73-5140574a8c9c +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_cart + - commerce_product + module: + - commerce_product +_core: + default_config_hash: SjZo-csuMc7wQHh55OpVRuTrQTp8zy3k6cR9RykDWIg +id: commerce_product_variation.cart +label: Cart +targetEntityType: commerce_product_variation +cache: true diff --git a/config/sync/core.entity_view_mode.commerce_product_variation.summary.yml b/config/sync/core.entity_view_mode.commerce_product_variation.summary.yml new file mode 100644 index 0000000..d8239f9 --- /dev/null +++ b/config/sync/core.entity_view_mode.commerce_product_variation.summary.yml @@ -0,0 +1,15 @@ +uuid: c3a1dc15-726d-4dae-aab0-eb5a9f9a47b2 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_checkout + module: + - commerce_product +_core: + default_config_hash: 23R0npqqL2T9F-gDL2Lor2GfZj_lDvmv-kwdQzPCxMw +id: commerce_product_variation.summary +label: Summary +targetEntityType: commerce_product_variation +cache: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 78f9922..a9356d3 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -4,6 +4,7 @@ module: admin_toolbar: 0 admin_toolbar_links_access_filter: 0 advanced_text_formatter: 0 + advancedqueue: 0 amswap: 0 audiofield: 0 autocomplete_deluxe: 0 @@ -15,6 +16,24 @@ module: breakpoint: 0 bulkdelete: 0 ckeditor: 0 + commerce: 0 + commerce_cart: 0 + commerce_checkout: 0 + commerce_cmcic: 0 + commerce_license: 0 + commerce_log: 0 + commerce_migrate: 0 + commerce_migrate_ubercart: 0 + commerce_order: 0 + commerce_payment: 0 + commerce_price: 0 + commerce_pricelist: 0 + commerce_product: 0 + commerce_promotion: 0 + commerce_recurring: 0 + commerce_store: 0 + commerce_tax: 0 + commerce_variation_cart_form: 0 computed_field: 0 config: 0 config_filter: 0 @@ -41,6 +60,7 @@ module: entity: 0 entity_browser: 0 entity_browser_enhanced: 0 + entity_reference_revisions: 0 field: 0 field_group: 0 field_ui: 0 @@ -51,6 +71,7 @@ module: honeypot: 0 image: 0 inline_entity_form: 0 + interval: 0 kint: 0 language: 0 link: 0 @@ -82,6 +103,7 @@ module: pathologic: 0 persistent_login: 0 profile: 0 + recurring_period: 0 redirect: 0 redis: 0 responsive_image: 0 @@ -91,6 +113,7 @@ module: simplenews: 0 smart_trim: 0 smtp: 0 + state_machine: 0 synonyms: 0 system: 0 taxonomy: 0 diff --git a/config/sync/field.field.commerce_order.default.order_items.yml b/config/sync/field.field.commerce_order.default.order_items.yml new file mode 100644 index 0000000..64f9899 --- /dev/null +++ b/config/sync/field.field.commerce_order.default.order_items.yml @@ -0,0 +1,23 @@ +uuid: fc368711-3598-4c69-bace-df1be681bc3d +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.default + - field.storage.commerce_order.order_items +_core: + default_config_hash: iqPSpcfsl-SdT3MtQLp1uBc4udRzM_185m3Yqd5KdTA +id: commerce_order.default.order_items +field_name: order_items +entity_type: commerce_order +bundle: default +label: 'Order items' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:commerce_order_item' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_order.materio_order_type.order_items.yml b/config/sync/field.field.commerce_order.materio_order_type.order_items.yml new file mode 100644 index 0000000..b86f8f1 --- /dev/null +++ b/config/sync/field.field.commerce_order.materio_order_type.order_items.yml @@ -0,0 +1,21 @@ +uuid: 3becbec4-756f-4f81-a751-e0f5741aa5de +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.materio_order_type + - field.storage.commerce_order.order_items +id: commerce_order.materio_order_type.order_items +field_name: order_items +entity_type: commerce_order +bundle: materio_order_type +label: 'Order items' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: + handler: 'default:commerce_order_item' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_order.recurring.billing_period.yml b/config/sync/field.field.commerce_order.recurring.billing_period.yml new file mode 100644 index 0000000..d31fe2c --- /dev/null +++ b/config/sync/field.field.commerce_order.recurring.billing_period.yml @@ -0,0 +1,23 @@ +uuid: e4415611-fb36-40da-ae2a-8f92ddb95cfa +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.recurring + - field.storage.commerce_order.billing_period + module: + - commerce_recurring +_core: + default_config_hash: 4Vu5Ni_pOJPYydTtLPzfypNWmMT23TMhpG_y5HZnqFQ +id: commerce_order.recurring.billing_period +field_name: billing_period +entity_type: commerce_order +bundle: recurring +label: 'Billing period' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: commerce_billing_period diff --git a/config/sync/field.field.commerce_order.recurring.billing_schedule.yml b/config/sync/field.field.commerce_order.recurring.billing_schedule.yml new file mode 100644 index 0000000..28a5755 --- /dev/null +++ b/config/sync/field.field.commerce_order.recurring.billing_schedule.yml @@ -0,0 +1,23 @@ +uuid: c8ac8380-e78a-43ae-9c46-8737eb30b503 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.recurring + - field.storage.commerce_order.billing_schedule +_core: + default_config_hash: TA8Ay3J9zJ9s_bIdiSP8deiI9DMCMupgQ6HTR8yasBU +id: commerce_order.recurring.billing_schedule +field_name: billing_schedule +entity_type: commerce_order +bundle: recurring +label: 'Billing schedule' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:commerce_billing_schedule' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_order.recurring.order_items.yml b/config/sync/field.field.commerce_order.recurring.order_items.yml new file mode 100644 index 0000000..a08d016 --- /dev/null +++ b/config/sync/field.field.commerce_order.recurring.order_items.yml @@ -0,0 +1,23 @@ +uuid: 4857c81e-d332-4af2-a116-f2c903701ef3 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_type.recurring + - field.storage.commerce_order.order_items +_core: + default_config_hash: Iv22eWTSd-PFWM0Eb5ZLa4ezegeFBrCzDpf3SgpTZ_A +id: commerce_order.recurring.order_items +field_name: order_items +entity_type: commerce_order +bundle: recurring +label: 'Order items' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:commerce_order_item' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_order_item.default.license.yml b/config/sync/field.field.commerce_order_item.default.license.yml new file mode 100644 index 0000000..e6ba432 --- /dev/null +++ b/config/sync/field.field.commerce_order_item.default.license.yml @@ -0,0 +1,21 @@ +uuid: d59472fc-7e68-4573-8f24-726c5c4db458 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.default + - field.storage.commerce_order_item.license +id: commerce_order_item.default.license +field_name: license +entity_type: commerce_order_item +bundle: default +label: License +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: null +settings: + handler: 'default:commerce_license' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_order_item.materio_order_item_type.license.yml b/config/sync/field.field.commerce_order_item.materio_order_item_type.license.yml new file mode 100644 index 0000000..39d6be2 --- /dev/null +++ b/config/sync/field.field.commerce_order_item.materio_order_item_type.license.yml @@ -0,0 +1,21 @@ +uuid: e6d47ba6-45d3-4f5f-9c41-1b77865f6457 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.materio_order_item_type + - field.storage.commerce_order_item.license +id: commerce_order_item.materio_order_item_type.license +field_name: license +entity_type: commerce_order_item +bundle: materio_order_item_type +label: License +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: null +settings: + handler: 'default:commerce_license' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_order_item.recurring_product_variation.billing_period.yml b/config/sync/field.field.commerce_order_item.recurring_product_variation.billing_period.yml new file mode 100644 index 0000000..3a8608a --- /dev/null +++ b/config/sync/field.field.commerce_order_item.recurring_product_variation.billing_period.yml @@ -0,0 +1,23 @@ +uuid: d2c4b17d-16f0-49fe-9955-d2ad51e21252 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.recurring_product_variation + - field.storage.commerce_order_item.billing_period + module: + - commerce_recurring +_core: + default_config_hash: ZmMg3kY0eEu7hyeYp7DBJSfVlch6i3_IboXfYuRz2g8 +id: commerce_order_item.recurring_product_variation.billing_period +field_name: billing_period +entity_type: commerce_order_item +bundle: recurring_product_variation +label: 'Billing period' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: commerce_billing_period diff --git a/config/sync/field.field.commerce_order_item.recurring_product_variation.license.yml b/config/sync/field.field.commerce_order_item.recurring_product_variation.license.yml new file mode 100644 index 0000000..c162717 --- /dev/null +++ b/config/sync/field.field.commerce_order_item.recurring_product_variation.license.yml @@ -0,0 +1,21 @@ +uuid: be89e441-566b-472b-9697-62057b1e3ebe +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.recurring_product_variation + - field.storage.commerce_order_item.license +id: commerce_order_item.recurring_product_variation.license +field_name: license +entity_type: commerce_order_item +bundle: recurring_product_variation +label: License +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: null +settings: + handler: 'default:commerce_license' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_order_item.recurring_product_variation.subscription.yml b/config/sync/field.field.commerce_order_item.recurring_product_variation.subscription.yml new file mode 100644 index 0000000..fc590f8 --- /dev/null +++ b/config/sync/field.field.commerce_order_item.recurring_product_variation.subscription.yml @@ -0,0 +1,23 @@ +uuid: b180f9ee-59e5-46d6-b189-b6bd92b88590 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.recurring_product_variation + - field.storage.commerce_order_item.subscription +_core: + default_config_hash: zKAUvD7w6Ted9fGYdYlEtW9PAjYrcDZMt1dVeRHECW8 +id: commerce_order_item.recurring_product_variation.subscription +field_name: subscription +entity_type: commerce_order_item +bundle: recurring_product_variation +label: Subscription +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:commerce_subscription' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_order_item.recurring_standalone.billing_period.yml b/config/sync/field.field.commerce_order_item.recurring_standalone.billing_period.yml new file mode 100644 index 0000000..bdf7cf3 --- /dev/null +++ b/config/sync/field.field.commerce_order_item.recurring_standalone.billing_period.yml @@ -0,0 +1,23 @@ +uuid: e55480a2-c531-4efa-91b1-07e8fde7c440 +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.recurring_standalone + - field.storage.commerce_order_item.billing_period + module: + - commerce_recurring +_core: + default_config_hash: 8z6LA1pZVQ8kEMvTk4iudjxjw_lmwTijHcpVVvNLroY +id: commerce_order_item.recurring_standalone.billing_period +field_name: billing_period +entity_type: commerce_order_item +bundle: recurring_standalone +label: 'Billing period' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: commerce_billing_period diff --git a/config/sync/field.field.commerce_order_item.recurring_standalone.subscription.yml b/config/sync/field.field.commerce_order_item.recurring_standalone.subscription.yml new file mode 100644 index 0000000..c2347c2 --- /dev/null +++ b/config/sync/field.field.commerce_order_item.recurring_standalone.subscription.yml @@ -0,0 +1,23 @@ +uuid: bbc760ab-50b0-4aa4-91a5-b802ab09f47d +langcode: en +status: true +dependencies: + config: + - commerce_order.commerce_order_item_type.recurring_standalone + - field.storage.commerce_order_item.subscription +_core: + default_config_hash: vFJro9m_fglPixpDuiiwchMohiWS0UoOshUexkeX1iA +id: commerce_order_item.recurring_standalone.subscription +field_name: subscription +entity_type: commerce_order_item +bundle: recurring_standalone +label: Subscription +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:commerce_subscription' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_product.default.body.yml b/config/sync/field.field.commerce_product.default.body.yml new file mode 100644 index 0000000..b9808f8 --- /dev/null +++ b/config/sync/field.field.commerce_product.default.body.yml @@ -0,0 +1,24 @@ +uuid: c80ec54e-a35f-473d-a973-68d1ac9df158 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.default + - field.storage.commerce_product.body + module: + - text +_core: + default_config_hash: ObNdu_OSuSmozy8UUi9cKY41dPs7s1ZOuWhG6Q5KdR8 +id: commerce_product.default.body +field_name: body +entity_type: commerce_product +bundle: default +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + display_summary: false +field_type: text_with_summary diff --git a/config/sync/field.field.commerce_product.default.stores.yml b/config/sync/field.field.commerce_product.default.stores.yml new file mode 100644 index 0000000..91ef69b --- /dev/null +++ b/config/sync/field.field.commerce_product.default.stores.yml @@ -0,0 +1,23 @@ +uuid: 0969e971-0572-4788-ade8-57618f0b1e03 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.default + - field.storage.commerce_product.stores +_core: + default_config_hash: RYNTEdoNOXnNo71_mrAz8Gz37XTuuUsXOZTzAYx9wI8 +id: commerce_product.default.stores +field_name: stores +entity_type: commerce_product +bundle: default +label: Stores +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:commerce_store' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_product.default.variations.yml b/config/sync/field.field.commerce_product.default.variations.yml new file mode 100644 index 0000000..bc9570c --- /dev/null +++ b/config/sync/field.field.commerce_product.default.variations.yml @@ -0,0 +1,26 @@ +uuid: c260f407-4d0c-4126-8d00-318c43d60105 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.default + - commerce_product.commerce_product_variation_type.default + - field.storage.commerce_product.variations +_core: + default_config_hash: '-I2JKkD4E2ths6CAmEuI9IWXzBLBO5CcOKVIyc81CNE' +id: commerce_product.default.variations +field_name: variations +entity_type: commerce_product +bundle: default +label: Variations +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: 'default:commerce_product_variation' + handler_settings: + target_bundles: + - default +field_type: entity_reference diff --git a/config/sync/field.field.commerce_product.materio_product_type.body.yml b/config/sync/field.field.commerce_product.materio_product_type.body.yml new file mode 100644 index 0000000..129ea74 --- /dev/null +++ b/config/sync/field.field.commerce_product.materio_product_type.body.yml @@ -0,0 +1,22 @@ +uuid: 84d1834d-1d3d-408b-8a03-497c7dc624e5 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.materio_product_type + - field.storage.commerce_product.body + module: + - text +id: commerce_product.materio_product_type.body +field_name: body +entity_type: commerce_product +bundle: materio_product_type +label: Body +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: null +settings: + display_summary: false +field_type: text_with_summary diff --git a/config/sync/field.field.commerce_product.materio_product_type.stores.yml b/config/sync/field.field.commerce_product.materio_product_type.stores.yml new file mode 100644 index 0000000..2bc4e50 --- /dev/null +++ b/config/sync/field.field.commerce_product.materio_product_type.stores.yml @@ -0,0 +1,21 @@ +uuid: 82d5b63c-fcaa-4ea5-8a93-a8520bacdf30 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.materio_product_type + - field.storage.commerce_product.stores +id: commerce_product.materio_product_type.stores +field_name: stores +entity_type: commerce_product +bundle: materio_product_type +label: Stores +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: + handler: 'default:commerce_store' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_product.materio_product_type.variations.yml b/config/sync/field.field.commerce_product.materio_product_type.variations.yml new file mode 100644 index 0000000..1d8bb6b --- /dev/null +++ b/config/sync/field.field.commerce_product.materio_product_type.variations.yml @@ -0,0 +1,24 @@ +uuid: 808b0a73-7b2b-43de-8f67-19e9ea1feef6 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.materio_product_type + - commerce_product.commerce_product_variation_type.materio_product_variation_type + - field.storage.commerce_product.variations +id: commerce_product.materio_product_type.variations +field_name: variations +entity_type: commerce_product +bundle: materio_product_type +label: Variations +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: + handler: 'default:commerce_product_variation' + handler_settings: + target_bundles: + - materio_product_variation_type +field_type: entity_reference diff --git a/config/sync/field.field.commerce_product_variation.default.billing_schedule.yml b/config/sync/field.field.commerce_product_variation.default.billing_schedule.yml new file mode 100644 index 0000000..49df038 --- /dev/null +++ b/config/sync/field.field.commerce_product_variation.default.billing_schedule.yml @@ -0,0 +1,21 @@ +uuid: 21570a41-e87a-4fd3-8ab1-a0655c947360 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.default + - field.storage.commerce_product_variation.billing_schedule +id: commerce_product_variation.default.billing_schedule +field_name: billing_schedule +entity_type: commerce_product_variation +bundle: default +label: 'Billing schedule' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: + handler: 'default:commerce_billing_schedule' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_product_variation.default.license_expiration.yml b/config/sync/field.field.commerce_product_variation.default.license_expiration.yml new file mode 100644 index 0000000..44d3f9b --- /dev/null +++ b/config/sync/field.field.commerce_product_variation.default.license_expiration.yml @@ -0,0 +1,21 @@ +uuid: f7f2495b-4a0b-4ffc-95f2-732492d3963e +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.default + - field.storage.commerce_product_variation.license_expiration + module: + - commerce +id: commerce_product_variation.default.license_expiration +field_name: license_expiration +entity_type: commerce_product_variation +bundle: default +label: 'License Expiration' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: { } +field_type: 'commerce_plugin_item:recurring_period' diff --git a/config/sync/field.field.commerce_product_variation.default.license_type.yml b/config/sync/field.field.commerce_product_variation.default.license_type.yml new file mode 100644 index 0000000..8d0f9ba --- /dev/null +++ b/config/sync/field.field.commerce_product_variation.default.license_type.yml @@ -0,0 +1,21 @@ +uuid: 804699c4-117a-4c41-b70c-87f9af07eda6 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.default + - field.storage.commerce_product_variation.license_type + module: + - commerce +id: commerce_product_variation.default.license_type +field_name: license_type +entity_type: commerce_product_variation +bundle: default +label: 'License Type' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: { } +field_type: 'commerce_plugin_item:commerce_license_type' diff --git a/config/sync/field.field.commerce_product_variation.default.subscription_type.yml b/config/sync/field.field.commerce_product_variation.default.subscription_type.yml new file mode 100644 index 0000000..30e294d --- /dev/null +++ b/config/sync/field.field.commerce_product_variation.default.subscription_type.yml @@ -0,0 +1,21 @@ +uuid: 4433023f-ac1d-4a52-be78-0a32542536c7 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.default + - field.storage.commerce_product_variation.subscription_type + module: + - commerce +id: commerce_product_variation.default.subscription_type +field_name: subscription_type +entity_type: commerce_product_variation +bundle: default +label: 'Subscription type' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: { } +field_type: 'commerce_plugin_item:commerce_subscription_type' diff --git a/config/sync/field.field.commerce_product_variation.materio_product_variation_type.billing_schedule.yml b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.billing_schedule.yml new file mode 100644 index 0000000..440785e --- /dev/null +++ b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.billing_schedule.yml @@ -0,0 +1,21 @@ +uuid: 89497ea0-d5ef-43d5-bdfb-3648f0dbc917 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.materio_product_variation_type + - field.storage.commerce_product_variation.billing_schedule +id: commerce_product_variation.materio_product_variation_type.billing_schedule +field_name: billing_schedule +entity_type: commerce_product_variation +bundle: materio_product_variation_type +label: 'Billing schedule' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: + handler: 'default:commerce_billing_schedule' + handler_settings: { } +field_type: entity_reference diff --git a/config/sync/field.field.commerce_product_variation.materio_product_variation_type.field_description.yml b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.field_description.yml new file mode 100644 index 0000000..13979cb --- /dev/null +++ b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.field_description.yml @@ -0,0 +1,21 @@ +uuid: 95fa4eac-c57a-45f9-87f7-a7e3c9625ab4 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.materio_product_variation_type + - field.storage.commerce_product_variation.field_description + module: + - text +id: commerce_product_variation.materio_product_variation_type.field_description +field_name: field_description +entity_type: commerce_product_variation +bundle: materio_product_variation_type +label: Description +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/config/sync/field.field.commerce_product_variation.materio_product_variation_type.license_expiration.yml b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.license_expiration.yml new file mode 100644 index 0000000..3fcf534 --- /dev/null +++ b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.license_expiration.yml @@ -0,0 +1,21 @@ +uuid: 711c71f5-14e6-4d4f-b544-ce1665dbd4ef +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.materio_product_variation_type + - field.storage.commerce_product_variation.license_expiration + module: + - commerce +id: commerce_product_variation.materio_product_variation_type.license_expiration +field_name: license_expiration +entity_type: commerce_product_variation +bundle: materio_product_variation_type +label: 'License Expiration' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: { } +field_type: 'commerce_plugin_item:recurring_period' diff --git a/config/sync/field.field.commerce_product_variation.materio_product_variation_type.license_type.yml b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.license_type.yml new file mode 100644 index 0000000..9d6cc19 --- /dev/null +++ b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.license_type.yml @@ -0,0 +1,21 @@ +uuid: 41628430-848b-4970-8e39-469b450633d4 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.materio_product_variation_type + - field.storage.commerce_product_variation.license_type + module: + - commerce +id: commerce_product_variation.materio_product_variation_type.license_type +field_name: license_type +entity_type: commerce_product_variation +bundle: materio_product_variation_type +label: 'License Type' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: { } +field_type: 'commerce_plugin_item:commerce_license_type' diff --git a/config/sync/field.field.commerce_product_variation.materio_product_variation_type.subscription_type.yml b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.subscription_type.yml new file mode 100644 index 0000000..c6ab82c --- /dev/null +++ b/config/sync/field.field.commerce_product_variation.materio_product_variation_type.subscription_type.yml @@ -0,0 +1,21 @@ +uuid: ce308078-dc6a-4a64-a844-fc3ce2bf4463 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.materio_product_variation_type + - field.storage.commerce_product_variation.subscription_type + module: + - commerce +id: commerce_product_variation.materio_product_variation_type.subscription_type +field_name: subscription_type +entity_type: commerce_product_variation +bundle: materio_product_variation_type +label: 'Subscription type' +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: null +settings: { } +field_type: 'commerce_plugin_item:commerce_subscription_type' diff --git a/config/sync/field.field.profile.customer.address.yml b/config/sync/field.field.profile.customer.address.yml new file mode 100644 index 0000000..e2db88a --- /dev/null +++ b/config/sync/field.field.profile.customer.address.yml @@ -0,0 +1,38 @@ +uuid: 972a3ae0-0c84-40e0-98b1-edd65e651c42 +langcode: en +status: true +dependencies: + config: + - field.storage.profile.address + - profile.type.customer + module: + - address +_core: + default_config_hash: 0lW9atu6EsqDPufp7ZJ4IVzmKSzeZv0vhbHwZ2fIh8k +id: profile.customer.address +field_name: address +entity_type: profile +bundle: customer +label: Address +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + available_countries: { } + fields: + administrativeArea: administrativeArea + locality: locality + dependentLocality: dependentLocality + postalCode: postalCode + sortingCode: sortingCode + addressLine1: addressLine1 + addressLine2: addressLine2 + organization: organization + givenName: givenName + additionalName: additionalName + familyName: familyName + langcode_override: '' + field_overrides: { } +field_type: address diff --git a/config/sync/field.field.profile.customer.phone.yml b/config/sync/field.field.profile.customer.phone.yml new file mode 100644 index 0000000..b4ded1e --- /dev/null +++ b/config/sync/field.field.profile.customer.phone.yml @@ -0,0 +1,23 @@ +uuid: d2046c95-510c-45d8-8f55-71536fae6a57 +langcode: en +status: true +dependencies: + config: + - field.storage.profile.phone + - profile.type.customer + module: + - telephone +_core: + default_config_hash: 77vBj1NwFbKwpyftkAMPT606OtfDnZbyuRnBhcW-fRA +id: profile.customer.phone +field_name: phone +entity_type: profile +bundle: customer +label: Phone +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: telephone diff --git a/config/sync/field.field.user.user.commerce_remote_id.yml b/config/sync/field.field.user.user.commerce_remote_id.yml new file mode 100644 index 0000000..557f403 --- /dev/null +++ b/config/sync/field.field.user.user.commerce_remote_id.yml @@ -0,0 +1,26 @@ +uuid: 331fa7d9-57e7-4184-b81d-6e06640513dc +langcode: en +status: true +dependencies: + config: + - field.storage.user.commerce_remote_id + enforced: + module: + - commerce_payment + module: + - commerce + - user +_core: + default_config_hash: Zu4REVGzMPlwpQVE7u1sM_74HqLCp0u42VNWlAwZcIw +id: user.user.commerce_remote_id +field_name: commerce_remote_id +entity_type: user +bundle: user +label: 'Remote ID' +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: commerce_remote_id diff --git a/config/sync/field.storage.commerce_order.billing_period.yml b/config/sync/field.storage.commerce_order.billing_period.yml new file mode 100644 index 0000000..8b7bd7d --- /dev/null +++ b/config/sync/field.storage.commerce_order.billing_period.yml @@ -0,0 +1,21 @@ +uuid: 5faf581d-503d-4484-84f9-96a27510d9b0 +langcode: en +status: true +dependencies: + module: + - commerce_order + - commerce_recurring +_core: + default_config_hash: '-OMNCN1BJSuk0cZnztgyjDzpFCGJ91isDcGyKVdQgpY' +id: commerce_order.billing_period +field_name: billing_period +entity_type: commerce_order +type: commerce_billing_period +settings: { } +module: commerce_recurring +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_order.billing_schedule.yml b/config/sync/field.storage.commerce_order.billing_schedule.yml new file mode 100644 index 0000000..655f009 --- /dev/null +++ b/config/sync/field.storage.commerce_order.billing_schedule.yml @@ -0,0 +1,22 @@ +uuid: 078135b3-fc3d-408d-bc6c-3e463c350fdc +langcode: en +status: true +dependencies: + module: + - commerce_order + - commerce_recurring +_core: + default_config_hash: iRPlc2BG4BFVrfeRajcmvf6JztPRaKvbgK9T6R9i3bE +id: commerce_order.billing_schedule +field_name: billing_schedule +entity_type: commerce_order +type: entity_reference +settings: + target_type: commerce_billing_schedule +module: core +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_order.order_items.yml b/config/sync/field.storage.commerce_order.order_items.yml new file mode 100644 index 0000000..7359e80 --- /dev/null +++ b/config/sync/field.storage.commerce_order.order_items.yml @@ -0,0 +1,21 @@ +uuid: ecc2a55c-c40d-4830-acc1-56ce41b42e89 +langcode: en +status: true +dependencies: + module: + - commerce_order +_core: + default_config_hash: XXkG3364KELPh2dm7U58qNcPNoUgrvC2zj9LTHF4V5E +id: commerce_order.order_items +field_name: order_items +entity_type: commerce_order +type: entity_reference +settings: + target_type: commerce_order_item +module: core +locked: true +cardinality: -1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_order_item.billing_period.yml b/config/sync/field.storage.commerce_order_item.billing_period.yml new file mode 100644 index 0000000..93130fc --- /dev/null +++ b/config/sync/field.storage.commerce_order_item.billing_period.yml @@ -0,0 +1,21 @@ +uuid: 7de27e43-1087-492c-a678-861e24066aa0 +langcode: en +status: true +dependencies: + module: + - commerce_order + - commerce_recurring +_core: + default_config_hash: aB9qtxYDbaird9qh2lEK-uUiQauhNSzWK4ycOUhtpIM +id: commerce_order_item.billing_period +field_name: billing_period +entity_type: commerce_order_item +type: commerce_billing_period +settings: { } +module: commerce_recurring +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_order_item.license.yml b/config/sync/field.storage.commerce_order_item.license.yml new file mode 100644 index 0000000..a0adfd0 --- /dev/null +++ b/config/sync/field.storage.commerce_order_item.license.yml @@ -0,0 +1,20 @@ +uuid: 2bf3c46d-d8dc-4c46-ad58-6dac959d981c +langcode: en +status: true +dependencies: + module: + - commerce_license + - commerce_order +id: commerce_order_item.license +field_name: license +entity_type: commerce_order_item +type: entity_reference +settings: + target_type: commerce_license +module: core +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_order_item.subscription.yml b/config/sync/field.storage.commerce_order_item.subscription.yml new file mode 100644 index 0000000..5f6851a --- /dev/null +++ b/config/sync/field.storage.commerce_order_item.subscription.yml @@ -0,0 +1,22 @@ +uuid: ca894b17-57e2-4c90-ba96-c6336303b4a6 +langcode: en +status: true +dependencies: + module: + - commerce_order + - commerce_recurring +_core: + default_config_hash: cQtxzRMU2zMGmSRMCOzDRt0Nq60R9yTJSXw1OkKw6no +id: commerce_order_item.subscription +field_name: subscription +entity_type: commerce_order_item +type: entity_reference +settings: + target_type: commerce_subscription +module: core +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_product.body.yml b/config/sync/field.storage.commerce_product.body.yml new file mode 100644 index 0000000..b191483 --- /dev/null +++ b/config/sync/field.storage.commerce_product.body.yml @@ -0,0 +1,21 @@ +uuid: f47d053b-56ed-45a6-8452-37967bb85c1b +langcode: en +status: true +dependencies: + module: + - commerce_product + - text +_core: + default_config_hash: nhYtx4dRhENXHM78QmiysOM5d1H8OLi_837Ukf5Mpb8 +id: commerce_product.body +field_name: body +entity_type: commerce_product +type: text_with_summary +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_product.stores.yml b/config/sync/field.storage.commerce_product.stores.yml new file mode 100644 index 0000000..0ed2ed5 --- /dev/null +++ b/config/sync/field.storage.commerce_product.stores.yml @@ -0,0 +1,22 @@ +uuid: 798c522f-9208-47a5-b177-f71c7e79d215 +langcode: en +status: true +dependencies: + module: + - commerce_product + - commerce_store +_core: + default_config_hash: qzJaXjkjRd_-1CF6EnCb5fpCcA6mnBB34P4qOOQ6n9g +id: commerce_product.stores +field_name: stores +entity_type: commerce_product +type: entity_reference +settings: + target_type: commerce_store +module: core +locked: true +cardinality: -1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_product.variations.yml b/config/sync/field.storage.commerce_product.variations.yml new file mode 100644 index 0000000..d1e4ed6 --- /dev/null +++ b/config/sync/field.storage.commerce_product.variations.yml @@ -0,0 +1,21 @@ +uuid: 0011de9c-2b0b-4410-b225-ce2643c2fbc1 +langcode: en +status: true +dependencies: + module: + - commerce_product +_core: + default_config_hash: '-sSnK9eimilO8WwVtSpdX2rg9gGrtSKccb6s59G_kBM' +id: commerce_product.variations +field_name: variations +entity_type: commerce_product +type: entity_reference +settings: + target_type: commerce_product_variation +module: core +locked: true +cardinality: -1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_product_variation.billing_schedule.yml b/config/sync/field.storage.commerce_product_variation.billing_schedule.yml new file mode 100644 index 0000000..8be7839 --- /dev/null +++ b/config/sync/field.storage.commerce_product_variation.billing_schedule.yml @@ -0,0 +1,20 @@ +uuid: bcad9510-7cff-479d-9e95-5839fe0c1831 +langcode: en +status: true +dependencies: + module: + - commerce_product + - commerce_recurring +id: commerce_product_variation.billing_schedule +field_name: billing_schedule +entity_type: commerce_product_variation +type: entity_reference +settings: + target_type: commerce_billing_schedule +module: core +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_product_variation.field_description.yml b/config/sync/field.storage.commerce_product_variation.field_description.yml new file mode 100644 index 0000000..8508bf1 --- /dev/null +++ b/config/sync/field.storage.commerce_product_variation.field_description.yml @@ -0,0 +1,19 @@ +uuid: 580f33b3-16f9-43db-bbf5-3f7dd217daa4 +langcode: en +status: true +dependencies: + module: + - commerce_product + - text +id: commerce_product_variation.field_description +field_name: field_description +entity_type: commerce_product_variation +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_product_variation.license_expiration.yml b/config/sync/field.storage.commerce_product_variation.license_expiration.yml new file mode 100644 index 0000000..b3b6342 --- /dev/null +++ b/config/sync/field.storage.commerce_product_variation.license_expiration.yml @@ -0,0 +1,19 @@ +uuid: ec2bd35f-71ea-4ae9-ae13-0c4196c387b4 +langcode: en +status: true +dependencies: + module: + - commerce + - commerce_product +id: commerce_product_variation.license_expiration +field_name: license_expiration +entity_type: commerce_product_variation +type: 'commerce_plugin_item:recurring_period' +settings: { } +module: commerce +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_product_variation.license_type.yml b/config/sync/field.storage.commerce_product_variation.license_type.yml new file mode 100644 index 0000000..abff4b1 --- /dev/null +++ b/config/sync/field.storage.commerce_product_variation.license_type.yml @@ -0,0 +1,19 @@ +uuid: 3a30bc0b-d8ed-4003-9002-ad133e87aa16 +langcode: en +status: true +dependencies: + module: + - commerce + - commerce_product +id: commerce_product_variation.license_type +field_name: license_type +entity_type: commerce_product_variation +type: 'commerce_plugin_item:commerce_license_type' +settings: { } +module: commerce +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.commerce_product_variation.subscription_type.yml b/config/sync/field.storage.commerce_product_variation.subscription_type.yml new file mode 100644 index 0000000..62264b4 --- /dev/null +++ b/config/sync/field.storage.commerce_product_variation.subscription_type.yml @@ -0,0 +1,19 @@ +uuid: 30165562-bb97-40aa-a841-d1d12a35a8bd +langcode: en +status: true +dependencies: + module: + - commerce + - commerce_product +id: commerce_product_variation.subscription_type +field_name: subscription_type +entity_type: commerce_product_variation +type: 'commerce_plugin_item:commerce_subscription_type' +settings: { } +module: commerce +locked: true +cardinality: 1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.profile.address.yml b/config/sync/field.storage.profile.address.yml new file mode 100644 index 0000000..3738d67 --- /dev/null +++ b/config/sync/field.storage.profile.address.yml @@ -0,0 +1,24 @@ +uuid: 139e7784-98b4-4b12-aab1-23b1d2fc2fb5 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_order + module: + - address + - profile +_core: + default_config_hash: 7bB4yBo--Mezm_PhFRPPxFA7NRyFY7a2p8FxJTMbfQY +id: profile.address +field_name: address +entity_type: profile +type: address +settings: { } +module: address +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.profile.phone.yml b/config/sync/field.storage.profile.phone.yml new file mode 100644 index 0000000..fb61bbd --- /dev/null +++ b/config/sync/field.storage.profile.phone.yml @@ -0,0 +1,24 @@ +uuid: 2467c590-bcc7-4c01-a394-5c9e5fa2c4a3 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_order + module: + - profile + - telephone +_core: + default_config_hash: 0hk2bXmyZ3oBFPrRBgjKpr2P-3ZTFwm_naOV68Mhqa8 +id: profile.phone +field_name: phone +entity_type: profile +type: telephone +settings: { } +module: telephone +locked: true +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/field.storage.user.commerce_remote_id.yml b/config/sync/field.storage.user.commerce_remote_id.yml new file mode 100644 index 0000000..7169a14 --- /dev/null +++ b/config/sync/field.storage.user.commerce_remote_id.yml @@ -0,0 +1,24 @@ +uuid: 33575d62-aefd-4525-aa1b-00d7b619b8d6 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_payment + module: + - commerce + - user +_core: + default_config_hash: YLh2hnX0ZtVtJpFWUkcjkpbgJAP85JuAamng9bLk8M8 +id: user.commerce_remote_id +field_name: commerce_remote_id +entity_type: user +type: commerce_remote_id +settings: { } +module: commerce +locked: true +cardinality: -1 +translatable: false +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/config/sync/language.content_settings.commerce_product.materio_product_type.yml b/config/sync/language.content_settings.commerce_product.materio_product_type.yml new file mode 100644 index 0000000..5c69c2b --- /dev/null +++ b/config/sync/language.content_settings.commerce_product.materio_product_type.yml @@ -0,0 +1,11 @@ +uuid: 504fd047-c2da-41a5-a15c-15c3a8d81855 +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_type.materio_product_type +id: commerce_product.materio_product_type +target_entity_type_id: commerce_product +target_bundle: materio_product_type +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.commerce_product_variation.default.yml b/config/sync/language.content_settings.commerce_product_variation.default.yml new file mode 100644 index 0000000..8eec08c --- /dev/null +++ b/config/sync/language.content_settings.commerce_product_variation.default.yml @@ -0,0 +1,11 @@ +uuid: d3637f8b-af6c-4db5-9678-749c39812d5e +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.default +id: commerce_product_variation.default +target_entity_type_id: commerce_product_variation +target_bundle: default +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language.content_settings.commerce_product_variation.materio_product_variation_type.yml b/config/sync/language.content_settings.commerce_product_variation.materio_product_variation_type.yml new file mode 100644 index 0000000..3cc6ba9 --- /dev/null +++ b/config/sync/language.content_settings.commerce_product_variation.materio_product_variation_type.yml @@ -0,0 +1,11 @@ +uuid: 9e88a36b-8380-4b96-8395-60241047ceac +langcode: en +status: true +dependencies: + config: + - commerce_product.commerce_product_variation_type.materio_product_variation_type +id: commerce_product_variation.materio_product_variation_type +target_entity_type_id: commerce_product_variation +target_bundle: materio_product_variation_type +default_langcode: site_default +language_alterable: false diff --git a/config/sync/language/fr/advancedqueue.advancedqueue_queue.default.yml b/config/sync/language/fr/advancedqueue.advancedqueue_queue.default.yml new file mode 100644 index 0000000..0370e85 --- /dev/null +++ b/config/sync/language/fr/advancedqueue.advancedqueue_queue.default.yml @@ -0,0 +1 @@ +label: 'Par défaut' diff --git a/config/sync/language/fr/block.block.adminimal_theme_breadcrumbs.yml b/config/sync/language/fr/block.block.adminimal_theme_breadcrumbs.yml new file mode 100644 index 0000000..de93eb1 --- /dev/null +++ b/config/sync/language/fr/block.block.adminimal_theme_breadcrumbs.yml @@ -0,0 +1,2 @@ +settings: + label: 'Fils d''Ariane' diff --git a/config/sync/language/fr/block.block.adminimal_theme_content.yml b/config/sync/language/fr/block.block.adminimal_theme_content.yml new file mode 100644 index 0000000..56bb2c2 --- /dev/null +++ b/config/sync/language/fr/block.block.adminimal_theme_content.yml @@ -0,0 +1,2 @@ +settings: + label: 'Contenu de la page principale' diff --git a/config/sync/language/fr/block.block.adminimal_theme_help.yml b/config/sync/language/fr/block.block.adminimal_theme_help.yml new file mode 100644 index 0000000..a769d5f --- /dev/null +++ b/config/sync/language/fr/block.block.adminimal_theme_help.yml @@ -0,0 +1,2 @@ +settings: + label: Aide diff --git a/config/sync/language/fr/block.block.adminimal_theme_local_actions.yml b/config/sync/language/fr/block.block.adminimal_theme_local_actions.yml new file mode 100644 index 0000000..c9f5b11 --- /dev/null +++ b/config/sync/language/fr/block.block.adminimal_theme_local_actions.yml @@ -0,0 +1,2 @@ +settings: + label: 'Actions d''administration principales' diff --git a/config/sync/language/fr/block.block.adminimal_theme_login.yml b/config/sync/language/fr/block.block.adminimal_theme_login.yml new file mode 100644 index 0000000..0eb6e2b --- /dev/null +++ b/config/sync/language/fr/block.block.adminimal_theme_login.yml @@ -0,0 +1,2 @@ +settings: + label: 'Connexion utilisateur' diff --git a/config/sync/language/fr/block.block.adminimal_theme_messages.yml b/config/sync/language/fr/block.block.adminimal_theme_messages.yml new file mode 100644 index 0000000..da272fe --- /dev/null +++ b/config/sync/language/fr/block.block.adminimal_theme_messages.yml @@ -0,0 +1,2 @@ +settings: + label: 'Messages de statut' diff --git a/config/sync/language/fr/block.block.adminimal_theme_primary_local_tasks.yml b/config/sync/language/fr/block.block.adminimal_theme_primary_local_tasks.yml new file mode 100644 index 0000000..e911bfd --- /dev/null +++ b/config/sync/language/fr/block.block.adminimal_theme_primary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Onglets principaux' diff --git a/config/sync/language/fr/block.block.adminimal_theme_secondary_local_tasks.yml b/config/sync/language/fr/block.block.adminimal_theme_secondary_local_tasks.yml new file mode 100644 index 0000000..d0cf9d7 --- /dev/null +++ b/config/sync/language/fr/block.block.adminimal_theme_secondary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Onglets secondaires' diff --git a/config/sync/language/fr/block.block.matminimal_breadcrumbs.yml b/config/sync/language/fr/block.block.matminimal_breadcrumbs.yml new file mode 100644 index 0000000..de93eb1 --- /dev/null +++ b/config/sync/language/fr/block.block.matminimal_breadcrumbs.yml @@ -0,0 +1,2 @@ +settings: + label: 'Fils d''Ariane' diff --git a/config/sync/language/fr/block.block.matminimal_content.yml b/config/sync/language/fr/block.block.matminimal_content.yml new file mode 100644 index 0000000..56bb2c2 --- /dev/null +++ b/config/sync/language/fr/block.block.matminimal_content.yml @@ -0,0 +1,2 @@ +settings: + label: 'Contenu de la page principale' diff --git a/config/sync/language/fr/block.block.matminimal_help.yml b/config/sync/language/fr/block.block.matminimal_help.yml new file mode 100644 index 0000000..a769d5f --- /dev/null +++ b/config/sync/language/fr/block.block.matminimal_help.yml @@ -0,0 +1,2 @@ +settings: + label: Aide diff --git a/config/sync/language/fr/block.block.matminimal_local_actions.yml b/config/sync/language/fr/block.block.matminimal_local_actions.yml new file mode 100644 index 0000000..c9f5b11 --- /dev/null +++ b/config/sync/language/fr/block.block.matminimal_local_actions.yml @@ -0,0 +1,2 @@ +settings: + label: 'Actions d''administration principales' diff --git a/config/sync/language/fr/block.block.matminimal_login.yml b/config/sync/language/fr/block.block.matminimal_login.yml new file mode 100644 index 0000000..0eb6e2b --- /dev/null +++ b/config/sync/language/fr/block.block.matminimal_login.yml @@ -0,0 +1,2 @@ +settings: + label: 'Connexion utilisateur' diff --git a/config/sync/language/fr/block.block.matminimal_messages.yml b/config/sync/language/fr/block.block.matminimal_messages.yml new file mode 100644 index 0000000..da272fe --- /dev/null +++ b/config/sync/language/fr/block.block.matminimal_messages.yml @@ -0,0 +1,2 @@ +settings: + label: 'Messages de statut' diff --git a/config/sync/language/fr/block.block.matminimal_primary_local_tasks.yml b/config/sync/language/fr/block.block.matminimal_primary_local_tasks.yml new file mode 100644 index 0000000..e911bfd --- /dev/null +++ b/config/sync/language/fr/block.block.matminimal_primary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Onglets principaux' diff --git a/config/sync/language/fr/block.block.matminimal_secondary_local_tasks.yml b/config/sync/language/fr/block.block.matminimal_secondary_local_tasks.yml new file mode 100644 index 0000000..d0cf9d7 --- /dev/null +++ b/config/sync/language/fr/block.block.matminimal_secondary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Onglets secondaires' diff --git a/config/sync/language/fr/commerce_checkout.commerce_checkout_flow.default.yml b/config/sync/language/fr/commerce_checkout.commerce_checkout_flow.default.yml new file mode 100644 index 0000000..0370e85 --- /dev/null +++ b/config/sync/language/fr/commerce_checkout.commerce_checkout_flow.default.yml @@ -0,0 +1 @@ +label: 'Par défaut' diff --git a/config/sync/language/fr/commerce_order.commerce_order_item_type.default.yml b/config/sync/language/fr/commerce_order.commerce_order_item_type.default.yml new file mode 100644 index 0000000..0370e85 --- /dev/null +++ b/config/sync/language/fr/commerce_order.commerce_order_item_type.default.yml @@ -0,0 +1 @@ +label: 'Par défaut' diff --git a/config/sync/language/fr/commerce_order.commerce_order_type.default.yml b/config/sync/language/fr/commerce_order.commerce_order_type.default.yml new file mode 100644 index 0000000..0370e85 --- /dev/null +++ b/config/sync/language/fr/commerce_order.commerce_order_type.default.yml @@ -0,0 +1 @@ +label: 'Par défaut' diff --git a/config/sync/language/fr/commerce_price.commerce_currency.EUR.yml b/config/sync/language/fr/commerce_price.commerce_currency.EUR.yml new file mode 100644 index 0000000..e8e76ff --- /dev/null +++ b/config/sync/language/fr/commerce_price.commerce_currency.EUR.yml @@ -0,0 +1,2 @@ +name: euro +symbol: € diff --git a/config/sync/language/fr/commerce_product.commerce_product_type.default.yml b/config/sync/language/fr/commerce_product.commerce_product_type.default.yml new file mode 100644 index 0000000..0370e85 --- /dev/null +++ b/config/sync/language/fr/commerce_product.commerce_product_type.default.yml @@ -0,0 +1 @@ +label: 'Par défaut' diff --git a/config/sync/language/fr/commerce_product.commerce_product_variation_type.default.yml b/config/sync/language/fr/commerce_product.commerce_product_variation_type.default.yml new file mode 100644 index 0000000..0370e85 --- /dev/null +++ b/config/sync/language/fr/commerce_product.commerce_product_variation_type.default.yml @@ -0,0 +1 @@ +label: 'Par défaut' diff --git a/config/sync/language/fr/contact.form.personal.yml b/config/sync/language/fr/contact.form.personal.yml new file mode 100644 index 0000000..dcbaa9d --- /dev/null +++ b/config/sync/language/fr/contact.form.personal.yml @@ -0,0 +1,2 @@ +label: 'Formulaire de contact personnel' +message: 'Votre message a été envoyé.' diff --git a/config/sync/language/fr/core.base_field_override.node.static.promote.yml b/config/sync/language/fr/core.base_field_override.node.static.promote.yml index 4dc6814..4befaab 100644 --- a/config/sync/language/fr/core.base_field_override.node.static.promote.yml +++ b/config/sync/language/fr/core.base_field_override.node.static.promote.yml @@ -1,3 +1,4 @@ +label: 'Promu en page d''accueil' settings: on_label: Activé off_label: Désactivé diff --git a/config/sync/language/fr/core.date_format.fallback.yml b/config/sync/language/fr/core.date_format.fallback.yml new file mode 100644 index 0000000..e3355df --- /dev/null +++ b/config/sync/language/fr/core.date_format.fallback.yml @@ -0,0 +1 @@ +label: 'Format de date de repli' diff --git a/config/sync/language/fr/core.date_format.html_date.yml b/config/sync/language/fr/core.date_format.html_date.yml new file mode 100644 index 0000000..149a0bf --- /dev/null +++ b/config/sync/language/fr/core.date_format.html_date.yml @@ -0,0 +1 @@ +label: 'Date HTML' diff --git a/config/sync/language/fr/core.date_format.html_datetime.yml b/config/sync/language/fr/core.date_format.html_datetime.yml new file mode 100644 index 0000000..0ff36bd --- /dev/null +++ b/config/sync/language/fr/core.date_format.html_datetime.yml @@ -0,0 +1 @@ +label: 'Date et heure HTML' diff --git a/config/sync/language/fr/core.date_format.html_month.yml b/config/sync/language/fr/core.date_format.html_month.yml new file mode 100644 index 0000000..3124d01 --- /dev/null +++ b/config/sync/language/fr/core.date_format.html_month.yml @@ -0,0 +1 @@ +label: 'Mois HTML' diff --git a/config/sync/language/fr/core.date_format.html_time.yml b/config/sync/language/fr/core.date_format.html_time.yml new file mode 100644 index 0000000..a19e60a --- /dev/null +++ b/config/sync/language/fr/core.date_format.html_time.yml @@ -0,0 +1 @@ +label: 'Heure HTML' diff --git a/config/sync/language/fr/core.date_format.html_week.yml b/config/sync/language/fr/core.date_format.html_week.yml new file mode 100644 index 0000000..0e246c6 --- /dev/null +++ b/config/sync/language/fr/core.date_format.html_week.yml @@ -0,0 +1 @@ +label: 'Semaine HTML' diff --git a/config/sync/language/fr/core.date_format.html_year.yml b/config/sync/language/fr/core.date_format.html_year.yml new file mode 100644 index 0000000..00c1339 --- /dev/null +++ b/config/sync/language/fr/core.date_format.html_year.yml @@ -0,0 +1 @@ +label: 'Année HTML' diff --git a/config/sync/language/fr/core.date_format.html_yearless_date.yml b/config/sync/language/fr/core.date_format.html_yearless_date.yml new file mode 100644 index 0000000..95f4ed6 --- /dev/null +++ b/config/sync/language/fr/core.date_format.html_yearless_date.yml @@ -0,0 +1 @@ +label: 'Date HTML sans année' diff --git a/config/sync/language/fr/core.date_format.long.yml b/config/sync/language/fr/core.date_format.long.yml new file mode 100644 index 0000000..2f56f73 --- /dev/null +++ b/config/sync/language/fr/core.date_format.long.yml @@ -0,0 +1,2 @@ +label: 'Date longue par défaut' +pattern: 'l j F Y - H:i' diff --git a/config/sync/language/fr/core.date_format.medium.yml b/config/sync/language/fr/core.date_format.medium.yml new file mode 100644 index 0000000..55b1a59 --- /dev/null +++ b/config/sync/language/fr/core.date_format.medium.yml @@ -0,0 +1,2 @@ +label: 'Date moyenne par défaut' +pattern: 'D d/m/Y - H:i' diff --git a/config/sync/language/fr/core.date_format.short.yml b/config/sync/language/fr/core.date_format.short.yml new file mode 100644 index 0000000..caf8b0b --- /dev/null +++ b/config/sync/language/fr/core.date_format.short.yml @@ -0,0 +1,2 @@ +label: 'Date courte par défaut' +pattern: 'd/m/Y - H:i' diff --git a/config/sync/language/fr/core.entity_form_mode.commerce_order_item.add_to_cart.yml b/config/sync/language/fr/core.entity_form_mode.commerce_order_item.add_to_cart.yml new file mode 100644 index 0000000..16ce807 --- /dev/null +++ b/config/sync/language/fr/core.entity_form_mode.commerce_order_item.add_to_cart.yml @@ -0,0 +1 @@ +label: 'Ajouter au panier' diff --git a/config/sync/language/fr/core.entity_form_mode.simplenews_subscriber.block.yml b/config/sync/language/fr/core.entity_form_mode.simplenews_subscriber.block.yml new file mode 100644 index 0000000..3edddf7 --- /dev/null +++ b/config/sync/language/fr/core.entity_form_mode.simplenews_subscriber.block.yml @@ -0,0 +1 @@ +label: Bloc diff --git a/config/sync/language/fr/core.entity_form_mode.simplenews_subscriber.page.yml b/config/sync/language/fr/core.entity_form_mode.simplenews_subscriber.page.yml new file mode 100644 index 0000000..9476b70 --- /dev/null +++ b/config/sync/language/fr/core.entity_form_mode.simplenews_subscriber.page.yml @@ -0,0 +1 @@ +label: Page diff --git a/config/sync/language/fr/core.entity_form_mode.user.register.yml b/config/sync/language/fr/core.entity_form_mode.user.register.yml new file mode 100644 index 0000000..8886f37 --- /dev/null +++ b/config/sync/language/fr/core.entity_form_mode.user.register.yml @@ -0,0 +1 @@ +label: 'S''inscrire' diff --git a/config/sync/language/fr/core.entity_view_mode.commerce_order.user.yml b/config/sync/language/fr/core.entity_view_mode.commerce_order.user.yml new file mode 100644 index 0000000..8a9fc54 --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.commerce_order.user.yml @@ -0,0 +1 @@ +label: Utilisateur diff --git a/config/sync/language/fr/core.entity_view_mode.commerce_product_attribute_value.add_to_cart.yml b/config/sync/language/fr/core.entity_view_mode.commerce_product_attribute_value.add_to_cart.yml new file mode 100644 index 0000000..f11c443 --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.commerce_product_attribute_value.add_to_cart.yml @@ -0,0 +1 @@ +label: 'Formulaire d''ajout au panier' diff --git a/config/sync/language/fr/core.entity_view_mode.commerce_product_variation.cart.yml b/config/sync/language/fr/core.entity_view_mode.commerce_product_variation.cart.yml new file mode 100644 index 0000000..c19ebf8 --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.commerce_product_variation.cart.yml @@ -0,0 +1 @@ +label: Panier diff --git a/config/sync/language/fr/core.entity_view_mode.commerce_product_variation.summary.yml b/config/sync/language/fr/core.entity_view_mode.commerce_product_variation.summary.yml new file mode 100644 index 0000000..3c55560 --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.commerce_product_variation.summary.yml @@ -0,0 +1 @@ +label: Résumé diff --git a/config/sync/language/fr/core.entity_view_mode.node.full.yml b/config/sync/language/fr/core.entity_view_mode.node.full.yml new file mode 100644 index 0000000..e43e3b9 --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.node.full.yml @@ -0,0 +1 @@ +label: 'Contenu complet' diff --git a/config/sync/language/fr/core.entity_view_mode.node.rss.yml b/config/sync/language/fr/core.entity_view_mode.node.rss.yml new file mode 100644 index 0000000..cd77ee8 --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.node.rss.yml @@ -0,0 +1 @@ +label: RSS diff --git a/config/sync/language/fr/core.entity_view_mode.node.search_index.yml b/config/sync/language/fr/core.entity_view_mode.node.search_index.yml new file mode 100644 index 0000000..1bb0055 --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.node.search_index.yml @@ -0,0 +1 @@ +label: 'Index de recherche' diff --git a/config/sync/language/fr/core.entity_view_mode.node.search_result.yml b/config/sync/language/fr/core.entity_view_mode.node.search_result.yml new file mode 100644 index 0000000..4049c3b --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.node.search_result.yml @@ -0,0 +1 @@ +label: 'Effectuer une recherche en mettant en évidence les données saisies' diff --git a/config/sync/language/fr/core.entity_view_mode.node.teaser.yml b/config/sync/language/fr/core.entity_view_mode.node.teaser.yml new file mode 100644 index 0000000..b77755d --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.node.teaser.yml @@ -0,0 +1 @@ +label: Accroche diff --git a/config/sync/language/fr/core.entity_view_mode.taxonomy_term.full.yml b/config/sync/language/fr/core.entity_view_mode.taxonomy_term.full.yml new file mode 100644 index 0000000..2d38d53 --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.taxonomy_term.full.yml @@ -0,0 +1 @@ +label: 'Page d''un terme de taxonomie' diff --git a/config/sync/language/fr/core.entity_view_mode.user.compact.yml b/config/sync/language/fr/core.entity_view_mode.user.compact.yml new file mode 100644 index 0000000..020bd0a --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.user.compact.yml @@ -0,0 +1 @@ +label: Compact diff --git a/config/sync/language/fr/core.entity_view_mode.user.full.yml b/config/sync/language/fr/core.entity_view_mode.user.full.yml new file mode 100644 index 0000000..bd12661 --- /dev/null +++ b/config/sync/language/fr/core.entity_view_mode.user.full.yml @@ -0,0 +1 @@ +label: 'Compte utilisateur' diff --git a/config/sync/language/fr/extlink.settings.yml b/config/sync/language/fr/extlink.settings.yml new file mode 100644 index 0000000..3cfeb34 --- /dev/null +++ b/config/sync/language/fr/extlink.settings.yml @@ -0,0 +1 @@ +extlink_alert_text: 'Ce lien vous dirige vers un site externe. Nous ne sommes pas responsables de son contenu.' diff --git a/config/sync/language/fr/field.field.commerce_product.default.body.yml b/config/sync/language/fr/field.field.commerce_product.default.body.yml new file mode 100644 index 0000000..820c550 --- /dev/null +++ b/config/sync/language/fr/field.field.commerce_product.default.body.yml @@ -0,0 +1 @@ +label: Corps diff --git a/config/sync/language/fr/field.field.commerce_product.default.stores.yml b/config/sync/language/fr/field.field.commerce_product.default.stores.yml new file mode 100644 index 0000000..df62007 --- /dev/null +++ b/config/sync/language/fr/field.field.commerce_product.default.stores.yml @@ -0,0 +1 @@ +label: Boutiques diff --git a/config/sync/language/fr/field.field.node.simplenews_issue.body.yml b/config/sync/language/fr/field.field.node.simplenews_issue.body.yml new file mode 100644 index 0000000..820c550 --- /dev/null +++ b/config/sync/language/fr/field.field.node.simplenews_issue.body.yml @@ -0,0 +1 @@ +label: Corps diff --git a/config/sync/language/fr/field.field.node.static.body.yml b/config/sync/language/fr/field.field.node.static.body.yml new file mode 100644 index 0000000..820c550 --- /dev/null +++ b/config/sync/language/fr/field.field.node.static.body.yml @@ -0,0 +1 @@ +label: Corps diff --git a/config/sync/language/fr/field.field.profile.customer.address.yml b/config/sync/language/fr/field.field.profile.customer.address.yml new file mode 100644 index 0000000..76f4401 --- /dev/null +++ b/config/sync/language/fr/field.field.profile.customer.address.yml @@ -0,0 +1 @@ +label: Adresse diff --git a/config/sync/language/fr/field.field.profile.customer.phone.yml b/config/sync/language/fr/field.field.profile.customer.phone.yml new file mode 100644 index 0000000..fda2292 --- /dev/null +++ b/config/sync/language/fr/field.field.profile.customer.phone.yml @@ -0,0 +1 @@ +label: Téléphone diff --git a/config/sync/language/fr/field.field.user.user.commerce_remote_id.yml b/config/sync/language/fr/field.field.user.user.commerce_remote_id.yml new file mode 100644 index 0000000..69fbecd --- /dev/null +++ b/config/sync/language/fr/field.field.user.user.commerce_remote_id.yml @@ -0,0 +1 @@ +label: 'Identifiant (ID) distant' diff --git a/config/sync/language/fr/image.style.large.yml b/config/sync/language/fr/image.style.large.yml new file mode 100644 index 0000000..7ec6ca0 --- /dev/null +++ b/config/sync/language/fr/image.style.large.yml @@ -0,0 +1 @@ +label: 'Large (480×480)' diff --git a/config/sync/language/fr/image.style.linkit_result_thumbnail.yml b/config/sync/language/fr/image.style.linkit_result_thumbnail.yml new file mode 100644 index 0000000..6ada7c7 --- /dev/null +++ b/config/sync/language/fr/image.style.linkit_result_thumbnail.yml @@ -0,0 +1 @@ +label: 'Vignette de résultat Linkit' diff --git a/config/sync/language/fr/image.style.medium.yml b/config/sync/language/fr/image.style.medium.yml new file mode 100644 index 0000000..ae4f0de --- /dev/null +++ b/config/sync/language/fr/image.style.medium.yml @@ -0,0 +1 @@ +label: 'Moyen (220x220)' diff --git a/config/sync/language/fr/image.style.thumbnail.yml b/config/sync/language/fr/image.style.thumbnail.yml new file mode 100644 index 0000000..dc4d860 --- /dev/null +++ b/config/sync/language/fr/image.style.thumbnail.yml @@ -0,0 +1 @@ +label: 'Vignette (100x100)' diff --git a/config/sync/language/fr/language.entity.en.yml b/config/sync/language/fr/language.entity.en.yml new file mode 100644 index 0000000..34582b8 --- /dev/null +++ b/config/sync/language/fr/language.entity.en.yml @@ -0,0 +1 @@ +label: Anglais diff --git a/config/sync/language/fr/language.entity.und.yml b/config/sync/language/fr/language.entity.und.yml new file mode 100644 index 0000000..86e493a --- /dev/null +++ b/config/sync/language/fr/language.entity.und.yml @@ -0,0 +1 @@ +label: 'Non spécifié' diff --git a/config/sync/language/fr/language.entity.zxx.yml b/config/sync/language/fr/language.entity.zxx.yml new file mode 100644 index 0000000..2a4a58d --- /dev/null +++ b/config/sync/language/fr/language.entity.zxx.yml @@ -0,0 +1 @@ +label: 'Non applicable' diff --git a/config/sync/language/fr/migrate_plus.migration.d7_allpublicfiles.yml b/config/sync/language/fr/migrate_plus.migration.d7_allpublicfiles.yml new file mode 100644 index 0000000..1edf7a7 --- /dev/null +++ b/config/sync/language/fr/migrate_plus.migration.d7_allpublicfiles.yml @@ -0,0 +1 @@ +label: 'Fichiers publics' diff --git a/config/sync/language/fr/pagerer.style.adaptive.yml b/config/sync/language/fr/pagerer.style.adaptive.yml index 7833554..034e269 100644 --- a/config/sync/language/fr/pagerer.style.adaptive.yml +++ b/config/sync/language/fr/pagerer.style.adaptive.yml @@ -1,6 +1,10 @@ default_config: tags: + page_breaker: … pages: + prefix_label: Page + previous: ‹ + next: › page_current_title: 'Page courante' page_title: 'Aller à la page @number' first_title: 'Aller à la première page' @@ -8,14 +12,19 @@ default_config: next_title: 'Aller à la page suivante' last_title: 'Aller à la dernière page' page_current_reader: 'Page courante' + page_reader: Page first_reader: 'Première page' previous_reader: 'Page précédente' next_reader: 'Page suivante' last_reader: 'Dernière page' items: prefix_label: Élément + previous: ‹ + next: › page_reader: Élément first_reader: 'Premier élément' item_ranges: prefix_label: Éléments + previous: ‹ + next: › page_reader: Éléments diff --git a/config/sync/language/fr/pagerer.style.basic.yml b/config/sync/language/fr/pagerer.style.basic.yml index 0f219e4..8ab88fa 100644 --- a/config/sync/language/fr/pagerer.style.basic.yml +++ b/config/sync/language/fr/pagerer.style.basic.yml @@ -1,6 +1,8 @@ default_config: tags: pages: + previous: ‹ + next: › first_title: 'Aller à la première page' previous_title: 'Aller à la page précédente' next_title: 'Aller à la page suivante' @@ -10,4 +12,9 @@ default_config: next_reader: 'Page suivante' last_reader: 'Dernière page' items: + previous: ‹ + next: › first_reader: 'Premier élément' + item_ranges: + previous: ‹ + next: › diff --git a/config/sync/language/fr/pagerer.style.mini.yml b/config/sync/language/fr/pagerer.style.mini.yml index c7f158a..22b43bb 100644 --- a/config/sync/language/fr/pagerer.style.mini.yml +++ b/config/sync/language/fr/pagerer.style.mini.yml @@ -1,6 +1,9 @@ default_config: tags: pages: + prefix_label: Page + previous: ‹ + next: › page_current_title: 'Page courante' first_title: 'Aller à la première page' previous_title: 'Aller à la page précédente' @@ -13,4 +16,6 @@ default_config: last_reader: 'Dernière page' items: prefix_label: Élément + previous: ‹ + next: › first_reader: 'Premier élément' diff --git a/config/sync/language/fr/pagerer.style.progressive.yml b/config/sync/language/fr/pagerer.style.progressive.yml index 7833554..034e269 100644 --- a/config/sync/language/fr/pagerer.style.progressive.yml +++ b/config/sync/language/fr/pagerer.style.progressive.yml @@ -1,6 +1,10 @@ default_config: tags: + page_breaker: … pages: + prefix_label: Page + previous: ‹ + next: › page_current_title: 'Page courante' page_title: 'Aller à la page @number' first_title: 'Aller à la première page' @@ -8,14 +12,19 @@ default_config: next_title: 'Aller à la page suivante' last_title: 'Aller à la dernière page' page_current_reader: 'Page courante' + page_reader: Page first_reader: 'Première page' previous_reader: 'Page précédente' next_reader: 'Page suivante' last_reader: 'Dernière page' items: prefix_label: Élément + previous: ‹ + next: › page_reader: Élément first_reader: 'Premier élément' item_ranges: prefix_label: Éléments + previous: ‹ + next: › page_reader: Éléments diff --git a/config/sync/language/fr/pagerer.style.scrollpane.yml b/config/sync/language/fr/pagerer.style.scrollpane.yml index 7833554..e67b209 100644 --- a/config/sync/language/fr/pagerer.style.scrollpane.yml +++ b/config/sync/language/fr/pagerer.style.scrollpane.yml @@ -1,6 +1,9 @@ default_config: tags: pages: + prefix_label: Page + previous: ‹ + next: › page_current_title: 'Page courante' page_title: 'Aller à la page @number' first_title: 'Aller à la première page' @@ -8,14 +11,19 @@ default_config: next_title: 'Aller à la page suivante' last_title: 'Aller à la dernière page' page_current_reader: 'Page courante' + page_reader: Page first_reader: 'Première page' previous_reader: 'Page précédente' next_reader: 'Page suivante' last_reader: 'Dernière page' items: prefix_label: Élément + previous: ‹ + next: › page_reader: Élément first_reader: 'Premier élément' item_ranges: prefix_label: Éléments + previous: ‹ + next: › page_reader: Éléments diff --git a/config/sync/language/fr/pagerer.style.slider.yml b/config/sync/language/fr/pagerer.style.slider.yml index d6912d3..a841c1b 100644 --- a/config/sync/language/fr/pagerer.style.slider.yml +++ b/config/sync/language/fr/pagerer.style.slider.yml @@ -1,6 +1,9 @@ default_config: tags: pages: + prefix_label: Page + previous: ‹ + next: › page_current_title: 'Page courante' first_title: 'Aller à la première page' previous_title: 'Aller à la page précédente' @@ -13,6 +16,10 @@ default_config: last_reader: 'Dernière page' items: prefix_label: Élément + previous: ‹ + next: › first_reader: 'Premier élément' item_ranges: prefix_label: Éléments + previous: ‹ + next: › diff --git a/config/sync/language/fr/pagerer.style.standard.yml b/config/sync/language/fr/pagerer.style.standard.yml index 2c47a3a..26f3bea 100644 --- a/config/sync/language/fr/pagerer.style.standard.yml +++ b/config/sync/language/fr/pagerer.style.standard.yml @@ -1,6 +1,8 @@ default_config: tags: + page_breaker: … pages: + prefix_label: Page first: '« Premier' previous: '‹ Précédent' next: 'Suivant ›' @@ -12,6 +14,7 @@ default_config: next_title: 'Aller à la page suivante' last_title: 'Aller à la dernière page' page_current_reader: 'Page courante' + page_reader: Page first_reader: 'Première page' previous_reader: 'Page précédente' next_reader: 'Page suivante' diff --git a/config/sync/language/fr/persistent_login.settings.yml b/config/sync/language/fr/persistent_login.settings.yml new file mode 100644 index 0000000..01d89a7 --- /dev/null +++ b/config/sync/language/fr/persistent_login.settings.yml @@ -0,0 +1,2 @@ +login_form: + field_label: 'Se souvenir de moi' diff --git a/config/sync/language/fr/profile.type.customer.yml b/config/sync/language/fr/profile.type.customer.yml new file mode 100644 index 0000000..8999223 --- /dev/null +++ b/config/sync/language/fr/profile.type.customer.yml @@ -0,0 +1 @@ +label: Client diff --git a/config/sync/language/fr/system.action.node_delete_action.yml b/config/sync/language/fr/system.action.node_delete_action.yml new file mode 100644 index 0000000..6ce236a --- /dev/null +++ b/config/sync/language/fr/system.action.node_delete_action.yml @@ -0,0 +1 @@ +label: 'Supprimer le contenu' diff --git a/config/sync/language/fr/system.action.node_save_action.yml b/config/sync/language/fr/system.action.node_save_action.yml new file mode 100644 index 0000000..1fcdcec --- /dev/null +++ b/config/sync/language/fr/system.action.node_save_action.yml @@ -0,0 +1 @@ +label: 'Enregistrer un contenu' diff --git a/config/sync/language/fr/system.action.pathauto_update_alias_node.yml b/config/sync/language/fr/system.action.pathauto_update_alias_node.yml new file mode 100644 index 0000000..c8a8073 --- /dev/null +++ b/config/sync/language/fr/system.action.pathauto_update_alias_node.yml @@ -0,0 +1 @@ +label: 'Mettre à jour l''alias d''URL' diff --git a/config/sync/language/fr/system.action.pathauto_update_alias_user.yml b/config/sync/language/fr/system.action.pathauto_update_alias_user.yml new file mode 100644 index 0000000..c8a8073 --- /dev/null +++ b/config/sync/language/fr/system.action.pathauto_update_alias_user.yml @@ -0,0 +1 @@ +label: 'Mettre à jour l''alias d''URL' diff --git a/config/sync/language/fr/system.action.redirect_delete_action.yml b/config/sync/language/fr/system.action.redirect_delete_action.yml new file mode 100644 index 0000000..f7a8e46 --- /dev/null +++ b/config/sync/language/fr/system.action.redirect_delete_action.yml @@ -0,0 +1 @@ +label: 'Supprimer une redirection' diff --git a/config/sync/language/fr/system.maintenance.yml b/config/sync/language/fr/system.maintenance.yml new file mode 100644 index 0000000..5b144b9 --- /dev/null +++ b/config/sync/language/fr/system.maintenance.yml @@ -0,0 +1 @@ +message: '@site est en cours de maintenance. Nous serons de retour très bientôt. Merci de votre patience.' diff --git a/config/sync/language/fr/system.menu.account.yml b/config/sync/language/fr/system.menu.account.yml new file mode 100644 index 0000000..b99a318 --- /dev/null +++ b/config/sync/language/fr/system.menu.account.yml @@ -0,0 +1,2 @@ +label: 'Menu du compte de l''utilisateur' +description: 'Liens associés au compte utilisateur courant' diff --git a/config/sync/language/fr/system.menu.footer.yml b/config/sync/language/fr/system.menu.footer.yml new file mode 100644 index 0000000..a4baf9f --- /dev/null +++ b/config/sync/language/fr/system.menu.footer.yml @@ -0,0 +1,2 @@ +label: 'Pied de page' +description: 'Liens d''informations sur le site' diff --git a/config/sync/language/fr/system.menu.main.yml b/config/sync/language/fr/system.menu.main.yml new file mode 100644 index 0000000..fa0b148 --- /dev/null +++ b/config/sync/language/fr/system.menu.main.yml @@ -0,0 +1,2 @@ +label: 'Navigation principale' +description: 'Liens de section du site' diff --git a/config/sync/language/fr/system.menu.tools.yml b/config/sync/language/fr/system.menu.tools.yml new file mode 100644 index 0000000..14d19db --- /dev/null +++ b/config/sync/language/fr/system.menu.tools.yml @@ -0,0 +1,2 @@ +label: Outils +description: 'Liens outils de l''utilisateur, souvent ajoutés par des modules' diff --git a/config/sync/language/fr/user.mail.yml b/config/sync/language/fr/user.mail.yml new file mode 100644 index 0000000..33956d1 --- /dev/null +++ b/config/sync/language/fr/user.mail.yml @@ -0,0 +1,27 @@ +cancel_confirm: + body: "[user:display-name],\r\n\r\nUne demande de suppression de votre compte sur [site:name] a été faite.\r\n\r\nVous pouvez maintenant supprimer votre compte sur [site:url-brief] en cliquant sur le lien ci-dessous ou en le copiant dans votre navigateur : \r\n\r\n[user:cancel-url]\r\n\r\nA NOTER : La suppression de votre compte est définitive.\r\n\r\nCe lien expirera dans un jour et aucune action ne sera lancée s'il n'est pas utilisé.\r\n\r\n-- L'équipe de [site:name]" + subject: 'Demande d''annulation du compte [user:display-name] sur [site:name]' +password_reset: + body: "[user:display-name],\r\n\r\nUne demande de réinitialisation de votre mot de passe pour votre compte a été faite sur [site:name].\r\n\r\nVous pouvez maintenant vous connecter en cliquant sur le lien ci-dessous ou en le copiant dans votre navigateur : \r\n\r\n[user:one-time-login-url]\r\n\r\nCe lien ne peut être utilisé qu'une seule fois pour vous connecter et vous mènera à la page pour changer votre mot de passe. Il expirera dans un jour et rien ne se passera s'il n'est pas utilisé.\r\n\r\n-- L'équipe de [site:name]" + subject: 'Modification des informations de connexion pour [user:display-name] sur [site:name]' +register_admin_created: + body: "[user:display-name],\r\n\r\nUn administrateur sur [site:name] a créé un compte pour vous. Vous pouvez maintenant vous connecter en utilisant le lien ci-dessous ou en le copiant dans votre navigateur : \r\n\r\n[user:one-time-login-url]\r\n\r\nCe lien ne peut être utilisé qu'une seule fois pour vous connecter et vous redirigera vers la page où vous pourrez choisir votre mot de passe.\r\n\r\nAprès avoir choisi votre mot de passe, vous pourrez vous connecter sur [site:login-url] en utilisant : \r\n\r\nnom d'utilisateur : [user:name]\r\nmot de passe : Votre mot de passe\r\n\r\n-- L'équipe de [site:name]" + subject: 'Un administrateur a créé un compte pour vous sur [site:name]' +register_no_approval_required: + body: "[user:display-name],\r\n\r\nNous vous remercions pour votre inscription sur [site:name]. Vous pouvez maintenant vous connecter en utilisant le lien ci-dessous ou en le copiant dans votre navigateur : \r\n\r\n[user:one-time-login-url]\r\n\r\nCe lien ne peut être utilisé qu'une seule fois et vous redirigera vers une page où vous pourrez choisir votre mot de passe.\r\n\r\nAprès avoir choisi votre mot de passe, vous pourrez vous connecter sur [site:login-url] en utilisant : \r\n\r\nNom d'utilisateur : [user:name]\r\nmot de passe : Votre mot de passe\r\n\r\n-- L'équipe de [site:name]" + subject: 'Détails du compte [user:display-name] sur [site:name]' +register_pending_approval: + body: "[user:display-name],\r\n\r\nNous vous remercions pour votre demande d'inscription sur [site:name]. Votre demande est actuellement en cours de validation. Une fois la validation faite, vous recevrez un autre courriel de confirmation contenant les informations vous permettant de vous connecter, choisir votre mot de passe ainsi que d'autres détails.\r\n\r\n\r\n-- L'équipe de [site:name]" + subject: 'Détails du compte [user:display-name] sur [site:name] (en attente de validation d''un administrateur)' +register_pending_approval_admin: + body: "[user:display-name] a fait une demande de compte.\r\n\r\n[user:edit-url]" + subject: 'Détails du compte [user:display-name] sur [site:name] (en attente de validation d''un administrateur)' +status_activated: + body: "[user:display-name],\r\n\r\nVotre compte sur [site:name] a été activé.\r\n\r\nVous pouvez maintenant vous connecter en cliquant sur le lien ci-dessous ou en le copiant dans votre navigateur : \r\n\r\n[user:one-time-login-url]\r\n\r\nCe lien ne peut être utilisé qu'une seule fois et vous redirigera vers une page où vous pourrez choisir votre mot de passe.\r\n\r\nAprès avoir choisi votre mot de passe, vous pourrez vous connecter sur [site:login-url] en utilisant :\r\n\r\nnom d'utilisateur : [user:account-name]\r\nmot de passe : Votre mot de passe\r\n\r\n-- L'équipe de [site:name]" + subject: 'Détails du compte [user:display-name] sur [site:name] (validé)' +status_blocked: + body: "[user:display-name],\r\n\r\nVotre compte sur [site:name] a été bloqué.\r\n\r\n-- L'équipe [site:name]" + subject: 'Détails du compte [user:display-name] sur [site:name] (bloqué)' +status_canceled: + body: "[user:display-name],\r\n\r\nVotre compte sur [site:name] a été annulé.\r\n\r\n-- L'équipe de [site:name]" + subject: 'Détails du compte [user:display-name] sur [site:name] (annulé)' diff --git a/config/sync/language/fr/views.view.advancedqueue_jobs.yml b/config/sync/language/fr/views.view.advancedqueue_jobs.yml new file mode 100644 index 0000000..506eb16 --- /dev/null +++ b/config/sync/language/fr/views.view.advancedqueue_jobs.yml @@ -0,0 +1,39 @@ +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Appliquer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + pager: + options: + expose: + items_per_page_label: 'Éléments par page' + items_per_page_options_all_label: '- Tout -' + offset_label: Décalage + tags: + previous: ‹‹ + next: ›› + fields: + state: + label: État + payload: + label: Charges + message: + label: Message + operations: + label: Actions + filters: + state: + expose: + label: État + arguments: + queue_id: + exception: + title: Tout + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.archive.yml b/config/sync/language/fr/views.view.archive.yml index 2009adc..09841de 100644 --- a/config/sync/language/fr/views.view.archive.yml +++ b/config/sync/language/fr/views.view.archive.yml @@ -1,7 +1,10 @@ +label: Archiver +description: 'Tous les contenus, triés par mois.' display: default: display_title: Maître display_options: + title: 'Archive mensuelle' exposed_form: options: submit_button: Appliquer @@ -15,3 +18,17 @@ display: items_per_page_label: 'Éléments par page' items_per_page_options_all_label: '- Tout -' offset_label: Décalage + tags: + previous: ‹‹ + next: ›› + arguments: + created_year_month: + title: '{{ arguments.created_year_month }}' + block_1: + display_title: Bloc + display_options: + arguments: + created_year_month: + title: '{{ arguments.created_year_month }}' + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.commerce_activity.yml b/config/sync/language/fr/views.view.commerce_activity.yml new file mode 100644 index 0000000..4a5aeca --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_activity.yml @@ -0,0 +1,30 @@ +label: Activité +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Appliquer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + fields: + created: + label: Date + separator: ', ' + rendered_entity: + label: Message + uid: + label: Utilisateur + separator: ', ' + arguments: + source_entity_id: + exception: + title: Tout + source_entity_type: + exception: + title: Tout + block_1: + display_title: Bloc diff --git a/config/sync/language/fr/views.view.commerce_cart_block.yml b/config/sync/language/fr/views.view.commerce_cart_block.yml new file mode 100644 index 0000000..33e5457 --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_cart_block.yml @@ -0,0 +1,23 @@ +label: 'Bloc du panier' +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Appliquer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + fields: + quantity: + separator: ', ' + title: + separator: ', ' + total_price__number: + separator: ', ' + arguments: + order_id: + exception: + title: Tout diff --git a/config/sync/language/fr/views.view.commerce_cart_form.yml b/config/sync/language/fr/views.view.commerce_cart_form.yml new file mode 100644 index 0000000..d0733d8 --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_cart_form.yml @@ -0,0 +1,29 @@ +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Appliquer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + fields: + purchased_entity: + label: Élément + separator: ', ' + unit_price__number: + label: Prix + separator: ', ' + edit_quantity: + label: Quantité + remove_button: + label: Retirer + total_price__number: + label: Total + separator: ', ' + arguments: + order_id: + exception: + title: Tout diff --git a/config/sync/language/fr/views.view.commerce_carts.yml b/config/sync/language/fr/views.view.commerce_carts.yml new file mode 100644 index 0000000..fe0ddf3 --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_carts.yml @@ -0,0 +1,51 @@ +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Filtrer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + pager: + options: + expose: + items_per_page_label: 'Éléments par page' + items_per_page_options_all_label: '- Tout -' + offset_label: Décalage + tags: + previous: "‹\_précédent" + next: "suivant\_›" + first: "«\_premier" + last: "dernier\_»" + fields: + commerce_order_bulk_form: + action_title: 'Pour cette sélection' + type: + label: Type + separator: ', ' + store_id: + label: Boutique + separator: ', ' + uid: + label: Client + separator: ', ' + mail: + label: Courriel + separator: ', ' + total_price__number: + label: Total + separator: ', ' + changed: + label: 'Mis à jour' + separator: ', ' + operations: + label: Actions + filters: + type: + expose: + label: Type + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml b/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml new file mode 100644 index 0000000..ba882aa --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_checkout_order_summary.yml @@ -0,0 +1,22 @@ +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Appliquer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + fields: + quantity: + separator: ', ' + purchased_entity: + separator: ', ' + total_price__number: + separator: ', ' + arguments: + order_id: + exception: + title: Tout diff --git a/config/sync/language/fr/views.view.commerce_licenses.yml b/config/sync/language/fr/views.view.commerce_licenses.yml new file mode 100644 index 0000000..b49d953 --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_licenses.yml @@ -0,0 +1,53 @@ +label: Licences +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Filtrer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + pager: + options: + tags: + previous: ‹‹ + next: ›› + first: '« Premier' + last: 'Dernier »' + expose: + items_per_page_label: 'Éléments par page' + items_per_page_options_all_label: '- Tout -' + offset_label: Décalage + fields: + license_id: + label: 'Identifiant (ID)' + separator: ', ' + label: + label: Étiquette + type: + label: 'Type de licence' + separator: ', ' + uid: + label: Propriétaire + separator: ', ' + state: + label: État + separator: ', ' + changed: + label: 'Mis à jour' + separator: ', ' + granted: + label: Accordé(e) + separator: ', ' + operations: + label: 'Liens d''actions' + filters: + state: + expose: + label: État + title: Licences + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.commerce_order_item_table.yml b/config/sync/language/fr/views.view.commerce_order_item_table.yml new file mode 100644 index 0000000..62f3f86 --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_order_item_table.yml @@ -0,0 +1,28 @@ +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Appliquer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + fields: + title: + label: Titre + separator: ', ' + unit_price__number: + label: 'Prix unitaire' + separator: ', ' + quantity: + label: Quantité + separator: ', ' + total_price__number: + label: 'Prix total' + separator: ', ' + arguments: + order_id: + exception: + title: Tout diff --git a/config/sync/language/fr/views.view.commerce_orders.yml b/config/sync/language/fr/views.view.commerce_orders.yml new file mode 100644 index 0000000..2adf833 --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_orders.yml @@ -0,0 +1,70 @@ +label: Commandes +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Filtrer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + pager: + options: + expose: + items_per_page_label: 'Éléments par page' + items_per_page_options_all_label: '- Tout -' + offset_label: Décalage + tags: + previous: "‹\_précédent" + next: "suivant\_›" + first: "«\_premier" + last: "dernier\_»" + fields: + commerce_order_bulk_form: + action_title: 'Pour cette sélection' + order_number: + separator: ', ' + placed: + label: Date + separator: ', ' + type: + label: Type + separator: ', ' + store_id: + label: Boutique + separator: ', ' + uid: + label: Client + separator: ', ' + mail: + label: Courriel + separator: ', ' + state: + label: État + separator: ', ' + total_price__number: + label: Total + separator: ', ' + operations: + label: Actions + filters: + order_number: + expose: + label: 'Numéro de commande' + type: + expose: + label: Type + state: + expose: + label: État + title: Commandes + page_1: + display_title: Page + display_options: + menu: + title: Commandes + tab_options: + title: Commandes + description: 'Gérer vos commandes.' diff --git a/config/sync/language/fr/views.view.commerce_products.yml b/config/sync/language/fr/views.view.commerce_products.yml new file mode 100644 index 0000000..6f5673d --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_products.yml @@ -0,0 +1,53 @@ +label: Produits +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Filtrer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + pager: + options: + expose: + items_per_page_label: 'Éléments par page' + items_per_page_options_all_label: '- Tout -' + offset_label: Décalage + tags: + previous: "‹\_précédent" + next: "suivant\_›" + first: "«\_premier" + last: "dernier\_»" + fields: + commerce_product_bulk_form: + action_title: 'Pour cette sélection' + title: + label: Titre + separator: ', ' + type: + label: Type + separator: ', ' + status: + label: Etat + settings: + format_custom_true: Publié + format_custom_false: 'Non publié' + separator: ', ' + changed: + label: 'Mis à jour' + separator: ', ' + operations: + label: Actions + filters: + type: + expose: + label: Type + title: + expose: + label: Titre + title: Produits + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.commerce_stores.yml b/config/sync/language/fr/views.view.commerce_stores.yml new file mode 100644 index 0000000..d35922c --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_stores.yml @@ -0,0 +1,41 @@ +label: Boutiques +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Appliquer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + pager: + options: + expose: + items_per_page_label: 'Éléments par page' + items_per_page_options_all_label: '- Tout -' + offset_label: Décalage + tags: + previous: "‹\_précédent" + next: "suivant\_›" + first: "«\_premier" + last: "dernier\_»" + fields: + commerce_store_bulk_form: + action_title: 'Pour cette sélection' + name: + label: Nom + separator: ', ' + type: + label: Type + separator: ', ' + operations: + label: Actions + filters: + type: + expose: + label: Type + title: Boutiques + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.commerce_user_orders.yml b/config/sync/language/fr/views.view.commerce_user_orders.yml new file mode 100644 index 0000000..eddaeef --- /dev/null +++ b/config/sync/language/fr/views.view.commerce_user_orders.yml @@ -0,0 +1,47 @@ +display: + default: + display_title: Maître + display_options: + exposed_form: + options: + submit_button: Appliquer + reset_button_label: Réinitialiser + exposed_sorts_label: 'Trier par' + sort_asc_label: Asc + sort_desc_label: Desc + pager: + options: + tags: + previous: '‹ Précédent' + next: 'Suivant ›' + first: '« Premier' + last: 'Dernier »' + expose: + items_per_page_label: 'Éléments par page' + items_per_page_options_all_label: '- Tout -' + offset_label: Décalage + fields: + order_id: + label: 'Identifiant (ID)' + separator: ', ' + order_number: + label: 'Numéro de commande' + separator: ', ' + placed: + label: Date + separator: ', ' + total_price__number: + label: Total + separator: ', ' + state: + label: État + separator: ', ' + title: Commandes + arguments: + uid: + exception: + title: Tout + order_page: + display_options: + menu: + title: Commandes diff --git a/config/sync/language/fr/views.view.content.yml b/config/sync/language/fr/views.view.content.yml index 4822801..3cb1089 100644 --- a/config/sync/language/fr/views.view.content.yml +++ b/config/sync/language/fr/views.view.content.yml @@ -20,6 +20,9 @@ display: fields: title: label: Titre + type: + label: 'Type de contenu' + separator: ', ' name: label: Auteur status: @@ -35,6 +38,9 @@ display: title: expose: label: Titre + type: + expose: + label: 'Type de contenu' status: expose: label: Etat @@ -60,3 +66,4 @@ display: tab_options: title: Contenu description: 'Trouver et gérer le contenu' + display_title: Page diff --git a/config/sync/language/fr/views.view.content_recent.yml b/config/sync/language/fr/views.view.content_recent.yml index eda0cdd..044a829 100644 --- a/config/sync/language/fr/views.view.content_recent.yml +++ b/config/sync/language/fr/views.view.content_recent.yml @@ -1,3 +1,5 @@ +label: 'Contenu récent' +description: 'Contenu récent.' display: default: display_title: Maître @@ -9,6 +11,13 @@ display: exposed_sorts_label: 'Trier par' sort_asc_label: Asc sort_desc_label: Desc + fields: + changed: + separator: ', ' + title: 'Contenu récent' empty: area_text_custom: content: 'Aucun contenu disponible.' + use_more_text: Plus + block_1: + display_title: Bloc diff --git a/config/sync/language/fr/views.view.content_translations.yml b/config/sync/language/fr/views.view.content_translations.yml index 2ac02c3..66c4856 100644 --- a/config/sync/language/fr/views.view.content_translations.yml +++ b/config/sync/language/fr/views.view.content_translations.yml @@ -12,6 +12,8 @@ display: pager: options: tags: + previous: ‹‹ + next: ›› first: '« Premier' last: 'Dernier »' expose: @@ -21,5 +23,28 @@ display: fields: title: label: Titre + separator: ', ' + langcode: + label: 'A partir de' + separator: ', ' + translation_target_language: + label: À + translation_status: + label: 'Statut de la traduction' translation_changed: label: Modifié + filters: + langcode: + expose: + label: 'Langue d''origine' + content_translation_outdated: + expose: + label: 'Traduction périmée' + translation_outdated: + expose: + label: Obsolète + translation_status: + expose: + label: 'Statut de la traduction' + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.files.yml b/config/sync/language/fr/views.view.files.yml index da881b6..9959956 100644 --- a/config/sync/language/fr/views.view.files.yml +++ b/config/sync/language/fr/views.view.files.yml @@ -1,3 +1,5 @@ +label: Fichiers +description: 'Trouver et gérer les fichiers.' display: default: display_title: Maître @@ -16,15 +18,47 @@ display: items_per_page_options_all_label: '- Tout -' offset_label: Décalage fields: + fid: + label: 'Identifiant (FID)' filename: label: Nom + separator: ', ' + filemime: + label: 'Type MIME' + filesize: + label: Taille status: label: Etat + settings: + format_custom_false: Temporaire + format_custom_true: Permanent + created: + label: 'Date de transfert' + changed: + label: 'Date de modification' + count: + label: 'Utilisé dans' filters: + filename: + expose: + label: 'Nom du fichier' + filemime: + expose: + label: 'Type MIME' status: expose: label: Etat + title: Fichiers + empty: + area_text_custom: + content: 'Aucun fichier disponible.' + page_1: + display_title: 'Vue d''ensemble des fichiers' + display_options: + menu: + title: Fichiers page_2: + display_title: 'Utilisation du fichier' display_options: pager: options: @@ -38,7 +72,15 @@ display: fields: entity_label: label: Entité + type: + label: 'Type d''entité' + module: + label: 'Enregistrement du module' + count: + label: 'Nombre d''utilisations' + title: 'Utilisation du fichier' arguments: fid: exception: title: Tout + title: 'Information d''utilisation du fichier {{ arguments.fid }}' diff --git a/config/sync/language/fr/views.view.frontpage.yml b/config/sync/language/fr/views.view.frontpage.yml index 2d460bb..74494c3 100644 --- a/config/sync/language/fr/views.view.frontpage.yml +++ b/config/sync/language/fr/views.view.frontpage.yml @@ -1,6 +1,13 @@ +label: 'Page d''accueil' +description: 'Tout le contenu promu en page d''accueil.' display: default: display_options: + empty: + area_text_custom: + content: 'Aucun contenu de page d''accueil n''a été créé pour l''instant. Suivre le Guide utilisateur pour démarrer la construction de votre site.' + title: + title: 'Bienvenue sur [site:name]' exposed_form: options: submit_button: Appliquer @@ -20,3 +27,7 @@ display: first: '« Premier' last: 'Dernier »' display_title: Maître + feed_1: + display_title: Flux + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.glossary.yml b/config/sync/language/fr/views.view.glossary.yml index e1088fe..a3b84f0 100644 --- a/config/sync/language/fr/views.view.glossary.yml +++ b/config/sync/language/fr/views.view.glossary.yml @@ -1,3 +1,5 @@ +label: Glossary +description: 'Tous les contenus, triés par lettre.' display: default: display_title: Maître @@ -15,8 +17,20 @@ display: items_per_page_label: 'Éléments par page' items_per_page_options_all_label: '- Tout -' offset_label: Décalage + tags: + previous: ‹‹ + next: ›› fields: title: label: Titre name: label: Auteur + changed: + label: 'Dernière mise à jour' + attachment_1: + display_title: 'Fichier attaché' + page_1: + display_title: Page + display_options: + menu: + title: Glossary diff --git a/config/sync/language/fr/views.view.locked_content.yml b/config/sync/language/fr/views.view.locked_content.yml index e6337d8..c231388 100644 --- a/config/sync/language/fr/views.view.locked_content.yml +++ b/config/sync/language/fr/views.view.locked_content.yml @@ -12,6 +12,8 @@ display: pager: options: tags: + previous: ‹‹ + next: ›› first: '« Premier' last: 'Dernier »' expose: @@ -21,6 +23,14 @@ display: fields: title: label: Titre + separator: ', ' + type: + label: 'Type de contenu' + separator: ', ' + timestamp: + label: 'Date / Heure du verrouillage' + name: + separator: ', ' operations: label: Actions filters: @@ -34,6 +44,11 @@ display: title: Publié 2: title: 'Non publié' + type: + expose: + label: 'Type de contenu' title: expose: label: Titre + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.maillog_overview.yml b/config/sync/language/fr/views.view.maillog_overview.yml index 2009adc..12a4f03 100644 --- a/config/sync/language/fr/views.view.maillog_overview.yml +++ b/config/sync/language/fr/views.view.maillog_overview.yml @@ -15,3 +15,19 @@ display: items_per_page_label: 'Éléments par page' items_per_page_options_all_label: '- Tout -' offset_label: Décalage + tags: + previous: "‹\_précédent" + next: "suivant\_›" + first: "«\_premier" + last: "dernier\_»" + fields: + sent_date: + label: Date + subject: + label: Objet + header_from: + label: 'A partir de' + header_to: + label: À + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.redirect.yml b/config/sync/language/fr/views.view.redirect.yml index c397b64..7552714 100644 --- a/config/sync/language/fr/views.view.redirect.yml +++ b/config/sync/language/fr/views.view.redirect.yml @@ -12,6 +12,11 @@ display: sort_desc_label: Desc pager: options: + tags: + previous: "‹\_précédent" + next: "suivant\_›" + first: "«\_premier" + last: "dernier\_»" expose: items_per_page_label: 'Éléments par page' items_per_page_options_all_label: '- Tout -' @@ -19,6 +24,41 @@ display: fields: redirect_bulk_form: action_title: 'Pour cette sélection' + redirect_source__path: + label: 'A partir de' + separator: ', ' created: - label: Créé(e) + label: Créé + filters: + redirect_source__path: + expose: + label: 'A partir de' + redirect_redirect__uri: + expose: + label: À + status_code: + expose: + label: 'Code du statut' + group_info: + label: 'Code du statut' + group_items: + 1: + title: '300 Choix Multiples' + 2: + title: '301 Redirection Permanente' + 3: + title: '302 Trouvé' + 4: + title: '303 Voir Ailleurs' + 5: + title: '304 Non Modifié' + 6: + title: '305 Utilise un Proxy' + 7: + title: '307 Redirection Temporaire' + language: + expose: + label: 'Langue d''origine' title: Rediriger + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.simplenews_newsletters.yml b/config/sync/language/fr/views.view.simplenews_newsletters.yml index a6c53fa..665f7c4 100644 --- a/config/sync/language/fr/views.view.simplenews_newsletters.yml +++ b/config/sync/language/fr/views.view.simplenews_newsletters.yml @@ -17,8 +17,16 @@ display: offset_label: Décalage fields: node_bulk_form: + label: 'Formulaire des opérations en masse sur les nœuds' action_title: 'Pour cette sélection' + simplenews_issue: + separator: ', ' status: label: Publié + separator: ', ' created: label: 'Mis à jour' + operations: + label: 'Liens d''actions' + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.simplenews_subscribers.yml b/config/sync/language/fr/views.view.simplenews_subscribers.yml index ca9d1cf..9282582 100644 --- a/config/sync/language/fr/views.view.simplenews_subscribers.yml +++ b/config/sync/language/fr/views.view.simplenews_subscribers.yml @@ -11,23 +11,37 @@ display: sort_desc_label: Desc pager: options: + tags: + previous: "‹\_précédent" + next: "suivant\_›" + first: "«\_premier" + last: "dernier\_»" expose: items_per_page_label: 'Éléments par page' items_per_page_options_all_label: '- Tout -' offset_label: Décalage fields: + mail: + label: Courriel user_name: label: 'Nom d''utilisateur' + subscriptions: + separator: ', ' status: label: Actif created: - label: Créé(e) + label: Créé operations: label: Actions filters: + mail: + expose: + label: Courriel status: expose: label: Actif subscriptions_status: expose: label: Etat + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.taxonomy_term.yml b/config/sync/language/fr/views.view.taxonomy_term.yml index 286d45f..20ad3c8 100644 --- a/config/sync/language/fr/views.view.taxonomy_term.yml +++ b/config/sync/language/fr/views.view.taxonomy_term.yml @@ -1,3 +1,5 @@ +label: 'Terme de taxonomie' +description: 'Contenu associé à un terme de taxonomie donné.' display: default: display_title: Maître @@ -15,7 +17,15 @@ display: items_per_page_label: 'Éléments par page' items_per_page_options_all_label: '- Tout -' offset_label: Décalage + tags: + previous: ‹‹ + next: ›› arguments: tid: exception: title: Tout + title: '{{ arguments.tid }}' + feed_1: + display_title: Flux + page_1: + display_title: Page diff --git a/config/sync/language/fr/views.view.user_admin_people.yml b/config/sync/language/fr/views.view.user_admin_people.yml index 1c5298f..dd01779 100644 --- a/config/sync/language/fr/views.view.user_admin_people.yml +++ b/config/sync/language/fr/views.view.user_admin_people.yml @@ -40,6 +40,8 @@ display: label: 'Dernier accès' operations: label: Actions + mail: + separator: ', ' filters: combine: expose: @@ -64,6 +66,7 @@ display: content: 'Personne n''est disponible.' use_more_text: plus page_1: + display_title: Page display_options: menu: title: Lister diff --git a/config/sync/language/fr/views.view.who_s_new.yml b/config/sync/language/fr/views.view.who_s_new.yml index e52ca4c..33f2caa 100644 --- a/config/sync/language/fr/views.view.who_s_new.yml +++ b/config/sync/language/fr/views.view.who_s_new.yml @@ -1,3 +1,5 @@ +label: 'Nouveaux membres' +description: 'Affiche la liste des utilisateurs les plus récents sur le site.' display: default: display_title: Maître @@ -9,3 +11,10 @@ display: exposed_sorts_label: 'Trier par' sort_asc_label: Asc sort_desc_label: Desc + title: 'Nouveaux membres' + block_1: + display_title: 'Nouveaux membres' + display_options: + display_description: 'Une liste des nouveaux utilisateurs' + block_description: 'Nouveaux membres' + block_category: Utilisateur diff --git a/config/sync/language/fr/views.view.who_s_online.yml b/config/sync/language/fr/views.view.who_s_online.yml index 745ed36..b33b31d 100644 --- a/config/sync/language/fr/views.view.who_s_online.yml +++ b/config/sync/language/fr/views.view.who_s_online.yml @@ -1,3 +1,5 @@ +label: 'Bloc "Qui est connecté"' +description: 'Affiche les noms des utilisateurs les plus actifs récemment, et le nombre total d''utilisateurs actifs.' display: default: display_title: Maître @@ -13,3 +15,16 @@ display: access: expose: label: 'Dernier accès' + description: 'Durée pendant laquelle on considère qu''un utilisateur est en ligne après qu''il ait vu une page pour la dernière fois.' + title: 'Utilisateurs en ligne' + header: + result: + content: 'Il y a actuellement @total utilisateurs en ligne.' + empty: + area_text_custom: + content: 'Il y a actuellement 0 utilisateurs en ligne.' + who_s_online_block: + display_title: 'Utilisateurs en ligne' + display_options: + block_description: 'Utilisateurs en ligne' + display_description: 'Une liste d''utilisateurs actuellement connectés.' diff --git a/config/sync/language/fr/views.view.workflow_entity_history.yml b/config/sync/language/fr/views.view.workflow_entity_history.yml index c3d93b5..a23f5a1 100644 --- a/config/sync/language/fr/views.view.workflow_entity_history.yml +++ b/config/sync/language/fr/views.view.workflow_entity_history.yml @@ -15,7 +15,28 @@ display: items_per_page_label: 'Éléments par page' items_per_page_options_all_label: '- Tout -' offset_label: Décalage + tags: + previous: ‹‹ + next: ›› fields: + hid: + separator: ', ' + timestamp: + label: Horodatage + separator: ', ' + field_name: + label: 'Nom du champ' + separator: ', ' + from_sid: + separator: ', ' + to_sid: + separator: ', ' + uid: + label: 'Identifiant (ID) utilisateur' + separator: ', ' + comment: + label: 'Message de journal' + separator: ', ' operations: label: Actions arguments: diff --git a/config/sync/migrate_plus.migration.d7_allpublicfiles.yml b/config/sync/migrate_plus.migration.d7_allpublicfiles.yml index 50dd32f..3439515 100644 --- a/config/sync/migrate_plus.migration.d7_allpublicfiles.yml +++ b/config/sync/migrate_plus.migration.d7_allpublicfiles.yml @@ -1,4 +1,4 @@ -uuid: 95015cbb-ff5e-4f86-98ad-69a8d7e0de49 +uuid: 0760f01a-10ad-4876-8b7c-fc365bb7d604 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_node_article.yml b/config/sync/migrate_plus.migration.d7_node_article.yml index d401eb3..384f5e4 100644 --- a/config/sync/migrate_plus.migration.d7_node_article.yml +++ b/config/sync/migrate_plus.migration.d7_node_article.yml @@ -1,4 +1,4 @@ -uuid: a8711192-2221-4bb0-886b-6a952af7948d +uuid: 5e293a2e-4f35-4d00-9c37-d7e10a818d52 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_node_article_i18n.yml b/config/sync/migrate_plus.migration.d7_node_article_i18n.yml index ade7434..fe62cd0 100644 --- a/config/sync/migrate_plus.migration.d7_node_article_i18n.yml +++ b/config/sync/migrate_plus.migration.d7_node_article_i18n.yml @@ -1,4 +1,4 @@ -uuid: be332db0-4ff0-45ac-86d1-ac8162c565b9 +uuid: 04726237-a1a9-4829-a854-a545cded4647 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_node_materiau.yml b/config/sync/migrate_plus.migration.d7_node_materiau.yml index eeab2dc..f36a9b7 100644 --- a/config/sync/migrate_plus.migration.d7_node_materiau.yml +++ b/config/sync/migrate_plus.migration.d7_node_materiau.yml @@ -1,4 +1,4 @@ -uuid: 47872e9f-36b0-4cd5-b273-1acdfbc7dca8 +uuid: bb67ccda-12a5-4ae9-806f-1f5b61094fc4 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_node_materiau_i18n.yml b/config/sync/migrate_plus.migration.d7_node_materiau_i18n.yml index 6894a8d..31fe804 100644 --- a/config/sync/migrate_plus.migration.d7_node_materiau_i18n.yml +++ b/config/sync/migrate_plus.migration.d7_node_materiau_i18n.yml @@ -1,4 +1,4 @@ -uuid: a3ec42d1-12a0-4041-8fd6-52be46cc116f +uuid: 7db5c1c8-0479-40a9-a581-dbf82068fb08 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_simplenews_nodes.yml b/config/sync/migrate_plus.migration.d7_simplenews_nodes.yml index e08d59e..d50a91e 100644 --- a/config/sync/migrate_plus.migration.d7_simplenews_nodes.yml +++ b/config/sync/migrate_plus.migration.d7_simplenews_nodes.yml @@ -1,4 +1,4 @@ -uuid: 6c6e15b5-b3d3-42c8-8ccd-10043efbac7a +uuid: 26d4512d-f71d-4df2-8785-b0c339cbfd13 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_simplenews_subscribers.yml b/config/sync/migrate_plus.migration.d7_simplenews_subscribers.yml index f937cb3..5647fb1 100644 --- a/config/sync/migrate_plus.migration.d7_simplenews_subscribers.yml +++ b/config/sync/migrate_plus.migration.d7_simplenews_subscribers.yml @@ -1,4 +1,4 @@ -uuid: 59a27fe9-2874-4cf6-86ec-e757f0ef29f0 +uuid: 15c8fbd5-0cfd-4209-8514-d95334c3ed60 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_taxonomy_term_company.yml b/config/sync/migrate_plus.migration.d7_taxonomy_term_company.yml index 874108c..4861bbe 100644 --- a/config/sync/migrate_plus.migration.d7_taxonomy_term_company.yml +++ b/config/sync/migrate_plus.migration.d7_taxonomy_term_company.yml @@ -1,4 +1,4 @@ -uuid: 051d650f-571f-44f0-b752-beef9af80fc5 +uuid: 9fd16d6a-6740-47f9-9f3a-dd63cd8aa468 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_taxonomy_term_showroom.yml b/config/sync/migrate_plus.migration.d7_taxonomy_term_showroom.yml index adb556a..ec72b10 100644 --- a/config/sync/migrate_plus.migration.d7_taxonomy_term_showroom.yml +++ b/config/sync/migrate_plus.migration.d7_taxonomy_term_showroom.yml @@ -1,4 +1,4 @@ -uuid: 1dc791a4-06e7-4e79-ad8b-b2be442f5b48 +uuid: 6e9d0176-5410-4dcd-b620-875eab1348c8 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_taxonomy_term_tags.yml b/config/sync/migrate_plus.migration.d7_taxonomy_term_tags.yml index 02da07d..6e49be5 100644 --- a/config/sync/migrate_plus.migration.d7_taxonomy_term_tags.yml +++ b/config/sync/migrate_plus.migration.d7_taxonomy_term_tags.yml @@ -1,4 +1,4 @@ -uuid: b885e080-ef2c-4732-88e6-ab6752919ee2 +uuid: 8d668861-4599-44b9-b17b-c35120a4d23a langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_taxonomy_term_tags_i18n.yml b/config/sync/migrate_plus.migration.d7_taxonomy_term_tags_i18n.yml index d500d82..4d3af7a 100644 --- a/config/sync/migrate_plus.migration.d7_taxonomy_term_tags_i18n.yml +++ b/config/sync/migrate_plus.migration.d7_taxonomy_term_tags_i18n.yml @@ -1,4 +1,4 @@ -uuid: d8159460-9be8-4ab9-962b-430d03040d8d +uuid: 4156ec2e-7374-4270-aea3-40c14ee20790 langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_taxonomy_term_thesaurus.yml b/config/sync/migrate_plus.migration.d7_taxonomy_term_thesaurus.yml index b893f8f..5effb52 100644 --- a/config/sync/migrate_plus.migration.d7_taxonomy_term_thesaurus.yml +++ b/config/sync/migrate_plus.migration.d7_taxonomy_term_thesaurus.yml @@ -1,4 +1,4 @@ -uuid: a154291b-424f-481e-af2c-6678a8738af5 +uuid: 9b453f7f-4fc4-4826-bac6-6f49b734425e langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_taxonomy_term_thesaurus_i18n.yml b/config/sync/migrate_plus.migration.d7_taxonomy_term_thesaurus_i18n.yml index ee48365..415a835 100644 --- a/config/sync/migrate_plus.migration.d7_taxonomy_term_thesaurus_i18n.yml +++ b/config/sync/migrate_plus.migration.d7_taxonomy_term_thesaurus_i18n.yml @@ -1,4 +1,4 @@ -uuid: 63451d96-d2d2-4d0d-a6e5-da85015bbbfb +uuid: 74f03ea2-db39-4cb2-87e1-e65fa24040dd langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration.d7_uc_roles_license.yml b/config/sync/migrate_plus.migration.d7_uc_roles_license.yml new file mode 100644 index 0000000..53cec68 --- /dev/null +++ b/config/sync/migrate_plus.migration.d7_uc_roles_license.yml @@ -0,0 +1,68 @@ +uuid: f3576dd2-cf66-4cfc-b41e-45d4855ac987 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_product + - commerce_license +_core: + default_config_hash: uBcqzDKpO358QBdXpZONLiQ13aH-bbfmWiN4yiwzKIM +id: d7_uc_roles_license +class: null +field_plugin_method: null +cck_plugin_method: null +migration_tags: + - 'Drupal 7' + - Ubercart + - Materio +migration_group: d7_materio +label: 'License from D7 Ubercart Roles.' +source: + plugin: d7_uc_license_role +process: + type: + plugin: default_value + default_value: role + uid: + - + plugin: skip_on_empty + method: row + source: uid + - + plugin: migration_lookup + migration: d7_users + no_stub: true + state: state + created: created + granted: created + renewed: renewed + changed: renewed + license_role: + plugin: static_map + source: rid + map: + 6: adherent + 10: student + expiration_type: + plugin: default_value + default_value: + target_plugin_id: rolling_interval + target_plugin_configuration: + interval: + interval: 1 + period: year + expires: expiration + product_variation: + plugin: static_map + source: rid + map: + 6: 2 + 10: 7 +destination: + plugin: 'entity:commerce_license' + destination_module: commerce_license +migration_dependencies: + required: + - d7_users + optional: { } diff --git a/config/sync/migrate_plus.migration.d7_user_profile.yml b/config/sync/migrate_plus.migration.d7_user_profile.yml index e2c1ddc..96db085 100644 --- a/config/sync/migrate_plus.migration.d7_user_profile.yml +++ b/config/sync/migrate_plus.migration.d7_user_profile.yml @@ -1,4 +1,4 @@ -uuid: 8c5c8877-d9d8-44d9-ad92-c4554932cb19 +uuid: a76e06da-26f4-44b5-90d8-22a080c05bef langcode: en status: true dependencies: diff --git a/config/sync/migrate_plus.migration.d7_users.yml b/config/sync/migrate_plus.migration.d7_users.yml index ac6bcd4..39660fc 100644 --- a/config/sync/migrate_plus.migration.d7_users.yml +++ b/config/sync/migrate_plus.migration.d7_users.yml @@ -1,4 +1,4 @@ -uuid: 47a37723-5919-447c-b997-6cf87af11785 +uuid: ec3736c2-9d18-46ee-bda0-e0b1f350b69e langcode: en status: true dependencies: { } diff --git a/config/sync/migrate_plus.migration_group.d7_materio.yml b/config/sync/migrate_plus.migration_group.d7_materio.yml index 22cda87..28c0c1c 100644 --- a/config/sync/migrate_plus.migration_group.d7_materio.yml +++ b/config/sync/migrate_plus.migration_group.d7_materio.yml @@ -1,4 +1,4 @@ -uuid: 019e4841-a5c5-4664-a259-e00ebc6510d1 +uuid: 400201fd-9145-4ea2-bace-9325c7ef59f5 langcode: en status: true dependencies: diff --git a/config/sync/profile.type.customer.yml b/config/sync/profile.type.customer.yml new file mode 100644 index 0000000..12b6523 --- /dev/null +++ b/config/sync/profile.type.customer.yml @@ -0,0 +1,17 @@ +uuid: af97b4d7-588a-4d87-81a9-e62b40f9ce61 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_order +_core: + default_config_hash: PZl4AQDUouSVwavb0FNRlcbJx924n5FtCq8l73AMj5g +id: customer +label: Customer +registration: false +multiple: true +roles: { } +weight: 0 +use_revisions: false +description: null diff --git a/config/sync/system.action.commerce_order_delete_action.yml b/config/sync/system.action.commerce_order_delete_action.yml new file mode 100644 index 0000000..45bf657 --- /dev/null +++ b/config/sync/system.action.commerce_order_delete_action.yml @@ -0,0 +1,17 @@ +uuid: d7c79b6e-3d33-499a-824a-f06090d2ce96 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_order + module: + - commerce_order + - entity +_core: + default_config_hash: GDUgwBmDhcGNHBz3FBgXqXvyuMJVsKy9oytH9wNOJns +id: commerce_order_delete_action +label: 'Delete order' +type: commerce_order +plugin: 'entity_delete_action:commerce_order' +configuration: { } diff --git a/config/sync/system.action.commerce_product_delete_action.yml b/config/sync/system.action.commerce_product_delete_action.yml new file mode 100644 index 0000000..a7ae701 --- /dev/null +++ b/config/sync/system.action.commerce_product_delete_action.yml @@ -0,0 +1,17 @@ +uuid: e1481a59-c888-4f58-8859-e7c140dc0f92 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_product + module: + - commerce_product + - entity +_core: + default_config_hash: rxmGRw66r86CkHY9zkcXVic946t0v1Qn0boxBY5n6c0 +id: commerce_product_delete_action +label: 'Delete product' +type: commerce_product +plugin: 'entity_delete_action:commerce_product' +configuration: { } diff --git a/config/sync/system.action.commerce_publish_product.yml b/config/sync/system.action.commerce_publish_product.yml new file mode 100644 index 0000000..3201797 --- /dev/null +++ b/config/sync/system.action.commerce_publish_product.yml @@ -0,0 +1,13 @@ +uuid: a04ef056-c1ea-4dd7-b616-cdeb56813a94 +langcode: en +status: true +dependencies: + module: + - commerce_product +_core: + default_config_hash: 83abjxFWTlkso65OfwvUzv_VvAc9iIswF2kW_MGZmY8 +id: commerce_publish_product +label: 'Publish product' +type: commerce_product +plugin: commerce_publish_product +configuration: { } diff --git a/config/sync/system.action.commerce_store_delete_action.yml b/config/sync/system.action.commerce_store_delete_action.yml new file mode 100644 index 0000000..2e7fd48 --- /dev/null +++ b/config/sync/system.action.commerce_store_delete_action.yml @@ -0,0 +1,17 @@ +uuid: c6eb0696-ced9-47bd-9eb4-bb12be2b3f13 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_store + module: + - commerce_store + - entity +_core: + default_config_hash: UdhJAuixyuIu-hp_uqul-Gm97CiABMd1mM6GgzdwL3I +id: commerce_store_delete_action +label: 'Delete store' +type: commerce_store +plugin: 'entity_delete_action:commerce_store' +configuration: { } diff --git a/config/sync/system.action.commerce_unpublish_product.yml b/config/sync/system.action.commerce_unpublish_product.yml new file mode 100644 index 0000000..4942517 --- /dev/null +++ b/config/sync/system.action.commerce_unpublish_product.yml @@ -0,0 +1,13 @@ +uuid: 6beb0407-ae29-457d-aa3d-09331d7f341a +langcode: en +status: true +dependencies: + module: + - commerce_product +_core: + default_config_hash: 6gfQWDjHFkJsE2C2ayhUL7x1jBGPgOhr3SGF15Kxy-w +id: commerce_unpublish_product +label: 'Unpublish product' +type: commerce_product +plugin: commerce_unpublish_product +configuration: { } diff --git a/config/sync/ultimate_cron.job.advancedqueue_cron.yml b/config/sync/ultimate_cron.job.advancedqueue_cron.yml new file mode 100644 index 0000000..504788c --- /dev/null +++ b/config/sync/ultimate_cron.job.advancedqueue_cron.yml @@ -0,0 +1,17 @@ +uuid: f02ef9ad-a36f-4fb4-8854-0b32720eb31e +langcode: en +status: true +dependencies: + module: + - advancedqueue +title: 'Default cron handler' +id: advancedqueue_cron +weight: 0 +module: advancedqueue +callback: advancedqueue_cron +scheduler: + id: simple +launcher: + id: serial +logger: + id: database diff --git a/config/sync/ultimate_cron.job.commerce_license_cron.yml b/config/sync/ultimate_cron.job.commerce_license_cron.yml new file mode 100644 index 0000000..fbb04ca --- /dev/null +++ b/config/sync/ultimate_cron.job.commerce_license_cron.yml @@ -0,0 +1,17 @@ +uuid: 5d8f3ced-19df-430c-b46d-6737a8ea1adb +langcode: en +status: true +dependencies: + module: + - commerce_license +title: 'Default cron handler' +id: commerce_license_cron +weight: 0 +module: commerce_license +callback: commerce_license_cron +scheduler: + id: simple +launcher: + id: serial +logger: + id: database diff --git a/config/sync/ultimate_cron.job.commerce_recurring_cron.yml b/config/sync/ultimate_cron.job.commerce_recurring_cron.yml new file mode 100644 index 0000000..4f60154 --- /dev/null +++ b/config/sync/ultimate_cron.job.commerce_recurring_cron.yml @@ -0,0 +1,17 @@ +uuid: 7dd0cae9-bfc6-4b7a-acfc-e6155b40eb25 +langcode: en +status: true +dependencies: + module: + - commerce_recurring +title: 'Default cron handler' +id: commerce_recurring_cron +weight: 0 +module: commerce_recurring +callback: commerce_recurring_cron +scheduler: + id: simple +launcher: + id: serial +logger: + id: database diff --git a/config/sync/user.role.anonymous.yml b/config/sync/user.role.anonymous.yml index 4b38b0a..0908804 100644 --- a/config/sync/user.role.anonymous.yml +++ b/config/sync/user.role.anonymous.yml @@ -9,6 +9,7 @@ label: 'Anonymous user' weight: -9 is_admin: false permissions: + - 'access checkout' - 'access content' - 'access devel information' - 'access kint' @@ -21,5 +22,6 @@ permissions: - 'create workflow workflow_transition' - 'subscribe to newsletters' - 'use text format wysiwyg' + - 'view commerce_product' - 'view published fil entities' - 'view search api pages' diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index 29bd97d..485976a 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -9,6 +9,7 @@ label: 'Authenticated user' weight: -8 is_admin: false permissions: + - 'access checkout' - 'access content' - 'access devel information' - 'access kint' @@ -24,10 +25,13 @@ permissions: - 'edit own chutier entities' - 'edit own composition entities' - 'edit own fil entities' + - 'manage own commerce_payment_method' - 'opt-in or out of matomo tracking' - 'subscribe to newsletters' - 'use chutier' - 'use text format wysiwyg' + - 'view commerce_product' + - 'view own commerce_order' - 'view own unpublished chutier entities' - 'view own unpublished composition entities' - 'view own unpublished fil entities' diff --git a/config/sync/views.view.advancedqueue_jobs.yml b/config/sync/views.view.advancedqueue_jobs.yml new file mode 100644 index 0000000..c2518c0 --- /dev/null +++ b/config/sync/views.view.advancedqueue_jobs.yml @@ -0,0 +1,738 @@ +uuid: 2fa10fbe-9ba5-45e3-b6fa-fc2c74c7fce6 +langcode: en +status: true +dependencies: + module: + - advancedqueue + - user +_core: + default_config_hash: UznR_Wwz6P2n6k0oG2pyGiqeIzn_6aY7dQVoCzlh_iw +id: advancedqueue_jobs +label: 'Advanced queue jobs' +module: views +description: '' +tag: '' +base_table: advancedqueue +base_field: job_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'administer advancedqueue' + cache: + type: none + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: mini + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: ‹‹ + next: ›› + style: + type: table + row: + type: fields + fields: + job_id: + table: advancedqueue + field: job_id + id: job_id + entity_type: null + entity_field: null + plugin_id: standard + relationship: none + group_type: group + admin_label: '' + label: 'Job ID' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + num_retries: + id: num_retries + table: advancedqueue + field: num_retries + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: true + text: 'Number of retries: {{ num_retries }}' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: true + empty_zero: true + hide_alter_empty: true + set_precision: false + precision: 0 + decimal: . + separator: ',' + format_plural: false + format_plural_string: !!binary MQNAY291bnQ= + prefix: '' + suffix: '' + plugin_id: numeric + state: + icon: true + id: state + table: advancedqueue + field: state + relationship: none + group_type: group + admin_label: '' + label: State + exclude: false + alter: + alter_text: true + text: "{{ state }}\n\n{{ num_retries }}" + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: advancedqueue_job_state + type: + id: type + table: advancedqueue + field: type + relationship: none + group_type: group + admin_label: '' + label: 'Job type' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: advancedqueue_job_type + payload: + id: payload + table: advancedqueue + field: payload + relationship: none + group_type: group + admin_label: '' + label: Payload + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + key: '' + plugin_id: advancedqueue_json + available: + id: available + table: advancedqueue + field: available + relationship: none + group_type: group + admin_label: '' + label: 'Available date' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + date_format: short + custom_date_format: '' + timezone: '' + plugin_id: date + processed: + id: processed + table: advancedqueue + field: processed + relationship: none + group_type: group + admin_label: '' + label: 'Processed date' + exclude: false + alter: + alter_text: true + text: "{{ processed }}\n\n{{ message }}" + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + date_format: short + custom_date_format: '' + timezone: '' + plugin_id: date + message: + id: message + table: advancedqueue + field: message + relationship: none + group_type: group + admin_label: '' + label: Message + exclude: false + alter: + alter_text: false + text: 'Message: {{ message }}' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: true + empty_zero: false + hide_alter_empty: true + plugin_id: standard + operations: + id: operations + table: advancedqueue + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + plugin_id: advancedqueue_job_operations + filters: + type: + id: type + table: advancedqueue + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: 'Job type' + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: in_operator + state: + id: state + table: advancedqueue + field: state + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: state_op + label: State + description: '' + use_operator: false + operator: state_op + identifier: state + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: in_operator + available: + id: available + table: advancedqueue + field: available + relationship: none + group_type: group + admin_label: '' + operator: '>' + value: + min: '' + max: '' + value: '' + type: date + group: 1 + exposed: true + expose: + operator_id: available_op + label: 'Available date' + description: '' + use_operator: false + operator: available_op + identifier: available + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + plugin_id: date + sorts: { } + title: Jobs + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No jobs found' + plugin_id: text_custom + relationships: { } + arguments: + queue_id: + id: queue_id + table: advancedqueue + field: queue_id + relationship: none + group_type: group + admin_label: '' + default_action: 'not found' + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: true + validate: + type: advancedqueue_backend + fail: 'not found' + validate_options: { } + glossary: false + limit: 0 + case: none + path_case: none + transform_dash: false + break_phrase: false + plugin_id: string + display_extenders: { } + filter_groups: + operator: AND + groups: + 1: AND + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: admin/config/system/queues/jobs/% + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: { } diff --git a/config/sync/views.view.commerce_activity.yml b/config/sync/views.view.commerce_activity.yml new file mode 100644 index 0000000..1da8692 --- /dev/null +++ b/config/sync/views.view.commerce_activity.yml @@ -0,0 +1,412 @@ +uuid: 27489dd9-7ffd-4829-8129-a71e40808fed +langcode: en +status: true +dependencies: + module: + - commerce_log + - user +_core: + default_config_hash: '-RZu5UoVfuliWCTIlTW8oVsjPzRmrEDZG0fBU5aDM6c' +id: commerce_activity +label: Activity +module: views +description: '' +tag: '' +base_table: commerce_log +base_field: log_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: none + options: + offset: 0 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + created: created + rendered_entity: rendered_entity + uid: uid + info: + created: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + rendered_entity: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + uid: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: created + empty_table: false + row: + type: fields + fields: + created: + id: created + table: commerce_log + field: created + relationship: none + group_type: group + admin_label: '' + label: Date + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: medium + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_log + entity_field: created + plugin_id: field + rendered_entity: + id: rendered_entity + table: commerce_log + field: rendered_entity + relationship: none + group_type: group + admin_label: '' + label: Message + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + view_mode: default + entity_type: null + entity_field: null + plugin_id: rendered_entity + uid: + id: uid + table: commerce_log + field: uid + relationship: none + group_type: group + admin_label: '' + label: User + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: author + settings: { } + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_log + entity_field: uid + plugin_id: field + filters: { } + sorts: + log_id: + id: log_id + table: commerce_log + field: log_id + relationship: none + group_type: group + admin_label: '' + order: DESC + exposed: false + expose: + label: '' + entity_type: commerce_log + entity_field: log_id + plugin_id: standard + title: 'Order logs' + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No log entries.' + plugin_id: text_custom + relationships: { } + arguments: + source_entity_id: + id: source_entity_id + table: commerce_log + field: source_entity_id + relationship: none + group_type: group + admin_label: '' + default_action: empty + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + entity_type: commerce_log + entity_field: source_entity_id + plugin_id: numeric + source_entity_type: + id: source_entity_type + table: commerce_log + field: source_entity_type + relationship: none + group_type: group + admin_label: '' + default_action: 'not found' + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + glossary: false + limit: 0 + case: none + path_case: none + transform_dash: false + break_phrase: false + entity_type: commerce_log + entity_field: source_entity_type + plugin_id: string + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + tags: { } + block_1: + display_plugin: block + id: block_1 + display_title: Block + position: 1 + display_options: + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + tags: { } diff --git a/config/sync/views.view.commerce_cart_block.yml b/config/sync/views.view.commerce_cart_block.yml new file mode 100644 index 0000000..f921b8b --- /dev/null +++ b/config/sync/views.view.commerce_cart_block.yml @@ -0,0 +1,398 @@ +uuid: 1ebe303d-02b1-4799-8182-bb00e37bdd65 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_cart + module: + - commerce_order + - commerce_price +_core: + default_config_hash: 0pypGQG2TREX-wxVfjDho9qLmky33bbKFt-kFTLWM9I +id: commerce_cart_block +label: 'Cart block' +module: views +description: '' +tag: commerce_cart_block +base_table: commerce_order +base_field: order_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: none + options: + offset: 0 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + order_number: order_number + info: + order_number: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: '-1' + empty_table: false + row: + type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true + fields: + quantity: + id: quantity + table: commerce_order_item + field: quantity + relationship: order_items + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: true + text: '{{ quantity }} x' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_decimal + settings: + thousand_separator: '' + prefix_suffix: false + decimal_separator: . + scale: 0 + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: quantity + plugin_id: field + title: + id: title + table: commerce_order_item + field: title + relationship: order_items + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: title + plugin_id: field + total_price__number: + id: total_price__number + table: commerce_order_item + field: total_price__number + relationship: order_items + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: total_price + plugin_id: field + filters: + cart: + id: cart + table: commerce_order + field: cart + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_order + entity_field: cart + plugin_id: boolean + sorts: + order_item_id: + id: order_item_id + table: commerce_order_item + field: order_item_id + relationship: order_items + group_type: group + admin_label: '' + order: ASC + exposed: false + expose: + label: '' + entity_type: commerce_order_item + entity_field: order_item_id + plugin_id: standard + header: { } + footer: { } + empty: { } + relationships: + order_items: + id: order_items + table: commerce_order__order_items + field: order_items + relationship: none + group_type: group + admin_label: 'order_items: Order Item' + required: true + plugin_id: standard + arguments: + order_id: + id: order_id + table: commerce_order + field: order_id + relationship: none + group_type: group + admin_label: '' + default_action: default + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + entity_type: commerce_order + entity_field: order_id + plugin_id: numeric + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + tags: { } diff --git a/config/sync/views.view.commerce_cart_form.yml b/config/sync/views.view.commerce_cart_form.yml new file mode 100644 index 0000000..2bea0eb --- /dev/null +++ b/config/sync/views.view.commerce_cart_form.yml @@ -0,0 +1,469 @@ +uuid: 37171ae6-b00f-420e-8441-92aca0de2681 +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_cart + module: + - commerce_cart + - commerce_order + - commerce_price +_core: + default_config_hash: 0uC-7CzXMj-4ST2juIUm-iqdMIkzWcPERsEzqcpT1BA +id: commerce_cart_form +label: 'Cart form' +module: views +description: '' +tag: commerce_cart_form +base_table: commerce_order +base_field: order_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: none + options: + offset: 0 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + order_number: order_number + info: + order_number: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: '-1' + empty_table: false + row: + type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true + fields: + purchased_entity: + id: purchased_entity + table: commerce_order_item + field: purchased_entity + relationship: order_items + group_type: group + admin_label: '' + label: Item + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_entity_view + settings: + view_mode: cart + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: purchased_entity + plugin_id: field + unit_price__number: + id: unit_price__number + table: commerce_order_item + field: unit_price__number + relationship: order_items + group_type: group + admin_label: '' + label: Price + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: unit_price + plugin_id: field + edit_quantity: + id: edit_quantity + table: commerce_order_item + field: edit_quantity + relationship: order_items + group_type: group + admin_label: '' + label: Quantity + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + allow_decimal: false + entity_type: commerce_order_item + plugin_id: commerce_order_item_edit_quantity + remove_button: + id: remove_button + table: commerce_order_item + field: remove_button + relationship: order_items + group_type: group + admin_label: '' + label: Remove + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + entity_type: commerce_order_item + plugin_id: commerce_order_item_remove_button + total_price__number: + id: total_price__number + table: commerce_order_item + field: total_price__number + relationship: order_items + group_type: group + admin_label: '' + label: Total + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: total_price + plugin_id: field + filters: { } + sorts: + order_item_id: + id: order_item_id + table: commerce_order_item + field: order_item_id + relationship: order_items + group_type: group + admin_label: '' + order: ASC + exposed: false + expose: + label: '' + entity_type: commerce_order_item + entity_field: order_item_id + plugin_id: standard + header: { } + footer: + commerce_order_total: + id: commerce_order_total + table: views + field: commerce_order_total + relationship: none + group_type: group + admin_label: '' + empty: false + plugin_id: commerce_order_total + empty: { } + relationships: + order_items: + id: order_items + table: commerce_order__order_items + field: order_items + relationship: none + group_type: group + admin_label: 'order_items: Order Item' + required: true + plugin_id: standard + arguments: + order_id: + id: order_id + table: commerce_order + field: order_id + relationship: none + group_type: group + admin_label: '' + default_action: default + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + entity_type: commerce_order + entity_field: order_id + plugin_id: numeric + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + tags: { } diff --git a/config/sync/views.view.commerce_carts.yml b/config/sync/views.view.commerce_carts.yml new file mode 100644 index 0000000..c59605c --- /dev/null +++ b/config/sync/views.view.commerce_carts.yml @@ -0,0 +1,784 @@ +uuid: a880e87c-ec2f-4ce2-8707-bee141ceaecd +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_cart + module: + - commerce + - commerce_order + - commerce_price + - commerce_store + - user +_core: + default_config_hash: Fa5fJsxUL8Vjx2Qene6krTELyDppFqHVYkszUrdMbwQ +id: commerce_carts +label: Carts +module: views +description: '' +tag: Commerce +base_table: commerce_order +base_field: order_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access commerce_order overview' + cache: + type: none + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: '‹ previous' + next: 'next ›' + first: '« first' + last: 'last »' + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + type: type + store_id: store_id + uid: uid + mail: uid + total_price__number: total_price__number + changed: changed + operations: operations + info: + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: true + responsive: priority-medium + store_id: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: true + responsive: priority-medium + uid: + sortable: false + default_sort_order: asc + align: '' + separator: '
' + empty_column: false + responsive: '' + mail: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + total_price__number: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: true + responsive: '' + operations: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: changed + empty_table: true + row: + type: fields + fields: + commerce_order_bulk_form: + id: commerce_order_bulk_form + table: commerce_order + field: commerce_order_bulk_form + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + action_title: 'With selection' + include_exclude: exclude + selected_actions: { } + entity_type: commerce_order + plugin_id: bulk_form + type: + id: type + table: commerce_order + field: type + relationship: none + group_type: group + admin_label: '' + label: Type + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + hide_single_bundle: true + entity_type: commerce_order + entity_field: type + plugin_id: commerce_entity_bundle + store_id: + id: store_id + table: commerce_order + field: store_id + relationship: none + group_type: group + admin_label: '' + label: Store + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + hide_single_store: true + entity_type: commerce_order + entity_field: store_id + plugin_id: commerce_store + uid: + id: uid + table: commerce_order + field: uid + relationship: none + group_type: group + admin_label: '' + label: Customer + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: uid + plugin_id: field + mail: + id: mail + table: commerce_order + field: mail + relationship: none + group_type: group + admin_label: '' + label: Email + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: basic_string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: mail + plugin_id: field + total_price__number: + id: total_price__number + table: commerce_order + field: total_price__number + relationship: none + group_type: group + admin_label: '' + label: Total + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: total_price + plugin_id: field + changed: + id: changed + table: commerce_order + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp_ago + settings: + granularity: 2 + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: changed + plugin_id: field + operations: + id: operations + table: commerce_order + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + entity_type: commerce_order + plugin_id: entity_operations + filters: + cart: + id: cart + table: commerce_order + field: cart + relationship: none + group_type: group + admin_label: '' + operator: '=' + value: '1' + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_order + entity_field: cart + plugin_id: boolean + type: + id: type + table: commerce_order + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: Type + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + hide_single_bundle: true + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_order + entity_field: type + plugin_id: commerce_entity_bundle + sorts: { } + title: Carts + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No orders available.' + plugin_id: text_custom + relationships: { } + arguments: { } + display_extenders: { } + use_ajax: false + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: admin/commerce/orders/carts + menu: + type: tab + title: Carts + description: '' + expanded: false + parent: '' + weight: 0 + context: '0' + menu_name: admin + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } diff --git a/config/sync/views.view.commerce_checkout_order_summary.yml b/config/sync/views.view.commerce_checkout_order_summary.yml new file mode 100644 index 0000000..b22f322 --- /dev/null +++ b/config/sync/views.view.commerce_checkout_order_summary.yml @@ -0,0 +1,370 @@ +uuid: 44b9813a-c1bc-4f98-967b-81637d87dc0b +langcode: en +status: true +dependencies: + enforced: + module: + - commerce_checkout + - commerce_order + module: + - commerce_order + - commerce_price +_core: + default_config_hash: ZMm_Yy4aujhFs_1hZAQ9maM_nBGEiODMRbCA9eHZUKc +id: commerce_checkout_order_summary +label: 'Checkout Order Summary' +module: views +description: '' +tag: commerce_order_summary +base_table: commerce_order +base_field: order_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: none + options: + offset: 0 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + order_number: order_number + info: + order_number: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: '-1' + empty_table: false + row: + type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true + fields: + quantity: + id: quantity + table: commerce_order_item + field: quantity + relationship: order_items + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: true + text: '{{ quantity }} x' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_decimal + settings: + thousand_separator: '' + prefix_suffix: false + decimal_separator: . + scale: 0 + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: quantity + plugin_id: field + purchased_entity: + id: purchased_entity + table: commerce_order_item + field: purchased_entity + relationship: order_items + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_entity_view + settings: + view_mode: summary + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: purchased_entity + plugin_id: field + total_price__number: + id: total_price__number + table: commerce_order_item + field: total_price__number + relationship: order_items + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: total_price + plugin_id: field + filters: { } + sorts: + order_item_id: + id: order_item_id + table: commerce_order_item + field: order_item_id + relationship: order_items + group_type: group + admin_label: '' + order: ASC + exposed: false + expose: + label: '' + entity_type: commerce_order_item + entity_field: order_item_id + plugin_id: standard + header: { } + footer: + commerce_order_total: + id: commerce_order_total + table: views + field: commerce_order_total + relationship: none + group_type: group + admin_label: '' + empty: false + plugin_id: commerce_order_total + empty: { } + relationships: + order_items: + id: order_items + table: commerce_order__order_items + field: order_items + relationship: none + group_type: group + admin_label: 'order_items: Order Item' + required: true + plugin_id: standard + arguments: + order_id: + id: order_id + table: commerce_order + field: order_id + relationship: none + group_type: group + admin_label: '' + default_action: default + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + entity_type: commerce_order + entity_field: order_id + plugin_id: numeric + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + tags: { } diff --git a/config/sync/views.view.commerce_licenses.yml b/config/sync/views.view.commerce_licenses.yml new file mode 100644 index 0000000..edd0132 --- /dev/null +++ b/config/sync/views.view.commerce_licenses.yml @@ -0,0 +1,1579 @@ +uuid: b8f7d48e-ff97-402a-9012-2fce6550b23e +langcode: en +status: true +dependencies: + config: + - field.storage.profile.field_first_name + - field.storage.profile.field_name + module: + - commerce + - commerce_license + - options + - profile + - state_machine + - user +_core: + default_config_hash: qDJpXJ_8FkzPY58X9u7E69YkFZTYVb-pIw1qMrHC6yk +id: commerce_licenses +label: Licenses +module: views +description: '' +tag: '' +base_table: commerce_license +base_field: license_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access commerce_license overview' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + tags: + previous: ‹‹ + next: ›› + first: '« First' + last: 'Last »' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + license_id: license_id + uuid: uuid + uid: uid + field_name: field_name + field_first_name: field_first_name + view_user: view_user + mail: view_user + label: view_user + type: view_user + state: view_user + expiration_type__target_plugin_id: view_user + operations: view_user + granted: granted + changed: changed + renewed: renewed + changed_1: changed_1 + expires: expires + info: + license_id: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + uuid: + align: '' + separator: '' + empty_column: false + responsive: '' + uid: + sortable: false + default_sort_order: asc + align: '' + separator: '
' + empty_column: false + responsive: '' + field_name: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_first_name: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + view_user: + sortable: false + default_sort_order: asc + align: '' + separator: '
' + empty_column: false + responsive: '' + mail: + sortable: false + default_sort_order: asc + align: '' + separator: '
' + empty_column: false + responsive: '' + label: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + state: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + expiration_type__target_plugin_id: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + align: '' + separator: '' + empty_column: false + responsive: '' + granted: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + renewed: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed_1: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + expires: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: expires + empty_table: false + row: + type: fields + fields: + license_id: + id: license_id + table: commerce_license + field: license_id + relationship: none + group_type: group + admin_label: '' + label: ID + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_integer + settings: + thousand_separator: '' + prefix_suffix: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: license_id + plugin_id: field + uuid: + id: uuid + table: users + field: uuid + relationship: uid + group_type: group + admin_label: '' + label: UUID + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: user + entity_field: uuid + plugin_id: field + uid: + id: uid + table: commerce_license + field: uid + relationship: none + group_type: group + admin_label: '' + label: Owner + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: uid + plugin_id: field + field_name: + id: field_name + table: profile__field_name + field: field_name + relationship: profile + group_type: group + admin_label: '' + label: Name + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + plugin_id: field + field_first_name: + id: field_first_name + table: profile__field_first_name + field: field_first_name + relationship: profile + group_type: group + admin_label: '' + label: 'First Name' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + plugin_id: field + view_user: + id: view_user + table: users + field: view_user + relationship: uid + group_type: group + admin_label: '' + label: 'Link to User' + exclude: false + alter: + alter_text: true + text: '

{{ field_name }} {{ field_first_name }}

' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + text: view + output_url_as_text: false + absolute: false + entity_type: user + plugin_id: entity_link + mail: + id: mail + table: users_field_data + field: mail + relationship: uid + group_type: group + admin_label: '' + label: Email + exclude: false + alter: + alter_text: false + text: '{{ mail }}' + make_link: false + path: 'user/{{ uid }}' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '

' + suffix: '

' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: basic_string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: user + entity_field: mail + plugin_id: field + label: + id: label + table: commerce_license + field: label + relationship: none + group_type: group + admin_label: '' + label: Label + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + link_to_entity: true + entity_type: commerce_license + plugin_id: commerce_license__entity_label + type: + id: type + table: commerce_license + field: type + relationship: none + group_type: group + admin_label: '' + label: 'License type' + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + hide_single_bundle: true + entity_type: commerce_license + entity_field: type + plugin_id: commerce_entity_bundle + state: + id: state + table: commerce_license + field: state + relationship: none + group_type: group + admin_label: '' + label: State + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: list_default + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: state + plugin_id: field + expiration_type__target_plugin_id: + id: expiration_type__target_plugin_id + table: commerce_license + field: expiration_type__target_plugin_id + relationship: none + group_type: group + admin_label: '' + label: 'Expiration type' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_plugin_id + type: commerce_plugin_item_default + settings: { } + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: expiration_type + plugin_id: field + operations: + id: operations + table: commerce_license + field: operations + relationship: none + group_type: group + admin_label: '' + label: 'Operations links' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + entity_type: commerce_license + plugin_id: entity_operations + expires: + id: expires + table: commerce_license + field: expires + relationship: none + group_type: group + admin_label: '' + label: Expires + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: html_date + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: expires + plugin_id: field + changed: + id: changed + table: commerce_license + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: html_date + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: changed + plugin_id: field + renewed: + id: renewed + table: commerce_license + field: renewed + relationship: none + group_type: group + admin_label: '' + label: Renewed + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: html_date + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: renewed + plugin_id: field + changed_1: + id: changed_1 + table: commerce_license + field: changed + relationship: none + group_type: group + admin_label: '' + label: Changed + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: html_date + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: changed + plugin_id: field + granted: + id: granted + table: commerce_license + field: granted + relationship: none + group_type: group + admin_label: '' + label: Granted + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: html_date + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: granted + plugin_id: field + product_variation: + id: product_variation + table: commerce_license + field: product_variation + relationship: none + group_type: group + admin_label: '' + label: 'Licensed product variation' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_license + entity_field: product_variation + plugin_id: field + roles_target_id: + id: roles_target_id + table: user__roles + field: roles_target_id + relationship: uid + group_type: group + admin_label: '' + label: Roles + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + type: separator + separator: ', ' + entity_type: user + entity_field: roles + plugin_id: user_roles + filters: + state: + id: state + table: commerce_license + field: state + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: state_op + label: State + description: '' + use_operator: false + operator: state_op + identifier: state + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + member: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_license + entity_field: state + plugin_id: state_machine_state + mail: + id: mail + table: users_field_data + field: mail + relationship: uid + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: mail_op + label: Email + description: '' + use_operator: false + operator: mail_op + identifier: mail + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + unverified: '0' + anonymous: '0' + free_user: '0' + contact_company: '0' + alpha_testeur: '0' + student: '0' + adherent: '0' + translator: '0' + admin_showroom: '0' + admin: '0' + root: '0' + placeholder: '' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: user + entity_field: mail + plugin_id: string + sorts: { } + title: Licenses + header: + result: + id: result + table: views + field: result + relationship: none + group_type: group + admin_label: '' + empty: false + content: 'Displaying @start - @end of @total | Page @current_page/@page_count' + plugin_id: result + footer: { } + empty: { } + relationships: + uid: + id: uid + table: commerce_license + field: uid + relationship: none + group_type: group + admin_label: User + required: true + entity_type: commerce_license + entity_field: uid + plugin_id: standard + profile: + id: profile + table: users_field_data + field: profile + relationship: uid + group_type: group + admin_label: Profile + required: false + entity_type: user + plugin_id: standard + arguments: { } + display_extenders: + views_ef_fieldset: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: + - 'config:field.storage.profile.field_first_name' + - 'config:field.storage.profile.field_name' + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: + views_ef_fieldset: { } + path: admin/commerce/licenses + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + tags: + - 'config:field.storage.profile.field_first_name' + - 'config:field.storage.profile.field_name' diff --git a/config/sync/views.view.commerce_order_item_table.yml b/config/sync/views.view.commerce_order_item_table.yml new file mode 100644 index 0000000..f3ce7d0 --- /dev/null +++ b/config/sync/views.view.commerce_order_item_table.yml @@ -0,0 +1,435 @@ +uuid: 0bb54f84-2047-419b-bd1b-30de99864636 +langcode: en +status: true +dependencies: + module: + - commerce_order + - commerce_price +_core: + default_config_hash: UE_BIm69Zww4UFa4pD5Qiu7XY-rGJGrGYDJHUSZKupw +id: commerce_order_item_table +label: 'Order items' +module: views +description: 'Display a set of order items in a table.' +tag: '' +base_table: commerce_order_item +base_field: order_item_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: none + options: + offset: 0 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + title: title + unit_price__number: unit_price__number + quantity: quantity + total_price__number: total_price__number + info: + title: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + unit_price__number: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + quantity: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + total_price__number: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: '-1' + empty_table: true + row: + type: fields + options: + inline: { } + separator: '' + hide_empty: false + default_field_elements: true + fields: + title: + id: title + table: commerce_order_item + field: title + relationship: none + group_type: group + admin_label: '' + label: Title + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: null + entity_field: title + plugin_id: field + unit_price__number: + id: unit_price__number + table: commerce_order_item + field: unit_price__number + relationship: none + group_type: group + admin_label: '' + label: 'Unit price' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: unit_price + plugin_id: field + quantity: + id: quantity + table: commerce_order_item + field: quantity + relationship: none + group_type: group + admin_label: '' + label: Quantity + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_decimal + settings: + thousand_separator: '' + prefix_suffix: true + decimal_separator: . + scale: 2 + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: quantity + plugin_id: field + total_price__number: + id: total_price__number + table: commerce_order_item + field: total_price__number + relationship: none + group_type: group + admin_label: '' + label: 'Total price' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order_item + entity_field: total_price + plugin_id: field + filters: { } + sorts: { } + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'There are no order items yet.' + plugin_id: text_custom + relationships: { } + arguments: + order_id: + id: order_id + table: commerce_order_item + field: order_id + relationship: none + group_type: group + admin_label: '' + default_action: 'not found' + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + break_phrase: false + not: false + entity_type: commerce_order_item + entity_field: order_id + plugin_id: numeric + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + tags: { } diff --git a/config/sync/views.view.commerce_orders.yml b/config/sync/views.view.commerce_orders.yml new file mode 100644 index 0000000..4dd7f03 --- /dev/null +++ b/config/sync/views.view.commerce_orders.yml @@ -0,0 +1,982 @@ +uuid: 31dc49f5-f8fe-4036-bfc4-c3ab78fae2a0 +langcode: en +status: true +dependencies: + module: + - commerce + - commerce_order + - commerce_price + - commerce_store + - options + - state_machine + - user +_core: + default_config_hash: aZuHpmCug9xtPfZcCkS2TO7Jmgp63Rki0SVdLqetV1A +id: commerce_orders +label: Orders +module: views +description: '' +tag: Commerce +base_table: commerce_order +base_field: order_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access commerce_order overview' + cache: + type: none + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: '‹ previous' + next: 'next ›' + first: '« first' + last: 'last »' + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + order_number: order_number + placed: placed + type: type + store_id: store_id + uid: uid + mail: uid + state: state + total_price__number: total_price__number + operations: operations + info: + order_number: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + placed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: true + responsive: priority-medium + store_id: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: true + responsive: priority-medium + uid: + sortable: false + default_sort_order: asc + align: '' + separator: '
' + empty_column: false + responsive: '' + mail: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + state: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + total_price__number: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: placed + empty_table: true + row: + type: fields + fields: + commerce_order_bulk_form: + id: commerce_order_bulk_form + table: commerce_order + field: commerce_order_bulk_form + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + action_title: 'With selection' + include_exclude: exclude + selected_actions: { } + entity_type: commerce_order + plugin_id: bulk_form + order_number: + id: order_number + table: commerce_order + field: order_number + relationship: none + group_type: group + admin_label: '' + label: '#' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: null + entity_field: order_number + plugin_id: field + placed: + id: placed + table: commerce_order + field: placed + relationship: none + group_type: group + admin_label: '' + label: Date + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: N/A + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: placed + plugin_id: field + type: + id: type + table: commerce_order + field: type + relationship: none + group_type: group + admin_label: '' + label: Type + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + hide_single_bundle: true + entity_type: commerce_order + entity_field: type + plugin_id: commerce_entity_bundle + store_id: + id: store_id + table: commerce_order + field: store_id + relationship: none + group_type: group + admin_label: '' + label: Store + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + hide_single_store: true + entity_type: commerce_order + entity_field: store_id + plugin_id: commerce_store + uid: + id: uid + table: commerce_order + field: uid + relationship: none + group_type: group + admin_label: '' + label: Customer + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: true + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: uid + plugin_id: field + mail: + id: mail + table: commerce_order + field: mail + relationship: none + group_type: group + admin_label: '' + label: Email + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: basic_string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: mail + plugin_id: field + state: + id: state + table: commerce_order + field: state + relationship: none + group_type: group + admin_label: '' + label: State + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: list_default + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: status + plugin_id: field + total_price__number: + id: total_price__number + table: commerce_order + field: total_price__number + relationship: none + group_type: group + admin_label: '' + label: Total + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: total_price + plugin_id: field + operations: + id: operations + table: commerce_order + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + entity_type: commerce_order + plugin_id: entity_operations + filters: + order_number: + id: order_number + table: commerce_order + field: order_number + relationship: none + group_type: group + admin_label: '' + operator: starts + value: '' + group: 1 + exposed: true + expose: + operator_id: order_number_op + label: 'Order number' + description: '' + use_operator: false + operator: order_number_op + identifier: order_number + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_order + entity_field: order_number + plugin_id: string + type: + id: type + table: commerce_order + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: Type + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + hide_single_bundle: true + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_order + entity_field: type + plugin_id: commerce_entity_bundle + state: + id: state + table: commerce_order + field: state + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: state_op + label: State + description: '' + use_operator: false + operator: state_op + identifier: state + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_order + entity_field: state + plugin_id: state_machine_state + sorts: { } + title: Orders + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No orders available.' + plugin_id: text_custom + relationships: { } + arguments: { } + display_extenders: { } + use_ajax: false + filter_groups: + operator: AND + groups: + 1: AND + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: admin/commerce/orders/list + menu: + type: 'default tab' + title: Orders + description: '' + expanded: false + parent: '' + weight: -10 + context: '0' + menu_name: main + tab_options: + type: normal + title: Orders + description: 'Manage your orders.' + weight: 0 + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } diff --git a/config/sync/views.view.commerce_products.yml b/config/sync/views.view.commerce_products.yml new file mode 100644 index 0000000..7f40177 --- /dev/null +++ b/config/sync/views.view.commerce_products.yml @@ -0,0 +1,628 @@ +uuid: c09e4acd-53eb-4981-b9c1-f2303568616a +langcode: en +status: true +dependencies: + module: + - commerce + - commerce_product + - user +_core: + default_config_hash: lTfF_aenIIJ8YnvaratQgGpNEkFtA7tSDiElcgecVQo +id: commerce_products +label: Products +module: views +description: '' +tag: Commerce +base_table: commerce_product_field_data +base_field: product_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access commerce_product overview' + cache: + type: none + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: true + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: '‹ previous' + next: 'next ›' + first: '« first' + last: 'last »' + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: true + caption: '' + summary: '' + description: '' + columns: + title: title + type: type + status: status + changed: changed + operations: operations + info: + title: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: true + responsive: '' + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + operations: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: changed + empty_table: true + row: + type: fields + fields: + commerce_product_bulk_form: + id: commerce_product_bulk_form + table: commerce_product + field: commerce_product_bulk_form + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + action_title: 'With selection' + include_exclude: exclude + selected_actions: { } + entity_type: commerce_product + plugin_id: bulk_form + title: + id: title + table: commerce_product_field_data + field: title + relationship: none + group_type: group + admin_label: '' + label: Title + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: null + entity_field: title + plugin_id: field + type: + id: type + table: commerce_product_field_data + field: type + relationship: none + group_type: group + admin_label: '' + label: Type + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + hide_single_bundle: true + entity_type: commerce_product + entity_field: type + plugin_id: commerce_entity_bundle + status: + id: status + table: commerce_product_field_data + field: status + relationship: none + group_type: group + admin_label: '' + label: Status + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: boolean + settings: + format: custom + format_custom_true: Published + format_custom_false: Unpublished + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_product + entity_field: status + plugin_id: field + changed: + id: changed + table: commerce_product_field_data + field: changed + relationship: none + group_type: group + admin_label: '' + label: Updated + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_product + entity_field: changed + plugin_id: field + operations: + id: operations + table: commerce_product + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: true + entity_type: commerce_product + plugin_id: entity_operations + filters: + type: + id: type + table: commerce_product_field_data + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: Type + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + hide_single_bundle: true + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_product + entity_field: type + plugin_id: commerce_entity_bundle + title: + id: title + table: commerce_product_field_data + field: title + relationship: none + group_type: group + admin_label: '' + operator: contains + value: '' + group: 1 + exposed: true + expose: + operator_id: title_op + label: Title + description: '' + use_operator: false + operator: title_op + identifier: title + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_product + entity_field: title + plugin_id: string + sorts: { } + title: Products + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No products available.' + plugin_id: text_custom + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: admin/commerce/products + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } diff --git a/config/sync/views.view.commerce_stores.yml b/config/sync/views.view.commerce_stores.yml new file mode 100644 index 0000000..375dd1f --- /dev/null +++ b/config/sync/views.view.commerce_stores.yml @@ -0,0 +1,438 @@ +uuid: 134716c8-7152-4258-a190-63b2c80cb73d +langcode: en +status: true +dependencies: + module: + - commerce + - commerce_store + - user +_core: + default_config_hash: '-X1gJHmWCoN8z6urr4N2eYcfT9_kGyKMCoS1kh1IbPQ' +id: commerce_stores +label: Stores +module: views +description: '' +tag: Commerce +base_table: commerce_store_field_data +base_field: store_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'access commerce_store overview' + cache: + type: none + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 50 + offset: 0 + id: 0 + total_pages: null + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: '‹ previous' + next: 'next ›' + first: '« first' + last: 'last »' + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + name: name + type: type + operations: operations + info: + name: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: true + responsive: '' + operations: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: '-1' + empty_table: true + row: + type: fields + fields: + commerce_store_bulk_form: + id: commerce_store_bulk_form + table: commerce_store + field: commerce_store_bulk_form + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: false + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + action_title: 'With selection' + include_exclude: exclude + selected_actions: { } + entity_type: commerce_store + plugin_id: bulk_form + name: + id: name + table: commerce_store_field_data + field: name + relationship: none + group_type: group + admin_label: '' + label: Name + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: null + entity_field: name + plugin_id: field + type: + id: type + table: commerce_store_field_data + field: type + relationship: none + group_type: group + admin_label: '' + label: Type + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: target_id + type: entity_reference_label + settings: + link: false + group_column: target_id + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + hide_single_bundle: true + entity_type: commerce_store + entity_field: type + plugin_id: commerce_entity_bundle + operations: + id: operations + table: commerce_store + field: operations + relationship: none + group_type: group + admin_label: '' + label: Operations + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + destination: false + entity_type: commerce_store + plugin_id: entity_operations + filters: + type: + id: type + table: commerce_store_field_data + field: type + relationship: none + group_type: group + admin_label: '' + operator: in + value: { } + group: 1 + exposed: true + expose: + operator_id: type_op + label: Type + description: '' + use_operator: false + operator: type_op + identifier: type + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + anonymous: '0' + administrator: '0' + reduce: false + hide_single_bundle: true + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_store + entity_field: type + plugin_id: commerce_entity_bundle + sorts: { } + title: Stores + header: { } + footer: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: 'No stores available.' + plugin_id: text_custom + relationships: { } + arguments: { } + display_extenders: { } + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: admin/commerce/config/stores + cache_metadata: + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user.permissions + cacheable: false + max-age: 0 + tags: { } diff --git a/config/sync/views.view.commerce_user_orders.yml b/config/sync/views.view.commerce_user_orders.yml new file mode 100644 index 0000000..cafadd3 --- /dev/null +++ b/config/sync/views.view.commerce_user_orders.yml @@ -0,0 +1,596 @@ +uuid: aa1694cb-2d9f-4ba9-9312-9a4158315535 +langcode: en +status: true +dependencies: + module: + - commerce_order + - commerce_price + - options + - state_machine + - user +_core: + default_config_hash: 7JgxufVuoI85hhzx2nEYWCRafRc7zuYgqkY9WryFKgo +id: commerce_user_orders +label: 'User orders' +module: views +description: 'Display a list of placed orders for a user.' +tag: Commerce +base_table: commerce_order +base_field: order_id +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: perm + options: + perm: 'view own commerce_order' + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: full + options: + items_per_page: 25 + offset: 0 + id: 0 + total_pages: null + tags: + previous: '‹ Previous' + next: 'Next ›' + first: '« First' + last: 'Last »' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 9 + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + override: true + sticky: false + caption: '' + summary: '' + description: '' + columns: + order_number: order_number + placed: placed + total_price__number: total_price__number + state: state + info: + order_number: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + created: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + placed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + total_price__number: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + state: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + default: placed + empty_table: false + row: + type: fields + fields: + order_id: + id: order_id + table: commerce_order + field: order_id + relationship: none + group_type: group + admin_label: '' + label: ID + exclude: true + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: number_integer + settings: + thousand_separator: '' + prefix_suffix: true + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: order_id + plugin_id: field + order_number: + id: order_number + table: commerce_order + field: order_number + relationship: none + group_type: group + admin_label: '' + label: 'Order number' + exclude: false + alter: + alter_text: false + text: '' + make_link: true + path: 'user/{{ arguments.uid }}/orders/{{ order_id }}' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: + link_to_entity: false + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: null + entity_field: order_number + plugin_id: field + placed: + id: placed + table: commerce_order + field: placed + relationship: none + group_type: group + admin_label: '' + label: Date + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: timestamp + settings: + date_format: short + custom_date_format: '' + timezone: '' + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: placed + plugin_id: field + total_price__number: + id: total_price__number + table: commerce_order + field: total_price__number + relationship: none + group_type: group + admin_label: '' + label: Total + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: number + type: commerce_price_default + settings: + strip_trailing_zeroes: false + currency_display: symbol + group_column: '' + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: total_price + plugin_id: field + state: + id: state + table: commerce_order + field: state + relationship: none + group_type: group + admin_label: '' + label: State + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: list_default + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + entity_type: commerce_order + entity_field: state + plugin_id: field + filters: + state: + id: state + table: commerce_order + field: state + relationship: none + group_type: group + admin_label: '' + operator: 'not in' + value: + draft: draft + group: 1 + exposed: false + expose: + operator_id: '' + label: '' + description: '' + use_operator: false + operator: '' + identifier: '' + required: false + remember: false + multiple: false + remember_roles: + authenticated: authenticated + reduce: false + is_grouped: false + group_info: + label: '' + description: '' + identifier: '' + optional: true + widget: select + multiple: false + remember: false + default_group: All + default_group_multiple: { } + group_items: { } + entity_type: commerce_order + entity_field: state + plugin_id: state_machine_state + sorts: { } + title: Orders + header: { } + footer: { } + empty: + area: + id: area + table: views + field: area + relationship: none + group_type: group + admin_label: '' + empty: true + tokenize: false + content: + value: 'You have not placed any orders with us yet.' + format: basic_html + plugin_id: text + relationships: { } + arguments: + uid: + id: uid + table: commerce_order + field: uid + relationship: none + group_type: group + admin_label: '' + default_action: 'not found' + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + items_per_page: 25 + override: false + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: true + validate: + type: commerce_current_user + fail: 'not found' + validate_options: + admin_permission: 'administer commerce_order' + break_phrase: false + not: false + entity_type: commerce_order + entity_field: uid + plugin_id: numeric + display_extenders: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user + - user.permissions + tags: { } + order_page: + display_plugin: page + id: order_page + display_title: 'User orders' + position: 1 + display_options: + display_extenders: { } + path: user/%user/orders + menu: + type: tab + title: Orders + description: '' + expanded: false + parent: '' + weight: 0 + context: '0' + menu_name: account + display_description: '' + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url + - url.query_args + - user + - user.permissions + tags: { } diff --git a/config/sync/views.view.materio_store.yml b/config/sync/views.view.materio_store.yml new file mode 100644 index 0000000..b010a97 --- /dev/null +++ b/config/sync/views.view.materio_store.yml @@ -0,0 +1,162 @@ +uuid: 90df1500-5df9-4600-8f00-43b93dc0968e +langcode: en +status: true +dependencies: + module: + - commerce_product +id: materio_store +label: 'materiO Store' +module: views +description: '' +tag: '' +base_table: commerce_product_attribute_value_field_data +base_field: nid +core: 8.x +display: + default: + display_plugin: default + id: default + display_title: Master + position: 0 + display_options: + access: + type: none + options: { } + cache: + type: tag + options: { } + query: + type: views_query + options: + disable_sql_rewrite: false + distinct: false + replica: false + query_comment: '' + query_tags: { } + exposed_form: + type: basic + options: + submit_button: Apply + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + pager: + type: mini + options: + items_per_page: 10 + offset: 0 + id: 0 + total_pages: null + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + tags: + previous: ‹‹ + next: ›› + style: + type: grid + row: + type: fields + fields: + name: + table: commerce_product_attribute_value_field_data + field: name + id: name + entity_type: null + entity_field: name + plugin_id: field + relationship: none + group_type: group + admin_label: '' + label: '' + exclude: false + alter: + alter_text: false + text: '' + make_link: false + path: '' + absolute: false + external: false + replace_spaces: false + path_case: none + trim_whitespace: false + alt: '' + rel: '' + link_class: '' + prefix: '' + suffix: '' + target: '' + nl2br: false + max_length: 0 + word_boundary: true + ellipsis: true + more_link: false + more_link_text: '' + more_link_path: '' + strip_tags: false + trim: false + preserve_tags: '' + html: false + element_type: '' + element_class: '' + element_label_type: '' + element_label_class: '' + element_label_colon: true + element_wrapper_type: '' + element_wrapper_class: '' + element_default_classes: true + empty: '' + hide_empty: false + empty_zero: false + hide_alter_empty: true + click_sort_column: value + type: string + settings: { } + group_column: value + group_columns: { } + group_rows: true + delta_limit: 0 + delta_offset: 0 + delta_reversed: false + delta_first_last: false + multi_type: separator + separator: ', ' + field_api_classes: false + filters: { } + sorts: { } + title: 'materiO Store' + header: { } + footer: { } + empty: { } + relationships: { } + arguments: { } + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url.query_args + tags: { } + page_1: + display_plugin: page + id: page_1 + display_title: Page + position: 1 + display_options: + display_extenders: { } + path: /store + cache_metadata: + max-age: -1 + contexts: + - 'languages:language_content' + - 'languages:language_interface' + - url.query_args + tags: { } diff --git a/web/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_uc_roles_license.yml b/web/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_uc_roles_license.yml new file mode 100644 index 0000000..070a757 --- /dev/null +++ b/web/modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_uc_roles_license.yml @@ -0,0 +1,92 @@ +# Migrates role purchase licenses from UC Roles module. +# This is incomplete and is specificaly created for materio. +id: d7_uc_roles_license +label: License from D7 Ubercart Roles. +migration_group: d7_materio +migration_tags: + - Drupal 7 + - Ubercart + - Materio + +source: + plugin: d7_uc_license_role + +destination: + plugin: entity:commerce_license + destination_module: commerce_license + +process: + type: + # Migrate into the role license type. + plugin: default_value + default_value: role + uid: + - + plugin: skip_on_empty + method: row + source: uid + - + plugin: migration_lookup + migration: d7_users + # source: uid + no_stub: true + # state: + # plugin: default_value + # default_value: active + state: state + created: created + granted: created + renewed: renewed + changed: renewed + license_role: + plugin: static_map + source: rid + map: + 6: adherent + 10: student + + expiration_type: + # This assumes Commerce Recurring is used with licenses. + plugin: default_value + default_value: + target_plugin_id: rolling_interval + target_plugin_configuration: + interval: + interval: 1 + period: year + + + # array ( + # 'interval' => array ( + # 'interval' => '6', + # 'period' => 'month', + # ), + # ) + + # expires: + # # This assumes Commerce Recurring is used with licenses. + # plugin: default_value + # default_value: 0 + expires: expiration + + # product_variation: + # plugin: migration_lookup + # migration: # your product variation migration + # source: nid + product_variation: + plugin: static_map + source: rid + map: + 6: 2 # web annual + 10: 7 # web annual student + +migration_dependencies: + required: + - d7_users + optional: {} + +dependencies: + enforced: + module: + - commerce_product + - commerce_license diff --git a/web/modules/custom/materio_migrate/src/Plugin/migrate/source/D7UcRolesLicense.php b/web/modules/custom/materio_migrate/src/Plugin/migrate/source/D7UcRolesLicense.php new file mode 100644 index 0000000..ce399fb --- /dev/null +++ b/web/modules/custom/materio_migrate/src/Plugin/migrate/source/D7UcRolesLicense.php @@ -0,0 +1,191 @@ +select('uc_roles_expirations', 'ure') + ->fields('ure', [ + 'reid', + 'uid', + 'rid', + 'expiration', + ]) + // ->condition('ure.rid', 6) + ->orderBy('ure.expiration'); + + // // Joining to {uc_roles_products} gets us the product node ID and the + // // duration configuration. + // // TODO: this join assumes there is only one product per role. If some + // // roles are sold by multiple products, this will break! + // $query->innerJoin('uc_roles_products', 'urp', 'ure.rid = urp.rid'); + // $query->fields('urp', [ + // 'nid', + // 'duration', + // 'granularity', + // ]); + + // // Get the orders that purchased this product. + // // Join to {uc_orders} via {uc_order_products}, getting first the order + // // line items that hold the product, and the the corresponding order. + // $query->innerJoin('uc_order_products', 'uop', 'urp.nid = uop.nid'); + // // This join also ensures that the orders are purchased by the users who + // // have a role granted. + // $query->innerJoin('uc_orders', 'uo', 'uop.order_id = uo.order_id AND ure.uid = uo.uid'); + // + // $query->fields('uop', ['order_product_id']); + // $query->fields('uo', [ + // 'created', + // 'modified', + // 'order_id', + // ]); + + // // Use a groupwise mininum selfjoin to get only the earliest order by each + // // user for a role. + // // TODO: this assumes that later orders are renewals, and that there are no + // // gaps in a user's license ownership, e.g. user buys license, lets it + // // expire, buys another one. + // // TODO: this join should also have a condition on the product nid! + // $query->leftJoin('uc_orders', 'uo_later', 'uo.uid = uo_later.uid AND uo.modified > uo_later.modified'); + // $query->isNull('uo_later.order_id'); + + return $query; + } + + /** + * {@inheritdoc} + */ + public function prepareRow(Row $row) { + // drush_print("_ _ _ _ _"); + // drush_print('uid '. $row->getSourceProperty('uid')); + // // Get the most recent order for this user and role product, if different + // // from the earliest order we retrieved in query(). + // $query = $this->select('uc_order_products', 'uop'); + // $query->innerJoin('uc_orders', 'uo', 'uop.order_id = uo.order_id'); + // // $query->condition('uop.nid', $row->getSourceProperty('nid')); + // $query->condition('uo.uid', $row->getSourceProperty('uid')); + // // $query->condition('uo.order_id', $row->getSourceProperty('order_id'), '<>'); + // $query->fields('uo', [ + // 'order_id', + // 'created', + // 'modified', + // ]); + // $query->orderBy('created', DESC); + // $query->range(0, 1); + // + // $latest_order_data = $query->execute()->fetchAssoc(); + // // print_r($latest_order_data); + // + // if ($latest_order_data) { + // // drush_print('renewed ' . $latest_order_data['created']); + // // Set the date of the last renewal to the creation date of the most + // // recent order for this role. + // // This is the closest thing we have? + // $row->setSourceProperty('renewed', $latest_order_data['created']); + // // drush_print('renewed ' . date('Y-m-d', $row->getSourceProperty('renewed'))); + // } + // else { + // // drush_print('renewed NULL'); + // $row->setSourceProperty('renewed', NULL); + // // drush_print('renewed NULL'); + // } + + $expiration = $row->getSourceProperty('expiration'); + $state = $expiration > time() ? 'active' : 'expired'; + $row->setSourceProperty('state', $state); + + // Get orders for this user + // will get the first and the last if diffents. + $query = $this->select('uc_order_products', 'uop'); + $query->innerJoin('uc_orders', 'uo', 'uop.order_id = uo.order_id'); + $query->condition('uo.uid', $row->getSourceProperty('uid')); + $query->fields('uo', [ + 'order_id', + 'created', + 'modified', + ]); + $query->orderBy('created', DESC); + $orders = $query->execute()->fetchAll(); + // print_r($orders); + + // default renewed value + $renewed = strtotime('-1 year', $expiration); + $row->setSourceProperty('created', $renewed); + $row->setSourceProperty('renewed', $renewed); + + // "real" created and renewed values + if(count($orders)){ + $first_order = array_shift($orders); + $row->setSourceProperty('created', $first_order['created']); + $row->setSourceProperty('renewed', $first_order['created']); + if(count($orders)){ + $last_order = array_pop($orders); + $row->setSourceProperty('renewed', $last_order['created']); + } + } + + // $expirationstr = date('Y-m-d', $expiration); + // drush_print('expiration ' . $expirationstr); + + return parent::prepareRow($row); + } + + /** + * {@inheritdoc} + */ + public function fields() { + return ([ + 'reid' => $this->t('Record ID'), + 'uid' => $this->t('User ID'), + 'rid' => $this->t('The role ID'), + 'expiration' => $this->t('The expiration date'), + 'nid' => $this->t('Product node ID'), + 'duration' => $this->t('The interval multiplier'), + 'granularity' => $this->t('The interval'), + 'created' => $this->t('Earliest order created time'), + 'modified' => $this->t('Earliest order changed time'), + 'renewed' => $this->t('Latest order created time'), + ]); + } + + /** + * {@inheritdoc} + */ + public function getIds() { + return [ + 'reid' => [ + 'type' => 'integer', + 'alias' => 'ure', + ] + // Add the order product ID as a key, so that order product migrations + // can look up the license to reference it. + // 'order_product_id' => [ + // 'type' => 'integer', + // ], + ]; + } + +}