Commit 26c69ee8 authored by Gorodkov Denis's avatar Gorodkov Denis

commerce

parent ba49c337
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
"drupal/backup_migrate": "^5.0", "drupal/backup_migrate": "^5.0",
"drupal/better_exposed_filters": "^5.0", "drupal/better_exposed_filters": "^5.0",
"drupal/bootstrap": "^3.24", "drupal/bootstrap": "^3.24",
"drupal/commerce": "^2.30",
"drupal/commerce_cart_api": "^1.5",
"drupal/config_ignore": "^2.3", "drupal/config_ignore": "^2.3",
"drupal/config_pages": "^2.9", "drupal/config_pages": "^2.9",
"drupal/core": "^9.1", "drupal/core": "^9.1",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "937cf97a530b74e7b9d4c715ccf37097", "content-hash": "da602181809e457541585060ee584c63",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
...@@ -106,6 +106,110 @@ ...@@ -106,6 +106,110 @@
"description": "Drupal code generator", "description": "Drupal code generator",
"time": "2020-12-05T05:59:11+00:00" "time": "2020-12-05T05:59:11+00:00"
}, },
{
"name": "commerceguys/addressing",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/commerceguys/addressing.git",
"reference": "566febd56ca71e31dd383b014c4e1bec680507bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/566febd56ca71e31dd383b014c4e1bec680507bf",
"reference": "566febd56ca71e31dd383b014c4e1bec680507bf",
"shasum": ""
},
"require": {
"doctrine/collections": "~1.0",
"php": ">=7.3"
},
"require-dev": {
"ext-json": "*",
"mikey179/vfsstream": "1.*",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "3.*",
"symfony/validator": "^4.4 || ^5.4"
},
"suggest": {
"symfony/validator": "to validate addresses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"CommerceGuys\\Addressing\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bojan Zivanovic"
},
{
"name": "Damien Tournoud"
}
],
"description": "Addressing library powered by CLDR and Google's address data.",
"keywords": [
"address",
"internationalization",
"localization",
"postal"
],
"time": "2022-04-08T13:06:51+00:00"
},
{
"name": "commerceguys/intl",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/commerceguys/intl.git",
"reference": "cab3b55dbf8c1753fe54457404082c777a8c154f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/commerceguys/intl/zipball/cab3b55dbf8c1753fe54457404082c777a8c154f",
"reference": "cab3b55dbf8c1753fe54457404082c777a8c154f",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"require-dev": {
"mikey179/vfsstream": "1.*",
"phpunit/phpunit": "^7.5"
},
"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": "2021-10-30T18:07:14+00:00"
},
{ {
"name": "composer/installers", "name": "composer/installers",
"version": "v1.12.0", "version": "v1.12.0",
...@@ -1745,6 +1849,79 @@ ...@@ -1745,6 +1849,79 @@
"abandoned": "roave/better-reflection", "abandoned": "roave/better-reflection",
"time": "2020-10-27T21:46:55+00:00" "time": "2020-10-27T21:46:55+00:00"
}, },
{
"name": "drupal/address",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/address.git",
"reference": "8.x-1.10"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/address-8.x-1.10.zip",
"reference": "8.x-1.10",
"shasum": "bbe61eb51da9d9b2a7ab247f90426836eb9b6f25"
},
"require": {
"commerceguys/addressing": "^1.2.0",
"drupal/core": "^9.2 || ^10",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"drupal/token": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.10",
"datestamp": "1643715226",
"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": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "dww",
"homepage": "https://www.drupal.org/user/46549"
},
{
"name": "googletorp",
"homepage": "https://www.drupal.org/user/386230"
},
{
"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 functionality for storing, validating and displaying international postal addresses.",
"homepage": "http://drupal.org/project/address",
"support": {
"source": "https://git.drupalcode.org/project/address"
}
},
{ {
"name": "drupal/admin_toolbar", "name": "drupal/admin_toolbar",
"version": "3.1.0", "version": "3.1.0",
...@@ -2020,34 +2197,504 @@ ...@@ -2020,34 +2197,504 @@
} }
}, },
{ {
"name": "drupal/captcha", "name": "drupal/captcha",
"version": "1.2.0", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/captcha.git", "url": "https://git.drupalcode.org/project/captcha.git",
"reference": "8.x-1.2" "reference": "8.x-1.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.2.zip", "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.2.zip",
"reference": "8.x-1.2", "reference": "8.x-1.2",
"shasum": "e35a2ce42b652f833d140f7571d1eef0e06b0edc" "shasum": "e35a2ce42b652f833d140f7571d1eef0e06b0edc"
}, },
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1619673374",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
},
{
"name": "elachlan",
"homepage": "https://www.drupal.org/user/1021502"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "naveenvalecha",
"homepage": "https://www.drupal.org/user/2665733"
},
{
"name": "podarok",
"homepage": "https://www.drupal.org/user/116002"
},
{
"name": "soxofaan",
"homepage": "https://www.drupal.org/user/41478"
},
{
"name": "wundo",
"homepage": "https://www.drupal.org/user/25523"
}
],
"description": "The CAPTCHA module provides this feature to virtually any user facing web form on a Drupal site.",
"homepage": "https://www.drupal.org/project/captcha",
"support": {
"source": "https://git.drupalcode.org/project/captcha",
"issues": "https://www.drupal.org/project/issues/captcha"
}
},
{
"name": "drupal/commerce",
"version": "2.30.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/commerce.git",
"reference": "8.x-2.30"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/commerce-8.x-2.30.zip",
"reference": "8.x-2.30",
"shasum": "45cf6a7e09b0aa318f3dce063254c1a8ed503e60"
},
"require": {
"commerceguys/intl": "^1.0.0",
"drupal/address": "^1.7",
"drupal/core": "^9.2 || ^10",
"drupal/entity": "^1.0",
"drupal/entity_reference_revisions": "~1.0",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/profile": "^1.2",
"drupal/state_machine": "^1.5",
"drupal/token": "^1.7",
"ext-bcmath": "*",
"php": "^7.3 || ^8.0"
},
"conflict": {
"drupal/commerce_shipping": "<2.1"
},
"require-dev": {
"drupal/commerce_cart": "*",
"drupal/commerce_number_pattern": "*",
"drupal/commerce_order": "*",
"drupal/commerce_payment": "*",
"drupal/commerce_price": "*",
"drupal/commerce_product": "*",
"drupal/commerce_store": "*",
"drupal/entity_print": "^2.2",
"drupal/entity_reference_revisions": "*",
"drupal/mailsystem": "^4.3",
"drupal/profile": "*",
"drupal/state_machine": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.30",
"datestamp": "1649341535",
"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": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"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": "https://git.drupalcode.org/project/commerce"
}
},
{
"name": "drupal/commerce_cart",
"version": "2.30.0",
"require": {
"drupal/commerce": "*",
"drupal/commerce_order": "*",
"drupal/commerce_product": "*",
"drupal/core": "^9.2 || ^10"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-2.30",
"datestamp": "1649341535",
"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": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"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": "https://git.drupalcode.org/project/commerce"
}
},
{
"name": "drupal/commerce_cart_api",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/commerce_cart_api.git",
"reference": "8.x-1.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/commerce_cart_api-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "f9d39e55ddf6d533bdfc15c217e0954b1334e21d"
},
"require": {
"drupal/commerce": "^2.13",
"drupal/commerce_cart": "*",
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.5",
"datestamp": "1611244293",
"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": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"name": "attisan",
"homepage": "https://www.drupal.org/user/2041338"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
}
],
"description": "Provides a RESTful interface to interact with carts in Drupal Commerce via a lightweight public API.",
"homepage": "https://www.drupal.org/project/commerce_cart_api",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/commerce_cart_api",
"issues": "https://www.drupal.org/project/issues/commerce_cart_api"
}
},
{
"name": "drupal/commerce_number_pattern",
"version": "2.30.0",
"require": {
"drupal/commerce": "*",
"drupal/commerce_store": "*",
"drupal/core": "^9.2 || ^10"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-2.30",
"datestamp": "1649341535",
"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": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"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 patterns for generating sequential numbers.",
"homepage": "https://www.drupal.org/project/commerce",
"support": {
"source": "https://git.drupalcode.org/project/commerce"
}
},
{
"name": "drupal/commerce_order",
"version": "2.30.0",
"require": {
"drupal/commerce": "*",
"drupal/commerce_number_pattern": "*",
"drupal/commerce_price": "*",
"drupal/commerce_store": "*",
"drupal/core": "^9.2 || ^10",
"drupal/entity_reference_revisions": "*",
"drupal/profile": "*",
"drupal/state_machine": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-2.30",
"datestamp": "1649341535",
"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": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"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": "https://git.drupalcode.org/project/commerce"
}
},
{
"name": "drupal/commerce_price",
"version": "2.30.0",
"require": {
"drupal/commerce": "*",
"drupal/core": "^9.2 || ^10"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-2.30",
"datestamp": "1649341535",
"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": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"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": "https://git.drupalcode.org/project/commerce"
}
},
{
"name": "drupal/commerce_product",
"version": "2.30.0",
"require": {
"drupal/commerce": "*",
"drupal/commerce_price": "*",
"drupal/commerce_store": "*",
"drupal/core": "^9.2 || ^10"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-2.30",
"datestamp": "1649341535",
"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": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"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": "https://git.drupalcode.org/project/commerce"
}
},
{
"name": "drupal/commerce_store",
"version": "2.30.0",
"require": { "require": {
"drupal/core": "^8.8 || ^9" "drupal/commerce": "*",
"drupal/commerce_price": "*",
"drupal/core": "^9.2 || ^10"
}, },
"type": "drupal-module", "type": "metapackage",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.2", "version": "8.x-2.30",
"datestamp": "1619673374", "datestamp": "1649341535",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
} }
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
} }
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
...@@ -2056,39 +2703,30 @@ ...@@ -2056,39 +2703,30 @@
], ],
"authors": [ "authors": [
{ {
"name": "RobLoach", "name": "Centarro",
"homepage": "https://www.drupal.org/user/61114" "homepage": "https://www.drupal.org/user/3661446"
},
{
"name": "elachlan",
"homepage": "https://www.drupal.org/user/1021502"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
}, },
{ {
"name": "naveenvalecha", "name": "bojanz",
"homepage": "https://www.drupal.org/user/2665733" "homepage": "https://www.drupal.org/user/86106"
}, },
{ {
"name": "podarok", "name": "jsacksick",
"homepage": "https://www.drupal.org/user/116002" "homepage": "https://www.drupal.org/user/972218"
}, },
{ {
"name": "soxofaan", "name": "mglaman",
"homepage": "https://www.drupal.org/user/41478" "homepage": "https://www.drupal.org/user/2416470"
}, },
{ {
"name": "wundo", "name": "rszrama",
"homepage": "https://www.drupal.org/user/25523" "homepage": "https://www.drupal.org/user/49344"
} }
], ],
"description": "The CAPTCHA module provides this feature to virtually any user facing web form on a Drupal site.", "description": "Defines the Store entity and associated features.",
"homepage": "https://www.drupal.org/project/captcha", "homepage": "https://www.drupal.org/project/commerce",
"support": { "support": {
"source": "https://git.drupalcode.org/project/captcha", "source": "https://git.drupalcode.org/project/commerce"
"issues": "https://www.drupal.org/project/issues/captcha"
} }
}, },
{ {
...@@ -2535,7 +3173,7 @@ ...@@ -2535,7 +3173,7 @@
}, },
{ {
"name": "drupal/core-composer-scaffold", "name": "drupal/core-composer-scaffold",
"version": "9.3.12", "version": "9.3.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/drupal/core-composer-scaffold.git", "url": "https://github.com/drupal/core-composer-scaffold.git",
...@@ -2840,6 +3478,75 @@ ...@@ -2840,6 +3478,75 @@
"source": "https://git.drupalcode.org/project/devel_php" "source": "https://git.drupalcode.org/project/devel_php"
} }
}, },
{
"name": "drupal/entity",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "9515e28a70448d369adf4199d08a01a5ab75792d"
},
"require": {
"drupal/core": "^8.8.2 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1646324539",
"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": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
},
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "dixon_",
"homepage": "https://www.drupal.org/user/239911"
},
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
}
],
"description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
"homepage": "https://www.drupal.org/project/entity",
"support": {
"source": "https://git.drupalcode.org/project/entity",
"issues": "https://www.drupal.org/project/issues/entity"
}
},
{ {
"name": "drupal/entity_reference_revisions", "name": "drupal/entity_reference_revisions",
"version": "1.9.0", "version": "1.9.0",
...@@ -3201,6 +3908,98 @@ ...@@ -3201,6 +3908,98 @@
"source": "https://git.drupalcode.org/project/fontawesome_menu_icons" "source": "https://git.drupalcode.org/project/fontawesome_menu_icons"
} }
}, },
{
"name": "drupal/inline_entity_form",
"version": "1.0.0-rc11",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/inline_entity_form.git",
"reference": "8.x-1.0-rc11"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc11.zip",
"reference": "8.x-1.0-rc11",
"shasum": "67a92ec1482be19b2f2091ca9498f585e34072b9"
},
"require": {
"drupal/core": "^8.8 || ^9",
"php": ">=7.1"
},
"require-dev": {
"drupal/entity_reference_revisions": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc11",
"datestamp": "1648748863",
"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": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
},
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "joachim",
"homepage": "https://www.drupal.org/user/107701"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "kaythay",
"homepage": "https://www.drupal.org/user/2182186"
},
{
"name": "oknate",
"homepage": "https://www.drupal.org/user/471638"
},
{
"name": "ram4nd",
"homepage": "https://www.drupal.org/user/601534"
},
{
"name": "rszrama",
"homepage": "https://www.drupal.org/user/49344"
},
{
"name": "slashrsm",
"homepage": "https://www.drupal.org/user/744628"
},
{
"name": "webflo",
"homepage": "https://www.drupal.org/user/254778"
}
],
"description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
"homepage": "https://www.drupal.org/project/inline_entity_form",
"support": {
"source": "https://git.drupalcode.org/project/inline_entity_form"
}
},
{ {
"name": "drupal/jquery_ui", "name": "drupal/jquery_ui",
"version": "1.4.0", "version": "1.4.0",
...@@ -3892,6 +4691,74 @@ ...@@ -3892,6 +4691,74 @@
"documentation": "https://www.drupal.org/docs/8/modules/pathauto" "documentation": "https://www.drupal.org/docs/8/modules/pathauto"
} }
}, },
{
"name": "drupal/profile",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/profile.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/profile-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "253fd577c3b791c93747bb910ad2ae8e67d71eed"
},
"require": {
"drupal/core": "^8.9 || ^9 || ^10",
"drupal/entity": "^1.0-rc2"
},
"require-dev": {
"drupal/token": "^1.7"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1652430373",
"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": "daggerhart",
"homepage": "https://www.drupal.org/user/167806"
},
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "pcambra",
"homepage": "https://www.drupal.org/user/122101"
}
],
"description": "Provides configurable user profiles.",
"homepage": "http://drupal.org/project/profile",
"support": {
"source": "https://git.drupalcode.org/project/profile"
}
},
{ {
"name": "drupal/queue_ui", "name": "drupal/queue_ui",
"version": "3.0.0", "version": "3.0.0",
...@@ -4832,6 +5699,103 @@ ...@@ -4832,6 +5699,103 @@
"issues": "https://www.drupal.org/project/issues/smtp" "issues": "https://www.drupal.org/project/issues/smtp"
} }
}, },
{
"name": "drupal/state_machine",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/state_machine.git",
"reference": "8.x-1.6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/state_machine-8.x-1.6.zip",
"reference": "8.x-1.6",
"shasum": "9a29e00e4c47202fd4b27be792d18d2026f733b2"
},
"require": {
"drupal/core": "^9.2 || ^10",
"php": ">=7.0.8"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.6",
"datestamp": "1644836575",
"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": "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": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"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": "http://drupal.org/project/state_machine",
"support": {
"source": "https://git.drupalcode.org/project/state_machine"
}
},
{ {
"name": "drupal/token", "name": "drupal/token",
"version": "1.10.0", "version": "1.10.0",
......
favicon:
mimetype: image/vnd.microsoft.icon
path: ''
url: 'http://project.loc/themes/contrib/bootstrap/favicon.ico'
use_default: true
features:
comment_user_picture: true
comment_user_verification: true
favicon: true
node_user_picture: true
logo:
path: ''
url: ''
use_default: true
schemas:
bootstrap: 8000
DrupalJedi: 8000
uuid: e5857800-cef2-496b-872b-7f2831b35ffd
langcode: en
status: true
dependencies:
config:
- system.menu.account
module:
- system
theme:
- DrupalJedi
_core:
default_config_hash: HrZTblWpMF4fo6BdbBcyHEu5Hp9ds1IZF3FiRd2Q8rU
id: DrupalJedi_account_menu
theme: DrupalJedi
region: navigation_collapsible
weight: 11
provider: null
plugin: 'system_menu_block:account'
settings:
id: 'system_menu_block:account'
label: 'User account menu'
label_display: '0'
provider: system
level: 1
depth: 2
expand_all_items: false
visibility: { }
uuid: bbe013c1-ad03-456d-90f0-1e00283eb5f9
langcode: en
status: true
dependencies:
module:
- system
theme:
- DrupalJedi
_core:
default_config_hash: Cy3vkpYrD1O5JG-BeEnokF0bByHYDEa8CBfWivB4_SQ
id: DrupalJedi_branding
theme: DrupalJedi
region: navigation
weight: 0
provider: null
plugin: system_branding_block
settings:
id: system_branding_block
label: 'Site branding'
label_display: '0'
provider: system
use_site_logo: true
use_site_name: true
use_site_slogan: false
visibility: { }
uuid: a8bc1183-85c2-4656-996e-d59179fac9bf
langcode: en
status: true
dependencies:
module:
- system
theme:
- DrupalJedi
_core:
default_config_hash: wDR9JKEATSWldBjw8du8s3G2zjEYeQf88nlld11hMLo
id: DrupalJedi_breadcrumbs
theme: DrupalJedi
region: header
weight: -100
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label_display: '0'
provider: system
visibility: { }
uuid: 96c8d4df-a334-4c88-9bb5-1511911894fe
langcode: en
status: true
dependencies:
module:
- system
theme:
- DrupalJedi
_core:
default_config_hash: fNNLN48MSGSLiqwIFywCuxH2Dk_IxDbaP0kYhg_IPrg
id: DrupalJedi_content
theme: DrupalJedi
region: content
weight: 0
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
label_display: '0'
provider: system
visibility: { }
uuid: e83c0eda-fb99-4744-bb43-34ed92f4fc61
langcode: en
status: true
dependencies:
config:
- system.menu.footer
module:
- system
theme:
- DrupalJedi
_core:
default_config_hash: 4VDn3bLy009pYlPUWQBHaaGVJu8FPnxNfr2DYrAnNHI
id: DrupalJedi_footer
theme: DrupalJedi
region: footer
weight: 0
provider: null
plugin: 'system_menu_block:footer'
settings:
id: 'system_menu_block:footer'
label: 'Footer menu'
label_display: '0'
provider: system
level: 1
depth: 0
expand_all_items: false
visibility: { }
uuid: 9388a377-883f-4dff-b674-52c1c425c5a8
langcode: en
status: true
dependencies:
module:
- help
theme:
- DrupalJedi
_core:
default_config_hash: MhtNdV__HKRTab0ZPjkPNfYL4Ng4UPBucDLoC7Rg5Eo
id: DrupalJedi_help
theme: DrupalJedi
region: help
weight: -30
provider: null
plugin: help_block
settings:
id: help_block
label: Help
label_display: '0'
provider: help
visibility: { }
uuid: 3bb1b283-ac43-4e22-b077-069c31b95eb1
langcode: en
status: true
dependencies:
theme:
- DrupalJedi
_core:
default_config_hash: ffxthelqQF8xcr4GTG4HlaNNsluiHftN0pujmQpW0bQ
id: DrupalJedi_local_actions
theme: DrupalJedi
region: header
weight: 20
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
label_display: '0'
provider: core
visibility: { }
uuid: 4acea7db-c283-402b-937d-5708267fb22e
langcode: en
status: true
dependencies:
theme:
- DrupalJedi
_core:
default_config_hash: qHdtze2DZ2mFfaJadxjZz6epm92_SN9SAFY4yJGl8Fo
id: DrupalJedi_local_tasks
theme: DrupalJedi
region: header
weight: 10
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: Tabs
label_display: '0'
provider: core
primary: true
secondary: true
visibility: { }
uuid: 40bd80bb-1f7a-4635-bbcf-a6a7baba8dd9
langcode: en
status: true
dependencies:
config:
- system.menu.main
module:
- system
theme:
- DrupalJedi
_core:
default_config_hash: ERtUwuUKdqiRLiXjBoV7gcIIZgt2IdqWBzqsqtm63w4
id: DrupalJedi_main_menu
theme: DrupalJedi
region: navigation_collapsible
weight: 10
provider: null
plugin: 'system_menu_block:main'
settings:
id: 'system_menu_block:main'
label: 'Main navigation'
label_display: '0'
provider: system
level: 1
depth: 2
expand_all_items: false
visibility: { }
uuid: 233ca86b-2c50-4169-8a3a-8a161a142ae1
langcode: en
status: true
dependencies:
module:
- system
theme:
- DrupalJedi
_core:
default_config_hash: 9RnnTUBcn0WRWXfrGOnId2H0Q31uQUeu_F5TnDxl2yg
id: DrupalJedi_messages
theme: DrupalJedi
region: header
weight: -50
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
label_display: '0'
provider: system
visibility: { }
uuid: d94ffad0-6a60-4eff-942d-b923013bbbcf
langcode: en
status: true
dependencies:
theme:
- DrupalJedi
_core:
default_config_hash: 1TQP4b3ZnlzvIH9bj6cpCz_SyUHdJjLQkZnHpikjjhw
id: DrupalJedi_page_title
theme: DrupalJedi
region: header
weight: 0
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
label_display: '0'
provider: core
visibility: { }
uuid: 6dfaada7-7f71-4c63-8d0d-ba33672b3800
langcode: en
status: true
dependencies:
module:
- system
theme:
- DrupalJedi
_core:
default_config_hash: iggZSiUKz4mYP1YPJ8SsUfFu79HIgOTt6IDy3Up59aM
id: DrupalJedi_powered
theme: DrupalJedi
region: footer
weight: -10
provider: null
plugin: system_powered_by_block
settings:
id: system_powered_by_block
label: 'Powered by Drupal'
label_display: '0'
provider: system
visibility: { }
uuid: 6b8eb2d6-b998-447f-b484-62f6d6327aec
langcode: en
status: true
dependencies:
config:
- system.menu.tools
module:
- system
theme:
- DrupalJedi
_core:
default_config_hash: SrPItPkAevw9hGX_v5AfsVyw6vkoog7ZVLSJYqwsBHc
id: DrupalJedi_tools
theme: DrupalJedi
region: sidebar_second
weight: 0
provider: null
plugin: 'system_menu_block:tools'
settings:
id: 'system_menu_block:tools'
label: Tools
label_display: visible
provider: system
level: 1
depth: 0
expand_all_items: false
visibility: { }
...@@ -11,7 +11,7 @@ _core: ...@@ -11,7 +11,7 @@ _core:
id: bartik_branding id: bartik_branding
theme: bartik theme: bartik
region: header region: header
weight: 0 weight: -11
provider: null provider: null
plugin: system_branding_block plugin: system_branding_block
settings: settings:
......
...@@ -11,7 +11,7 @@ _core: ...@@ -11,7 +11,7 @@ _core:
id: bartik_content id: bartik_content
theme: bartik theme: bartik
region: content region: content
weight: -4 weight: -6
provider: null provider: null
plugin: system_main_block plugin: system_main_block
settings: settings:
......
...@@ -11,7 +11,7 @@ _core: ...@@ -11,7 +11,7 @@ _core:
id: bartik_help id: bartik_help
theme: bartik theme: bartik
region: content region: content
weight: -6 weight: -8
provider: null provider: null
plugin: help_block plugin: help_block
settings: settings:
......
...@@ -9,7 +9,7 @@ _core: ...@@ -9,7 +9,7 @@ _core:
id: bartik_local_actions id: bartik_local_actions
theme: bartik theme: bartik
region: content region: content
weight: -5 weight: -7
provider: null provider: null
plugin: local_actions_block plugin: local_actions_block
settings: settings:
......
...@@ -9,7 +9,7 @@ _core: ...@@ -9,7 +9,7 @@ _core:
id: bartik_local_tasks id: bartik_local_tasks
theme: bartik theme: bartik
region: content region: content
weight: -7 weight: -9
provider: null provider: null
plugin: local_tasks_block plugin: local_tasks_block
settings: settings:
......
...@@ -9,7 +9,7 @@ _core: ...@@ -9,7 +9,7 @@ _core:
id: bartik_page_title id: bartik_page_title
theme: bartik theme: bartik
region: content region: content
weight: -9 weight: -10
provider: null provider: null
plugin: page_title_block plugin: page_title_block
settings: settings:
......
uuid: e78dfd55-0538-4ed1-ae11-7abda12d3b04
langcode: en
status: true
dependencies:
config:
- system.menu.account
module:
- system
theme:
- bootstrap
_core:
default_config_hash: HrZTblWpMF4fo6BdbBcyHEu5Hp9ds1IZF3FiRd2Q8rU
id: bootstrap_account_menu
theme: bootstrap
region: navigation_collapsible
weight: 11
provider: null
plugin: 'system_menu_block:account'
settings:
id: 'system_menu_block:account'
label: 'User account menu'
label_display: '0'
provider: system
level: 1
depth: 2
expand_all_items: false
visibility: { }
uuid: 600c0bf7-4ba9-4d8e-b27a-dc763f4cd7da
langcode: en
status: true
dependencies:
module:
- system
theme:
- bootstrap
_core:
default_config_hash: Cy3vkpYrD1O5JG-BeEnokF0bByHYDEa8CBfWivB4_SQ
id: bootstrap_branding
theme: bootstrap
region: navigation
weight: 0
provider: null
plugin: system_branding_block
settings:
id: system_branding_block
label: 'Site branding'
label_display: '0'
provider: system
use_site_logo: true
use_site_name: true
use_site_slogan: false
visibility: { }
uuid: 04689fb9-8968-4256-a443-ebb91163af2c
langcode: en
status: true
dependencies:
module:
- system
theme:
- bootstrap
_core:
default_config_hash: wDR9JKEATSWldBjw8du8s3G2zjEYeQf88nlld11hMLo
id: bootstrap_breadcrumbs
theme: bootstrap
region: header
weight: -100
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label_display: '0'
provider: system
visibility: { }
uuid: aef7a672-c91c-40fd-90ae-3f99f61cf69a
langcode: en
status: true
dependencies:
module:
- system
theme:
- bootstrap
_core:
default_config_hash: fNNLN48MSGSLiqwIFywCuxH2Dk_IxDbaP0kYhg_IPrg
id: bootstrap_content
theme: bootstrap
region: content
weight: 0
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Main page content'
label_display: '0'
provider: system
visibility: { }
uuid: 5623efc6-338d-4b4b-bb5a-5d71c777726c
langcode: en
status: true
dependencies:
config:
- system.menu.footer
module:
- system
theme:
- bootstrap
_core:
default_config_hash: 4VDn3bLy009pYlPUWQBHaaGVJu8FPnxNfr2DYrAnNHI
id: bootstrap_footer
theme: bootstrap
region: footer
weight: 0
provider: null
plugin: 'system_menu_block:footer'
settings:
id: 'system_menu_block:footer'
label: 'Footer menu'
label_display: '0'
provider: system
level: 1
depth: 0
expand_all_items: false
visibility: { }
uuid: 715c8871-99e1-4361-b950-65ba210e84da
langcode: en
status: true
dependencies:
module:
- help
theme:
- bootstrap
_core:
default_config_hash: MhtNdV__HKRTab0ZPjkPNfYL4Ng4UPBucDLoC7Rg5Eo
id: bootstrap_help
theme: bootstrap
region: help
weight: -30
provider: null
plugin: help_block
settings:
id: help_block
label: Help
label_display: '0'
provider: help
visibility: { }
uuid: 80495337-4260-473f-8ede-f7a532207e66
langcode: en
status: true
dependencies:
theme:
- bootstrap
_core:
default_config_hash: ffxthelqQF8xcr4GTG4HlaNNsluiHftN0pujmQpW0bQ
id: bootstrap_local_actions
theme: bootstrap
region: header
weight: 20
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
label_display: '0'
provider: core
visibility: { }
uuid: 92ddbf2d-ec1f-46ae-aece-6dc1a4fb617e
langcode: en
status: true
dependencies:
theme:
- bootstrap
_core:
default_config_hash: qHdtze2DZ2mFfaJadxjZz6epm92_SN9SAFY4yJGl8Fo
id: bootstrap_local_tasks
theme: bootstrap
region: header
weight: 10
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: Tabs
label_display: '0'
provider: core
primary: true
secondary: true
visibility: { }
uuid: c603a93d-1f5c-4892-8fad-13a1cb06e4c8
langcode: en
status: true
dependencies:
config:
- system.menu.main
module:
- system
theme:
- bootstrap
_core:
default_config_hash: ERtUwuUKdqiRLiXjBoV7gcIIZgt2IdqWBzqsqtm63w4
id: bootstrap_main_menu
theme: bootstrap
region: navigation_collapsible
weight: 10
provider: null
plugin: 'system_menu_block:main'
settings:
id: 'system_menu_block:main'
label: 'Main navigation'
label_display: '0'
provider: system
level: 1
depth: 2
expand_all_items: false
visibility: { }
uuid: 895072f3-9f71-4e00-b542-adaba58ecd0c
langcode: en
status: true
dependencies:
module:
- system
theme:
- bootstrap
_core:
default_config_hash: 9RnnTUBcn0WRWXfrGOnId2H0Q31uQUeu_F5TnDxl2yg
id: bootstrap_messages
theme: bootstrap
region: header
weight: -50
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
label_display: '0'
provider: system
visibility: { }
uuid: 416f366a-aeef-48fe-8634-37fd952bc30e
langcode: en
status: true
dependencies:
theme:
- bootstrap
_core:
default_config_hash: 1TQP4b3ZnlzvIH9bj6cpCz_SyUHdJjLQkZnHpikjjhw
id: bootstrap_page_title
theme: bootstrap
region: header
weight: 0
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
label_display: '0'
provider: core
visibility: { }
uuid: 9215d3cb-6ba8-4f43-bfa1-f5dd7123f64a
langcode: en
status: true
dependencies:
module:
- system
theme:
- bootstrap
_core:
default_config_hash: iggZSiUKz4mYP1YPJ8SsUfFu79HIgOTt6IDy3Up59aM
id: bootstrap_powered
theme: bootstrap
region: footer
weight: -10
provider: null
plugin: system_powered_by_block
settings:
id: system_powered_by_block
label: 'Powered by Drupal'
label_display: '0'
provider: system
visibility: { }
uuid: 2005b987-6dc7-4475-8844-564b2ddef2ed
langcode: en
status: true
dependencies:
config:
- system.menu.tools
module:
- system
theme:
- bootstrap
_core:
default_config_hash: SrPItPkAevw9hGX_v5AfsVyw6vkoog7ZVLSJYqwsBHc
id: bootstrap_tools
theme: bootstrap
region: sidebar_second
weight: 0
provider: null
plugin: 'system_menu_block:tools'
settings:
id: 'system_menu_block:tools'
label: Tools
label_display: visible
provider: system
level: 1
depth: 0
expand_all_items: false
visibility: { }
uuid: 7c34fc99-9d8f-4d4b-a2ef-1ea7bf027ae0
langcode: en
status: false
dependencies:
module:
- mymodule
theme:
- DrupalJedi
id: helloblock
theme: DrupalJedi
region: content
weight: 0
provider: null
plugin: test_context_definition
settings:
id: test_context_definition
label: 'Hello block'
label_display: '0'
provider: mymodule
context_mapping:
node: '@node.node_route_context:node'
term: '@taxonomy_term.taxonomy_term_route_context:taxonomy_term'
visibility: { }
uuid: f34c057c-dc17-4395-a83b-bda9d7da3bec
langcode: en
status: true
dependencies:
module:
- mymodule
- node
theme:
- bartik
id: products
theme: bartik
region: content
weight: -5
provider: null
plugin: mymodule_products_suggest
settings:
id: mymodule_products_suggest
label: 'Ещё товары'
label_display: visible
provider: mymodule
visibility:
'entity_bundle:node':
id: 'entity_bundle:node'
negate: false
context_mapping:
node: '@node.node_route_context:node'
bundles:
product: product
uuid: 14bcb14e-1358-45ff-8618-e128abc808d4
langcode: en
status: false
dependencies:
module:
- mymodule
theme:
- bartik
id: testblockwithcontext_definition
theme: bartik
region: header
weight: -10
provider: null
plugin: test_context_definition
settings:
id: test_context_definition
label: 'Test block with context_definition'
label_display: visible
provider: mymodule
context_mapping: { }
visibility: { }
uuid: f0b25d19-09d5-4fae-9fa7-aa244cb2c585
langcode: en
status: false
dependencies:
config:
- views.view.products
module:
- system
- views
theme:
- bartik
id: views_block__products_block_1
theme: bartik
region: content
weight: -4
provider: null
plugin: 'views_block:products-block_1'
settings:
id: 'views_block:products-block_1'
label: ''
label_display: visible
provider: views
views_label: ''
items_per_page: none
visibility:
request_path:
id: request_path
negate: false
pages: '/product/*'
_core:
default_config_hash: 1uFogeFphl0Hg6oVCacZZ8mM_0wMZ7PS_RrmLbK5tf0
favicon:
mimetype: image/vnd.microsoft.icon
path: ''
url: ''
use_default: true
features:
comment_user_picture: true
comment_user_verification: true
favicon: true
node_user_picture: true
logo:
path: ''
url: ''
use_default: true
schemas:
bootstrap: 8000
uuid: e2904ffb-e018-4107-940e-a101cdee2d25
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: 5BYvSDemm8xYwB9rMGFuEuGK6FxVheqtXEUxnpKO2N4
id: default
label: Default
plugin: multistep_default
configuration:
display_checkout_progress: true
display_checkout_progress_breadcrumb_links: false
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:
message:
value: "Your order number is [commerce_order:order_number].\r\nYou can view your order on your account page when logged in."
format: plain_text
step: complete
weight: 4
order_summary:
view: null
step: _sidebar
weight: 5
uuid: a65d8431-d153-41b4-8ba7-0b99a84e771b
langcode: en
status: true
dependencies:
enforced:
module:
- commerce_order
_core:
default_config_hash: zyTJjisGAiNCmSVzU73UWGY2joBWA3QXvlcjDDIuWcs
id: order_default
label: Default
targetEntityType: commerce_order
plugin: infinite
configuration:
pattern: '[pattern:number]'
initial_number: 1
padding: 0
per_store_sequence: true
uuid: e0546d52-3310-4d8c-bcc1-e4cae8e60b3b
langcode: en
status: true
dependencies:
enforced:
module:
- commerce_product
_core:
default_config_hash: 6n6q97CDOCqHGs4Dun3BqVJE6e1o6TA-69qCwoUU-SY
label: Default
id: default
purchasableEntityType: commerce_product_variation
orderType: default
traits: { }
locked: false
uuid: eb363fa1-0b78-4ed5-a10e-93068c8db2d6
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: bROz7kd1J83kDf06qdZztYFSezi6UrfwftyJo53rNt4
label: Default
id: default
workflow: order_default
numberPattern: order_default
refresh_mode: customer
refresh_frequency: 300
sendReceipt: true
receiptBcc: ''
traits: { }
locked: false
_core:
default_config_hash: uddeGM8OE5Bj66yl1cAjaw6LraU8kjGX3VDfF3EvppQ
log_version_mismatch: true
uuid: 2fd5c583-c777-42ce-9479-0f41720097f9
langcode: en
status: true
dependencies: { }
currencyCode: RUB
name: 'Russian Ruble'
numericCode: '643'
symbol: RUB
fractionDigits: 2
uuid: 50c0421f-dd09-43ef-a1e6-6f3e33ba21a6
langcode: en
status: true
dependencies: { }
id: color
label: Color
elementType: select
uuid: fa94e52e-5757-4f1a-8d92-1fa2bab01385
langcode: en
status: true
dependencies: { }
id: size
label: Size
elementType: select
uuid: 498bb7fd-2c88-44b9-b643-a6c8a7f2c2fd
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: hwJoqnxqBS0fPM3s6FccZ2bWaq9LneRYLzFk-wlJWjs
id: default
label: Default
description: ''
variationType: default
variationTypes:
- default
multipleVariations: true
injectVariationFields: true
traits: { }
locked: false
uuid: c0fce1a3-e0ca-4aad-b2b3-2a31a58c1be9
langcode: en
status: true
dependencies: { }
id: t_shirt
label: T-shirt
traits: { }
locked: false
description: ''
variationType: t_shirt
variationTypes:
- t_shirt
multipleVariations: true
injectVariationFields: true
uuid: e79bb664-a730-441f-825c-9beba87de315
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: 3vA4FKQ1Qu8B1R8UdGPnmMfJrYO6Y6uMqeNgDgXxods
id: default
label: Default
orderItemType: default
generateTitle: true
traits: { }
locked: false
uuid: d653a650-4194-48c1-a985-7ff92fcbea1f
langcode: en
status: true
dependencies: { }
id: t_shirt
label: T-shirt
traits: { }
locked: false
orderItemType: default
generateTitle: null
uuid: 59b7eabf-2a7c-450d-b5c2-7f158cab26a1
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: FGYrs0ZrjxSzRQMODyYqquV1UW5MN7S5wUG0Dp_OxWU
id: online
label: Online
description: ''
traits: { }
locked: false
uuid: a1a0c170-63b8-4fab-a024-7a13f7ee9dfb
langcode: en
status: true
dependencies: { }
id: model_window
label: 'Model window'
token: false
context:
show_warning: true
group:
language: false
fallback:
language: ''
menu:
path: ''
weight: 0
description: ''
uuid: 717e89bc-b5ae-43c6-9c79-375dc6b035a8
langcode: en
status: true
dependencies:
config:
- commerce_order.commerce_order_type.default
module:
- commerce_order
- inline_entity_form
_core:
default_config_hash: 7hXqpb7yxuHJYNjyPmN_vQll6jq_fl7N09Tj-PFcESU
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
uuid: ecf579f7-d380-49f6-b56a-23d97466f097
langcode: en
status: true
dependencies:
config:
- commerce_order.commerce_order_item_type.default
- core.entity_form_mode.commerce_order_item.add_to_cart
module:
- commerce_product
enforced:
module:
- commerce_cart
- commerce_product
_core:
default_config_hash: 8dIszGyXfy-kBaUEuUEQjWjRVtfq6f8cCI0QUHIlJdc
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:
adjustments: true
created: true
quantity: true
status: true
uid: true
unit_price: true
uuid: b082ae58-b811-4ec4-a192-51db19f281ba
langcode: en
status: true
dependencies:
config:
- commerce_order.commerce_order_item_type.default
module:
- commerce_order
enforced:
module:
- commerce_product
_core:
default_config_hash: OLyelsZyDDqQPIGVz4oz8VpJvddm6C0heZtFpIHjEcI
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
match_limit: 10
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:
adjustments: true
created: true
status: true
uid: true
uuid: 63f58b95-b59b-4e05-8fa2-df749717ed9b
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_type.default
- field.field.commerce_product.default.field_product
module:
- commerce
- path
_core:
default_config_hash: bVqhDE0CBvUi4RPHqKu4sBhUOUwOTgcHVhn5PkfngLU
id: commerce_product.default.default
targetEntityType: commerce_product
bundle: default
mode: default
content:
created:
type: datetime_timestamp
weight: 5
region: content
settings: { }
third_party_settings: { }
field_product:
type: entity_reference_autocomplete
weight: 9
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
path:
type: path
weight: 7
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 8
region: content
settings:
display_label: true
third_party_settings: { }
stores:
type: commerce_entity_select
weight: 0
region: content
settings:
hide_single_entity: true
autocomplete_threshold: 7
autocomplete_size: 60
autocomplete_placeholder: ''
third_party_settings: { }
title:
type: string_textfield
weight: 1
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 4
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden:
variations: true
uuid: 9517ce5b-7bad-449f-9ad2-2354e7be7648
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_type.t_shirt
- field.field.commerce_product.t_shirt.field_node
module:
- commerce
- path
id: commerce_product.t_shirt.default
targetEntityType: commerce_product
bundle: t_shirt
mode: default
content:
created:
type: datetime_timestamp
weight: 10
region: content
settings: { }
third_party_settings: { }
field_node:
type: entity_reference_autocomplete
weight: 91
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
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
weight: 90
region: content
settings:
display_label: true
third_party_settings: { }
stores:
type: commerce_entity_select
weight: -10
region: content
settings:
hide_single_entity: true
autocomplete_threshold: 7
autocomplete_size: 60
autocomplete_placeholder: ''
third_party_settings: { }
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
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden:
variations: true
uuid: f2efe477-b3e0-4777-88f8-11874e45aac6
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_variation_type.default
module:
- commerce_price
_core:
default_config_hash: dDLA40Axom_QFA79EWUpe_bWXWE8I_7MijzPkslbVfA
id: commerce_product_variation.default.default
targetEntityType: commerce_product_variation
bundle: default
mode: default
content:
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
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
weight: 10
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
uid: true
uuid: 858925a5-1c4f-458a-b519-2ca505d7495c
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_variation_type.t_shirt
- field.field.commerce_product_variation.t_shirt.attribute_color
- field.field.commerce_product_variation.t_shirt.attribute_size
module:
- commerce_price
id: commerce_product_variation.t_shirt.default
targetEntityType: commerce_product_variation
bundle: t_shirt
mode: default
content:
attribute_color:
type: options_select
weight: 2
region: content
settings: { }
third_party_settings: { }
attribute_size:
type: options_select
weight: 1
region: content
settings: { }
third_party_settings: { }
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
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
weight: 90
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden:
created: true
uid: true
uuid: ea65524e-dbb4-4abc-b3c3-98ebe4258323
langcode: en
status: true
dependencies:
config:
- commerce_store.commerce_store_type.online
module:
- address
- path
_core:
default_config_hash: VDGg8hSWKm_pGY53jsKuNoHY_Xf6nm_diqAC066ktA4
id: commerce_store.online.default
targetEntityType: commerce_store
bundle: online
mode: default
content:
address:
type: address_default
settings: { }
weight: 4
region: content
third_party_settings: { }
billing_countries:
type: options_select
weight: 5
region: content
settings: { }
third_party_settings: { }
default_currency:
type: options_select
weight: 2
region: content
settings: { }
third_party_settings: { }
is_default:
type: boolean_checkbox
settings:
display_label: true
weight: 9
region: content
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: 8
region: content
settings: { }
third_party_settings: { }
prices_include_tax:
type: boolean_checkbox
settings:
display_label: true
weight: 6
region: content
third_party_settings: { }
tax_registrations:
type: options_select
weight: 7
region: content
settings: { }
third_party_settings: { }
timezone:
type: options_select
weight: 3
region: content
settings: { }
third_party_settings: { }
hidden:
created: true
uid: true
uuid: 0a7eaff1-c321-4519-9e03-e6395481b515
langcode: en
status: true
dependencies:
config:
- config_pages.type.model_window
- field.field.config_pages.model_window.field_content
- field.field.config_pages.model_window.field_header
module:
- text
id: config_pages.model_window.default
targetEntityType: config_pages
bundle: model_window
mode: default
content:
field_content:
type: text_textfield
weight: 1
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_header:
type: text_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden:
label: true
...@@ -5,6 +5,7 @@ dependencies: ...@@ -5,6 +5,7 @@ dependencies:
config: config:
- field.field.node.people.field_birth_year - field.field.node.people.field_birth_year
- field.field.node.people.field_edited - field.field.node.people.field_edited
- field.field.node.people.field_editor
- field.field.node.people.field_eye_color - field.field.node.people.field_eye_color
- field.field.node.people.field_films - field.field.node.people.field_films
- field.field.node.people.field_gender - field.field.node.people.field_gender
...@@ -17,6 +18,7 @@ dependencies: ...@@ -17,6 +18,7 @@ dependencies:
- field.field.node.people.field_species - field.field.node.people.field_species
- field.field.node.people.field_starships - field.field.node.people.field_starships
- field.field.node.people.field_swapi_id - field.field.node.people.field_swapi_id
- field.field.node.people.field_term
- field.field.node.people.field_vehicles - field.field.node.people.field_vehicles
- node.type.people - node.type.people
module: module:
...@@ -29,13 +31,13 @@ mode: default ...@@ -29,13 +31,13 @@ mode: default
content: content:
created: created:
type: datetime_timestamp type: datetime_timestamp
weight: 10 weight: 4
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
field_birth_year: field_birth_year:
type: string_textfield type: string_textfield
weight: 124 weight: 11
region: content region: content
settings: settings:
size: 60 size: 60
...@@ -43,15 +45,25 @@ content: ...@@ -43,15 +45,25 @@ content:
third_party_settings: { } third_party_settings: { }
field_edited: field_edited:
type: string_textfield type: string_textfield
weight: 122 weight: 10
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_editor:
type: entity_reference_autocomplete
weight: 0
region: content region: content
settings: settings:
match_operator: CONTAINS
match_limit: 10
size: 60 size: 60
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
field_eye_color: field_eye_color:
type: string_textfield type: string_textfield
weight: 125 weight: 12
region: content region: content
settings: settings:
size: 60 size: 60
...@@ -59,7 +71,7 @@ content: ...@@ -59,7 +71,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_films: field_films:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 132 weight: 19
region: content region: content
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
...@@ -69,7 +81,7 @@ content: ...@@ -69,7 +81,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_gender: field_gender:
type: string_textfield type: string_textfield
weight: 126 weight: 13
region: content region: content
settings: settings:
size: 60 size: 60
...@@ -77,7 +89,7 @@ content: ...@@ -77,7 +89,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_hair_color: field_hair_color:
type: string_textfield type: string_textfield
weight: 127 weight: 14
region: content region: content
settings: settings:
size: 60 size: 60
...@@ -85,7 +97,7 @@ content: ...@@ -85,7 +97,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_height: field_height:
type: string_textfield type: string_textfield
weight: 128 weight: 15
region: content region: content
settings: settings:
size: 60 size: 60
...@@ -93,7 +105,7 @@ content: ...@@ -93,7 +105,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_homeworld: field_homeworld:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 131 weight: 18
region: content region: content
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
...@@ -103,7 +115,7 @@ content: ...@@ -103,7 +115,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_mass: field_mass:
type: string_textfield type: string_textfield
weight: 129 weight: 16
region: content region: content
settings: settings:
size: 60 size: 60
...@@ -111,14 +123,14 @@ content: ...@@ -111,14 +123,14 @@ content:
third_party_settings: { } third_party_settings: { }
field_people_exclude: field_people_exclude:
type: search_api_exclude_entity_widget type: search_api_exclude_entity_widget
weight: 136 weight: 23
region: content region: content
settings: settings:
field_label: 'Yes, exclude this entity from the search indexes.' field_label: 'Yes, exclude this entity from the search indexes.'
third_party_settings: { } third_party_settings: { }
field_skin_color: field_skin_color:
type: string_textfield type: string_textfield
weight: 130 weight: 17
region: content region: content
settings: settings:
size: 60 size: 60
...@@ -126,7 +138,7 @@ content: ...@@ -126,7 +138,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_species: field_species:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 133 weight: 20
region: content region: content
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
...@@ -136,7 +148,7 @@ content: ...@@ -136,7 +148,7 @@ content:
third_party_settings: { } third_party_settings: { }
field_starships: field_starships:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 134 weight: 21
region: content region: content
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
...@@ -146,14 +158,24 @@ content: ...@@ -146,14 +158,24 @@ content:
third_party_settings: { } third_party_settings: { }
field_swapi_id: field_swapi_id:
type: number type: number
weight: 121 weight: 9
region: content region: content
settings: settings:
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
field_term:
type: entity_reference_autocomplete
weight: 26
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_vehicles: field_vehicles:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 135 weight: 22
region: content region: content
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
...@@ -170,34 +192,34 @@ content: ...@@ -170,34 +192,34 @@ content:
third_party_settings: { } third_party_settings: { }
path: path:
type: path type: path
weight: 30 weight: 7
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
promote: promote:
type: boolean_checkbox type: boolean_checkbox
weight: 15 weight: 5
region: content region: content
settings: settings:
display_label: true display_label: true
third_party_settings: { } third_party_settings: { }
status: status:
type: boolean_checkbox type: boolean_checkbox
weight: 120 weight: 8
region: content region: content
settings: settings:
display_label: true display_label: true
third_party_settings: { } third_party_settings: { }
sticky: sticky:
type: boolean_checkbox type: boolean_checkbox
weight: 16 weight: 6
region: content region: content
settings: settings:
display_label: true display_label: true
third_party_settings: { } third_party_settings: { }
title: title:
type: string_textfield type: string_textfield
weight: -5 weight: 1
region: content region: content
settings: settings:
size: 60 size: 60
...@@ -205,7 +227,7 @@ content: ...@@ -205,7 +227,7 @@ content:
third_party_settings: { } third_party_settings: { }
uid: uid:
type: entity_reference_autocomplete type: entity_reference_autocomplete
weight: 5 weight: 3
region: content region: content
settings: settings:
match_operator: CONTAINS match_operator: CONTAINS
......
uuid: 06d46d51-01f0-4be7-a231-41bbc904a38c
langcode: en
status: true
dependencies:
config:
- field.field.node.product.field_description
- node.type.product
module:
- path
- text
id: node.product.default
targetEntityType: node
bundle: product
mode: default
content:
created:
type: datetime_timestamp
weight: 10
region: content
settings: { }
third_party_settings: { }
field_description:
type: text_textarea
weight: 121
region: content
settings:
rows: 5
placeholder: ''
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: { }
promote:
type: boolean_checkbox
weight: 15
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 120
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 16
region: content
settings:
display_label: true
third_party_settings: { }
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
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }
uuid: 9d46bf98-b9e9-44a7-a466-f34454da87c0
langcode: en
status: true
dependencies:
config:
- field.field.profile.customer.address
- field.field.profile.customer.tax_number
- profile.type.customer
module:
- address
enforced:
module:
- commerce_order
_core:
default_config_hash: 3LyHGK7R4HxqejbxONet1S9j9ekqLJuFpwT-MNJygvo
id: profile.customer.default
targetEntityType: profile
bundle: customer
mode: default
content:
address:
type: address_default
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
is_default: true
tax_number: true
...@@ -3,6 +3,7 @@ langcode: ru ...@@ -3,6 +3,7 @@ langcode: ru
status: true status: true
dependencies: dependencies:
config: config:
- field.field.user.user.commerce_remote_id
- field.field.user.user.field_name - field.field.user.user.field_name
- field.field.user.user.field_surname - field.field.user.user.field_surname
module: module:
...@@ -43,4 +44,6 @@ content: ...@@ -43,4 +44,6 @@ content:
weight: 6 weight: 6
region: content region: content
hidden: hidden:
commerce_remote_id: true
customer_profiles: true
langcode: true langcode: true
uuid: e028facc-6fe5-48bc-92fc-1a99089fd8a6
langcode: en
status: true
dependencies:
module:
- commerce_order
enforced:
module:
- commerce_cart
_core:
default_config_hash: BeqBf6Mm59Nebv4SsV0yvK5EspkCegPqvwnqwEBvEp0
id: commerce_order_item.add_to_cart
label: 'Add to cart'
targetEntityType: commerce_order_item
cache: true
uuid: 06ddbbf6-51fa-40b5-9e08-65e0b4ff3bdf
langcode: en
status: true
dependencies:
module:
- profile
enforced:
module:
- commerce_order
_core:
default_config_hash: yeGwCxbA5dBAS_3eBkfaVrbxkASEM357dkjPZShKiR4
id: profile.billing
label: Billing
targetEntityType: profile
cache: true
uuid: 9a8cc59a-5e33-4dc3-8cdb-1f082b5a6e33
langcode: en
status: true
dependencies:
config:
- commerce_order.commerce_order_type.default
module:
- commerce_order
- commerce_price
- state_machine
- user
_core:
default_config_hash: oDY6H1FUOtmnFKB4ETCkhuNLSyB82kieTwJpeA8uSH8
id: commerce_order.default.default
targetEntityType: commerce_order
bundle: default
mode: default
content:
balance:
type: commerce_price_default
weight: 9
region: content
label: inline
settings:
strip_trailing_zeroes: false
currency_display: symbol
third_party_settings: { }
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:
require_confirmation: true
use_modal: true
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
search_api_excerpt: true
store_id: true
total_paid: true
uuid: 8cd56767-3587-4477-a0f8-3c8a35a3f6dc
langcode: en
status: true
dependencies:
config:
- commerce_order.commerce_order_type.default
- core.entity_view_mode.commerce_order.user
module:
- commerce_order
- entity_reference_revisions
- options
_core:
default_config_hash: XRgGhXKcDeqhvgwHROyCDmRx7wfApZmGqxYl_9fE7SU
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:
balance: true
changed: true
ip_address: true
search_api_excerpt: true
store_id: true
total_paid: true
uid: true
uuid: d4836e31-d6b3-46a7-ab67-4d54e3c3d708
langcode: en
status: true
dependencies:
config:
- commerce_order.commerce_order_item_type.default
module:
- commerce_price
enforced:
module:
- commerce_product
_core:
default_config_hash: a-MK2hTebnM3YwCg08ZKg7ItNkBUOsu3am_y0HIjTw8
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: { }
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
search_api_excerpt: true
uuid: 996f4011-bf0a-4454-b32b-147ecfc7b42d
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_type.default
- field.field.commerce_product.default.field_product
module:
- commerce_product
_core:
default_config_hash: 10qgl6V_HwkrJufzsNCV75OpqOeMzzKDJb3BhaogmzQ
id: commerce_product.default.default
targetEntityType: commerce_product
bundle: default
mode: default
content:
field_product:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 2
region: content
title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: -5
region: content
variations:
type: commerce_add_to_cart
label: hidden
settings:
show_quantity: false
default_quantity: '1'
combine: true
third_party_settings: { }
weight: 1
region: content
hidden:
created: true
langcode: true
search_api_excerpt: true
stores: true
uid: true
uuid: ec189483-72cf-4e98-a9a9-1d5d33c1787a
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_type.t_shirt
- field.field.commerce_product.t_shirt.field_node
module:
- commerce_product
id: commerce_product.t_shirt.default
targetEntityType: commerce_product
bundle: t_shirt
mode: default
content:
field_node:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 3
region: content
stores:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 2
region: content
title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
variations:
type: commerce_add_to_cart
label: above
settings:
combine: true
third_party_settings: { }
weight: 1
region: content
hidden:
created: true
langcode: true
search_api_excerpt: true
uid: true
uuid: 3270aa4f-ddce-4ea3-a606-deba45435cd4
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_variation_type.default
- core.entity_view_mode.commerce_product_variation.cart
module:
- layout_builder
enforced:
module:
- commerce_cart
- commerce_product
third_party_settings:
layout_builder:
enabled: false
allow_custom: false
_core:
default_config_hash: 6GpSQzJM6086KplhyiaTF3ezvQ_ecs8bIcW4GQMzrJU
id: commerce_product_variation.default.cart
targetEntityType: commerce_product_variation
bundle: default
mode: cart
content: { }
hidden:
langcode: true
list_price: true
price: true
product_id: true
search_api_excerpt: true
sku: true
title: true
uuid: 5748c2cd-31da-4d14-9bbe-d02a01851986
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_variation_type.default
- core.entity_view_mode.commerce_product_variation.summary
module:
- commerce_price
enforced:
module:
- commerce_checkout
_core:
default_config_hash: jmDRQILFIWJUS3jS-qLF10aGc1IXnvFEBizwJl94FfU
id: commerce_product_variation.default.summary
targetEntityType: commerce_product_variation
bundle: default
mode: summary
content:
list_price:
type: commerce_price_default
label: above
settings:
strip_trailing_zeroes: false
currency_display: symbol
third_party_settings: { }
weight: -1
region: content
product_id:
type: entity_reference_label
label: hidden
settings:
link: true
third_party_settings: { }
weight: 0
region: content
title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: -5
region: content
hidden:
langcode: true
price: true
search_api_excerpt: true
sku: true
uuid: a80ab99b-3e32-4fb6-8dd7-38512504678e
langcode: en
status: true
dependencies:
config:
- commerce_store.commerce_store_type.online
module:
- address
_core:
default_config_hash: TXXGt2nhVIkNciw-z_ybNwsIZnsyMLKvqUFjsZFUmwI
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
created: true
default_currency: true
is_default: true
langcode: true
mail: true
name: true
search_api_excerpt: true
timezone: true
uid: true
uuid: 5e0a42f2-69d3-4ec2-aa59-5fbd1b631d3f
langcode: en
status: true
dependencies:
config:
- config_pages.type.model_window
- field.field.config_pages.model_window.field_content
- field.field.config_pages.model_window.field_header
module:
- text
id: config_pages.model_window.default
targetEntityType: config_pages
bundle: model_window
mode: default
content:
field_content:
type: text_default
label: above
settings: { }
third_party_settings: { }
weight: 1
region: content
field_header:
type: text_default
label: above
settings: { }
third_party_settings: { }
weight: 0
region: content
hidden:
search_api_excerpt: true
...@@ -5,6 +5,7 @@ dependencies: ...@@ -5,6 +5,7 @@ dependencies:
config: config:
- field.field.node.people.field_birth_year - field.field.node.people.field_birth_year
- field.field.node.people.field_edited - field.field.node.people.field_edited
- field.field.node.people.field_editor
- field.field.node.people.field_eye_color - field.field.node.people.field_eye_color
- field.field.node.people.field_films - field.field.node.people.field_films
- field.field.node.people.field_gender - field.field.node.people.field_gender
...@@ -17,11 +18,49 @@ dependencies: ...@@ -17,11 +18,49 @@ dependencies:
- field.field.node.people.field_species - field.field.node.people.field_species
- field.field.node.people.field_starships - field.field.node.people.field_starships
- field.field.node.people.field_swapi_id - field.field.node.people.field_swapi_id
- field.field.node.people.field_term
- field.field.node.people.field_vehicles - field.field.node.people.field_vehicles
- node.type.people - node.type.people
module: module:
- search_api_exclude_entity - field_group
- user - user
third_party_settings:
field_group:
group_tab:
children:
- field_height
- field_mass
- field_hair_color
- field_skin_color
- field_eye_color
- field_birth_year
- field_gender
- field_homeworld
label: 'Общая информация'
parent_name: ''
region: content
weight: 0
format_type: tab
format_settings:
classes: ''
show_empty_fields: true
id: ''
formatter: open
description: ''
group_films:
children:
- field_films
label: Фильмы
parent_name: ''
region: content
weight: 1
format_type: tab
format_settings:
classes: ''
show_empty_fields: true
id: ''
formatter: closed
description: ''
id: node.people.default id: node.people.default
targetEntityType: node targetEntityType: node
bundle: people bundle: people
...@@ -33,15 +72,15 @@ content: ...@@ -33,15 +72,15 @@ content:
settings: settings:
link_to_entity: false link_to_entity: false
third_party_settings: { } third_party_settings: { }
weight: 104 weight: 11
region: content region: content
field_edited: field_editor:
type: string type: entity_reference_label
label: above label: above
settings: settings:
link_to_entity: false link: true
third_party_settings: { } third_party_settings: { }
weight: 102 weight: 14
region: content region: content
field_eye_color: field_eye_color:
type: string type: string
...@@ -49,7 +88,7 @@ content: ...@@ -49,7 +88,7 @@ content:
settings: settings:
link_to_entity: false link_to_entity: false
third_party_settings: { } third_party_settings: { }
weight: 105 weight: 10
region: content region: content
field_films: field_films:
type: entity_reference_label type: entity_reference_label
...@@ -57,7 +96,7 @@ content: ...@@ -57,7 +96,7 @@ content:
settings: settings:
link: true link: true
third_party_settings: { } third_party_settings: { }
weight: 112 weight: 12
region: content region: content
field_gender: field_gender:
type: string type: string
...@@ -65,7 +104,7 @@ content: ...@@ -65,7 +104,7 @@ content:
settings: settings:
link_to_entity: false link_to_entity: false
third_party_settings: { } third_party_settings: { }
weight: 106 weight: 12
region: content region: content
field_hair_color: field_hair_color:
type: string type: string
...@@ -73,7 +112,7 @@ content: ...@@ -73,7 +112,7 @@ content:
settings: settings:
link_to_entity: false link_to_entity: false
third_party_settings: { } third_party_settings: { }
weight: 107 weight: 8
region: content region: content
field_height: field_height:
type: string type: string
...@@ -81,7 +120,7 @@ content: ...@@ -81,7 +120,7 @@ content:
settings: settings:
link_to_entity: false link_to_entity: false
third_party_settings: { } third_party_settings: { }
weight: 108 weight: 6
region: content region: content
field_homeworld: field_homeworld:
type: entity_reference_label type: entity_reference_label
...@@ -89,7 +128,7 @@ content: ...@@ -89,7 +128,7 @@ content:
settings: settings:
link: true link: true
third_party_settings: { } third_party_settings: { }
weight: 111 weight: 13
region: content region: content
field_mass: field_mass:
type: string type: string
...@@ -97,17 +136,7 @@ content: ...@@ -97,17 +136,7 @@ content:
settings: settings:
link_to_entity: false link_to_entity: false
third_party_settings: { } third_party_settings: { }
weight: 109 weight: 7
region: content
field_people_exclude:
type: search_api_exclude_entity_formatter
label: above
settings:
format: yes-no
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 116
region: content region: content
field_skin_color: field_skin_color:
type: string type: string
...@@ -115,46 +144,23 @@ content: ...@@ -115,46 +144,23 @@ content:
settings: settings:
link_to_entity: false link_to_entity: false
third_party_settings: { } third_party_settings: { }
weight: 110 weight: 9
region: content
field_species:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 113
region: content region: content
field_starships: field_term:
type: entity_reference_label type: entity_reference_label
label: above label: above
settings: settings:
link: true link: true
third_party_settings: { } third_party_settings: { }
weight: 114 weight: 15
region: content
field_swapi_id:
type: number_integer
label: above
settings:
thousand_separator: ''
prefix_suffix: true
third_party_settings: { }
weight: 101
region: content
field_vehicles:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 115
region: content
links:
settings: { }
third_party_settings: { }
weight: 100
region: content region: content
hidden: hidden:
field_edited: true
field_people_exclude: true
field_species: true
field_starships: true
field_swapi_id: true
field_vehicles: true
langcode: true langcode: true
links: true
search_api_excerpt: true search_api_excerpt: true
...@@ -6,6 +6,7 @@ dependencies: ...@@ -6,6 +6,7 @@ dependencies:
- core.entity_view_mode.node.teaser - core.entity_view_mode.node.teaser
- field.field.node.people.field_birth_year - field.field.node.people.field_birth_year
- field.field.node.people.field_edited - field.field.node.people.field_edited
- field.field.node.people.field_editor
- field.field.node.people.field_eye_color - field.field.node.people.field_eye_color
- field.field.node.people.field_films - field.field.node.people.field_films
- field.field.node.people.field_gender - field.field.node.people.field_gender
...@@ -18,6 +19,7 @@ dependencies: ...@@ -18,6 +19,7 @@ dependencies:
- field.field.node.people.field_species - field.field.node.people.field_species
- field.field.node.people.field_starships - field.field.node.people.field_starships
- field.field.node.people.field_swapi_id - field.field.node.people.field_swapi_id
- field.field.node.people.field_term
- field.field.node.people.field_vehicles - field.field.node.people.field_vehicles
- node.type.people - node.type.people
module: module:
...@@ -35,6 +37,7 @@ content: ...@@ -35,6 +37,7 @@ content:
hidden: hidden:
field_birth_year: true field_birth_year: true
field_edited: true field_edited: true
field_editor: true
field_eye_color: true field_eye_color: true
field_films: true field_films: true
field_gender: true field_gender: true
...@@ -47,6 +50,7 @@ hidden: ...@@ -47,6 +50,7 @@ hidden:
field_species: true field_species: true
field_starships: true field_starships: true
field_swapi_id: true field_swapi_id: true
field_term: true
field_vehicles: true field_vehicles: true
langcode: true langcode: true
search_api_excerpt: true search_api_excerpt: true
uuid: 204cde01-9a5b-4b99-aade-3805ce29676c
langcode: en
status: true
dependencies:
config:
- field.field.node.product.field_description
- node.type.product
module:
- text
- user
id: node.product.default
targetEntityType: node
bundle: product
mode: default
content:
field_description:
type: text_default
label: above
settings: { }
third_party_settings: { }
weight: 101
region: content
links:
settings: { }
third_party_settings: { }
weight: 100
region: content
hidden:
langcode: true
search_api_excerpt: true
uuid: ce44b19c-9553-4984-8504-cb8b02494f48
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.product.field_description
- node.type.product
module:
- user
id: node.product.teaser
targetEntityType: node
bundle: product
mode: teaser
content:
links:
settings: { }
third_party_settings: { }
weight: 100
region: content
hidden:
field_description: true
langcode: true
search_api_excerpt: true
uuid: 924d1c23-dd3f-494e-9b6a-8c0182ae9d85
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.profile.admin
- field.field.profile.customer.address
- field.field.profile.customer.tax_number
- profile.type.customer
module:
- address
- commerce_tax
enforced:
module:
- commerce_order
_core:
default_config_hash: YIL4nZ3a2ByhSU7C9ITZYsmB6l3GSsvLyGlwNF1_hW4
id: profile.customer.admin
targetEntityType: profile
bundle: customer
mode: admin
content:
address:
type: address_default
label: hidden
settings: { }
third_party_settings: { }
weight: 0
region: content
tax_number:
type: commerce_tax_number_default
label: above
settings:
show_verification: true
third_party_settings: { }
weight: 1
region: content
hidden:
search_api_excerpt: true
uuid: b0ab38f3-8164-4144-b829-f2e7a0be7641
langcode: en
status: true
dependencies:
config:
- field.field.profile.customer.address
- field.field.profile.customer.tax_number
- profile.type.customer
module:
- address
- commerce_tax
enforced:
module:
- commerce_order
_core:
default_config_hash: zA0MBGUGdWqnBBoC762uDcH92qRZHC8KllbkpOjNUcs
id: profile.customer.default
targetEntityType: profile
bundle: customer
mode: default
content:
address:
type: address_default
label: hidden
settings: { }
third_party_settings: { }
weight: 0
region: content
tax_number:
type: commerce_tax_number_default
label: above
settings:
show_verification: false
third_party_settings: { }
weight: 1
region: content
hidden:
search_api_excerpt: true
uuid: f4c94b9e-521d-42a6-8a5d-a37f6348135e
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.tags
module:
- text
id: taxonomy_term.tags.default
targetEntityType: taxonomy_term
bundle: tags
mode: default
content:
description:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 0
region: content
hidden:
langcode: true
search_api_excerpt: true
...@@ -4,6 +4,7 @@ status: true ...@@ -4,6 +4,7 @@ status: true
dependencies: dependencies:
config: config:
- core.entity_view_mode.user.compact - core.entity_view_mode.user.compact
- field.field.user.user.commerce_remote_id
- field.field.user.user.field_name - field.field.user.user.field_name
- field.field.user.user.field_surname - field.field.user.user.field_surname
module: module:
...@@ -16,6 +17,8 @@ bundle: user ...@@ -16,6 +17,8 @@ bundle: user
mode: compact mode: compact
content: { } content: { }
hidden: hidden:
commerce_remote_id: true
customer_profiles: true
field_name: true field_name: true
field_surname: true field_surname: true
langcode: true langcode: true
......
...@@ -3,6 +3,7 @@ langcode: ru ...@@ -3,6 +3,7 @@ langcode: ru
status: true status: true
dependencies: dependencies:
config: config:
- field.field.user.user.commerce_remote_id
- field.field.user.user.field_name - field.field.user.user.field_name
- field.field.user.user.field_surname - field.field.user.user.field_surname
module: module:
...@@ -34,5 +35,7 @@ content: ...@@ -34,5 +35,7 @@ content:
weight: 5 weight: 5
region: content region: content
hidden: hidden:
commerce_remote_id: true
customer_profiles: true
langcode: true langcode: true
search_api_excerpt: true search_api_excerpt: true
uuid: a3f738eb-302b-49f4-be53-664a6a179bc2
langcode: en
status: true
dependencies:
module:
- block
id: block.token
label: Token
targetEntityType: block
cache: true
uuid: fc07995e-fb12-4d5b-8c5c-fd02114f4e25
langcode: en
status: true
dependencies:
module:
- block_content
id: block_content.token
label: Token
targetEntityType: block_content
cache: true
uuid: f662a11a-997d-41c9-9a79-8a4aec080e4a
langcode: en
status: true
dependencies:
module:
- comment
id: comment.token
label: Token
targetEntityType: comment
cache: true
uuid: 6359cd16-ae09-4afc-a1d1-402147e5c04b
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
uuid: 948bce61-0664-4782-b717-408264d97332
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
uuid: 580c7a91-8671-4c89-87de-a3ef964aadf3
langcode: en
status: true
dependencies:
module:
- commerce_product
enforced:
module:
- commerce_cart
- commerce_product
_core:
default_config_hash: xtrHHgI_SwA-1npf3GB0ntU65fMvm4mxImBtkbmZWSk
id: commerce_product_variation.cart
label: Cart
targetEntityType: commerce_product_variation
cache: true
uuid: 28deaae0-2317-4715-afff-4ec2a8e44ab1
langcode: en
status: true
dependencies:
module:
- commerce_product
enforced:
module:
- commerce_checkout
_core:
default_config_hash: 23R0npqqL2T9F-gDL2Lor2GfZj_lDvmv-kwdQzPCxMw
id: commerce_product_variation.summary
label: Summary
targetEntityType: commerce_product_variation
cache: true
uuid: c5ad02d3-1786-4d04-bc45-6a701a0f7a49
langcode: en
status: true
dependencies:
module:
- config_pages
_core:
default_config_hash: VYERDzPNi1-oUm7KMLjol4oLcjbHr-onKbitt4dZuN0
id: config_pages.full
label: Full
targetEntityType: config_pages
cache: true
uuid: 49167ada-b197-40ea-92b8-0a6bfcce1ba4
langcode: en
status: true
dependencies:
module:
- config_pages
id: config_pages.token
label: Token
targetEntityType: config_pages
cache: true
uuid: 7bc784c8-a82b-4fd2-b8b6-1e542bf6813b
langcode: en
status: true
dependencies:
module:
- contact
id: contact_message.token
label: Token
targetEntityType: contact_message
cache: true
uuid: f12b372c-a254-408f-be23-203462d3720b
langcode: en
status: true
dependencies:
module:
- file
id: file.token
label: Token
targetEntityType: file
cache: true
uuid: 77023cb7-92c4-4dbc-ae53-02286a67364f
langcode: en
status: true
dependencies:
module:
- media
id: media.token
label: Token
targetEntityType: media
cache: true
uuid: 9642175e-0994-4c7c-a922-40bba6f08cf9
langcode: en
status: true
dependencies:
module:
- menu_link_content
id: menu_link_content.token
label: Token
targetEntityType: menu_link_content
cache: true
uuid: acc4044f-3dd7-46b4-9f11-2dd3a4a548cc
langcode: en
status: true
dependencies:
module:
- node
id: node.token
label: Token
targetEntityType: node
cache: true
uuid: 41cda67e-b36d-4d41-85a7-d8282ba5b61e
langcode: en
status: true
dependencies:
module:
- paragraphs
id: paragraph.token
label: Token
targetEntityType: paragraph
cache: true
uuid: 2b78e789-a8bf-4441-8942-c776c5a378bc
langcode: en
status: true
dependencies:
module:
- path_alias
id: path_alias.token
label: Token
targetEntityType: path_alias
cache: true
uuid: 9c80213c-70d0-4f58-887e-cdb2d7fe63cf
langcode: en
status: true
dependencies:
module:
- profile
enforced:
module:
- commerce_order
_core:
default_config_hash: rNBHCP7hJFMjP_iDe9-0AsSfkGC98V6Lh_oeOwmLos8
id: profile.admin
label: Admin
targetEntityType: profile
cache: true
uuid: 138d1299-3c8b-44de-bfc1-6bab9a0a3b00
langcode: en
status: true
dependencies:
module:
- search_api
id: search_api_task.token
label: Token
targetEntityType: search_api_task
cache: true
uuid: a8aba419-d333-4164-8b8e-7bde48b919fc
langcode: en
status: true
dependencies:
module:
- shortcut
id: shortcut.token
label: Token
targetEntityType: shortcut
cache: true
uuid: c5135802-6eb5-481c-b707-b4a6c652c0c1
langcode: en
status: true
dependencies:
module:
- taxonomy
id: taxonomy_term.teaser
label: teaser
targetEntityType: taxonomy_term
cache: true
uuid: 146119d0-4c49-4747-996a-4e0822d522be
langcode: en
status: true
dependencies:
module:
- taxonomy
id: taxonomy_term.token
label: Token
targetEntityType: taxonomy_term
cache: true
uuid: fcf6028d-a796-4ad6-83f3-59e025ba449d
langcode: en
status: true
dependencies:
module:
- tour
id: tour.token
label: Token
targetEntityType: tour
cache: true
uuid: 3f783743-6685-4cdd-b5fd-300142715116
langcode: en
status: true
dependencies:
module:
- user
id: user.token
label: Token
targetEntityType: user
cache: true
...@@ -2,6 +2,7 @@ _core: ...@@ -2,6 +2,7 @@ _core:
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
langcode: ru langcode: ru
module: module:
address: 0
admin_toolbar: 0 admin_toolbar: 0
admin_toolbar_tools: 0 admin_toolbar_tools: 0
automated_cron: 0 automated_cron: 0
...@@ -13,13 +14,31 @@ module: ...@@ -13,13 +14,31 @@ module:
ckeditor: 0 ckeditor: 0
color: 0 color: 0
comment: 0 comment: 0
commerce: 0
commerce_cart: 0
commerce_cart_api: 0
commerce_checkout: 0
commerce_log: 0
commerce_number_pattern: 0
commerce_order: 0
commerce_payment: 0
commerce_payment_example: 0
commerce_price: 0
commerce_product: 0
commerce_promotion: 0
commerce_store: 0
commerce_tax: 0
config: 0 config: 0
config_pages: 0
contact: 0 contact: 0
contextual: 0 contextual: 0
datetime: 0 datetime: 0
dblog: 0 dblog: 0
devel: 0
devel_kint_extras: 0
dynamic_page_cache: 0 dynamic_page_cache: 0
editor: 0 editor: 0
entity: 0
entity_reference_revisions: 0 entity_reference_revisions: 0
entityreference_filter: 0 entityreference_filter: 0
facets: 0 facets: 0
...@@ -31,9 +50,11 @@ module: ...@@ -31,9 +50,11 @@ module:
help: 0 help: 0
history: 0 history: 0
image: 0 image: 0
inline_entity_form: 0
jquery_ui: 0 jquery_ui: 0
jquery_ui_datepicker: 0 jquery_ui_datepicker: 0
jquery_ui_slider: 0 jquery_ui_slider: 0
jquery_ui_tabs: 0
jquery_ui_touch_punch: 0 jquery_ui_touch_punch: 0
language: 0 language: 0
layout_builder: 0 layout_builder: 0
...@@ -49,19 +70,26 @@ module: ...@@ -49,19 +70,26 @@ module:
page_cache: 0 page_cache: 0
path: 0 path: 0
path_alias: 0 path_alias: 0
profile: 0
queue_ui: 0 queue_ui: 0
rdf: 0 rdf: 0
rest: 0
restui: 0
schema: 0
search_api: 0 search_api: 0
search_api_autocomplete: 0 search_api_autocomplete: 0
search_api_db: 0 search_api_db: 0
search_api_db_defaults: 0 search_api_db_defaults: 0
search_api_exclude: 0 search_api_exclude: 0
search_api_exclude_entity: 0 search_api_exclude_entity: 0
serialization: 0
shortcut: 0 shortcut: 0
smtp: 0 smtp: 0
state_machine: 0
system: 0 system: 0
taxonomy: 0 taxonomy: 0
text: 0 text: 0
token: 0
toolbar: 0 toolbar: 0
tour: 0 tour: 0
ultimate_cron: 0 ultimate_cron: 0
...@@ -76,4 +104,6 @@ module: ...@@ -76,4 +104,6 @@ module:
theme: theme:
bartik: 0 bartik: 0
seven: 0 seven: 0
bootstrap: 0
DrupalJedi: 0
profile: standard profile: standard
_core:
default_config_hash: Aqx6J0yYT6mVqT0fbjeP4JkoL-700nmudVF5d6Pq2Yo
page_alter: false
raw_names: false
error_handlers:
1: 1
rebuild_theme: false
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
debug_mail_directory: 'temporary://devel-mails'
devel_dumper: default
debug_logfile: 'temporary://drupal_debug.txt'
debug_pre: true
_core:
default_config_hash: IQjf_ytthngZTAk_MU8-74VecArWD3G5g0oEH6PM6GA
toolbar_items:
- devel.admin_settings_link
- devel.cache_clear
- devel.container_info.service
- devel.menu_rebuild
- devel.reinstall
- devel.route_info
- devel.run_cron
uuid: 4e15801e-caa6-4cae-9a15-a6f3464726bb
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_type.default
- field.storage.commerce_product.field_product
- node.type.product
id: commerce_product.default.field_product
field_name: field_product
entity_type: commerce_product
bundle: default
label: product
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:node'
handler_settings:
target_bundles:
product: product
sort:
field: _none
direction: ASC
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
uuid: 1ccb68e4-c773-4eea-92e9-8f0c7de4b101
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_type.t_shirt
- field.storage.commerce_product.field_node
- node.type.product
id: commerce_product.t_shirt.field_node
field_name: field_node
entity_type: commerce_product
bundle: t_shirt
label: node
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:node'
handler_settings:
target_bundles:
product: product
sort:
field: _none
direction: ASC
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
uuid: f9953641-d191-48aa-884f-389b97496665
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_attribute.color
- commerce_product.commerce_product_variation_type.t_shirt
- field.storage.commerce_product_variation.attribute_color
id: commerce_product_variation.t_shirt.attribute_color
field_name: attribute_color
entity_type: commerce_product_variation
bundle: t_shirt
label: Color
description: ''
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:commerce_product_attribute_value'
handler_settings:
target_bundles:
- color
field_type: entity_reference
uuid: 6c94bcdd-37ff-4003-8cb0-89edae17fba3
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_attribute.size
- commerce_product.commerce_product_variation_type.t_shirt
- field.storage.commerce_product_variation.attribute_size
id: commerce_product_variation.t_shirt.attribute_size
field_name: attribute_size
entity_type: commerce_product_variation
bundle: t_shirt
label: Size
description: ''
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:commerce_product_attribute_value'
handler_settings:
target_bundles:
- size
field_type: entity_reference
uuid: cbca6a7a-94f5-4dd7-8226-748eb8883ad6
langcode: en
status: true
dependencies:
config:
- config_pages.type.model_window
- field.storage.config_pages.field_content
module:
- text
id: config_pages.model_window.field_content
field_name: field_content
entity_type: config_pages
bundle: model_window
label: 'Текст сообщения'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: text
uuid: 5460857a-fb82-4092-af91-7857af86b4d6
langcode: en
status: true
dependencies:
config:
- config_pages.type.model_window
- field.storage.config_pages.field_header
module:
- text
id: config_pages.model_window.field_header
field_name: field_header
entity_type: config_pages
bundle: model_window
label: Заголовок
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: text
uuid: 73e9f8c8-417c-4a2c-825e-c5d56943479a
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_editor
- node.type.people
id: node.people.field_editor
field_name: field_editor
entity_type: node
bundle: people
label: editor
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:user'
handler_settings:
target_bundles: null
sort:
field: _none
direction: ASC
auto_create: false
filter:
type: role
role:
redactor: redactor
content_editor: '0'
administrator: '0'
include_anonymous: true
field_type: entity_reference
uuid: 92b2a282-2511-4b66-81cb-5bfe8264fa03
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_term
- node.type.people
- taxonomy.vocabulary.tags
id: node.people.field_term
field_name: field_term
entity_type: node
bundle: people
label: term
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
tags: tags
sort:
field: name
direction: asc
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
uuid: a833e18a-0d90-435b-a45c-c3b8e17d7f03
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_description
- node.type.product
module:
- text
id: node.product.field_description
field_name: field_description
entity_type: node
bundle: product
label: Description
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: text_long
uuid: d6044750-972c-4658-8e4a-54876ece6086
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
uuid: 952ae3d0-aa2b-4be6-aa1e-18f18eb133d4
langcode: en
status: true
dependencies:
config:
- field.storage.profile.tax_number
- profile.type.customer
module:
- commerce_tax
enforced:
module:
- commerce_tax
_core:
default_config_hash: CGcN7vNeKKjcD0PjtvSXOchhJll9sHwastAFsjBsfqI
id: profile.customer.tax_number
field_name: tax_number
entity_type: profile
bundle: customer
label: 'Tax number'
description: ''
required: false
translatable: false
default_value:
- { }
default_value_callback: ''
settings:
countries: { }
verify: true
allow_unverified: true
field_type: commerce_tax_number
uuid: bf726a9b-e800-48a0-a2e8-01439dcad97f
langcode: en
status: true
dependencies:
config:
- field.storage.user.commerce_remote_id
module:
- commerce
- user
enforced:
module:
- commerce_payment
_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
uuid: 1172aa94-61ff-4538-8ef9-4fd0489304b0
langcode: en
status: true
dependencies:
module:
- commerce_product
- node
id: commerce_product.field_node
field_name: field_node
entity_type: commerce_product
type: entity_reference
settings:
target_type: node
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: c39d6e71-aaf0-4e21-a54e-c505a0f1a480
langcode: en
status: true
dependencies:
module:
- commerce_product
- node
id: commerce_product.field_product
field_name: field_product
entity_type: commerce_product
type: entity_reference
settings:
target_type: node
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: ff7a8e6c-e961-4b63-8e39-f0f1c0d1703a
langcode: en
status: true
dependencies:
module:
- commerce_product
id: commerce_product_variation.attribute_color
field_name: attribute_color
entity_type: commerce_product_variation
type: entity_reference
settings:
target_type: commerce_product_attribute_value
module: core
locked: false
cardinality: 1
translatable: false
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: 78bf313e-80e2-4b7c-a915-5b91a9aa48e3
langcode: en
status: true
dependencies:
module:
- commerce_product
id: commerce_product_variation.attribute_size
field_name: attribute_size
entity_type: commerce_product_variation
type: entity_reference
settings:
target_type: commerce_product_attribute_value
module: core
locked: false
cardinality: 1
translatable: false
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: a0d717a3-7950-425b-8db6-c1c08e975ed7
langcode: en
status: true
dependencies:
module:
- config_pages
- text
id: config_pages.field_content
field_name: field_content
entity_type: config_pages
type: text
settings:
max_length: 255
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: 5df2f482-b4e6-45a0-ac55-671623df3180
langcode: en
status: true
dependencies:
module:
- config_pages
- text
id: config_pages.field_header
field_name: field_header
entity_type: config_pages
type: text
settings:
max_length: 255
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: 38ea2401-a788-44be-89a8-c363423010c4
langcode: en
status: true
dependencies:
module:
- node
- text
id: node.field_description
field_name: field_description
entity_type: node
type: text_long
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: ec7044ec-8ddf-46d5-9090-918fbb6aeece
langcode: en
status: true
dependencies:
module:
- node
- user
id: node.field_editor
field_name: field_editor
entity_type: node
type: entity_reference
settings:
target_type: user
module: core
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: f07b6a34-aee1-4b3e-a42e-5ab63e753cea
langcode: en
status: true
dependencies:
module:
- node
- taxonomy
id: node.field_term
field_name: field_term
entity_type: node
type: entity_reference
settings:
target_type: taxonomy_term
module: core
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: c496589b-c473-4adf-b198-6391f4f8cc5e
langcode: en
status: true
dependencies:
module:
- address
- profile
enforced:
module:
- commerce_order
_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
uuid: b81bc961-ad9f-4c1a-a61f-1a20138bbcb8
langcode: en
status: true
dependencies:
module:
- commerce_tax
- profile
enforced:
module:
- commerce_tax
_core:
default_config_hash: hrW9rW3rrusosIs_U2I_GY_pEL1hwdaG5BSizWnl2I4
id: profile.tax_number
field_name: tax_number
entity_type: profile
type: commerce_tax_number
settings: { }
module: commerce_tax
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
uuid: 7be2838b-42d2-4586-8fff-16695702a5bb
langcode: en
status: true
dependencies:
module:
- commerce
- user
enforced:
module:
- commerce_payment
_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
uuid: 5deaa683-04ac-4db1-a5f8-9ce3d9a1ebee
langcode: en
status: true
dependencies:
config:
- commerce_product.commerce_product_type.t_shirt
id: commerce_product.t_shirt
target_entity_type_id: commerce_product
target_bundle: t_shirt
default_langcode: site_default
language_alterable: false
uuid: 37caad46-c2ae-4e17-bab8-07a22834e0a4
langcode: en
status: true
dependencies:
config:
- node.type.product
id: node.product
target_entity_type_id: node
target_bundle: product
default_langcode: site_default
language_alterable: false
name: 'российский рубль'
symbol:
content:
order_items:
settings:
label_singular: 'позиция заказа'
label_plural: 'позиции заказа'
label: Покупатель
display_label: 'Информация о покупателе'
label: Активность
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Применить
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
fields:
created:
label: Дата
separator: ', '
rendered_entity:
label: Сообщение
uid:
label: Пользователь
separator: ', '
arguments:
source_entity_id:
exception:
title: Все
source_entity_type:
exception:
title: Все
block_1:
display_title: Блок
label: 'Блок корзины'
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Применить
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
fields:
quantity:
separator: ', '
title:
separator: ', '
total_price__number:
separator: ', '
arguments:
order_id:
exception:
title: Все
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Применить
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
fields:
purchased_entity:
label: Элемент
separator: ', '
unit_price__number:
label: Цена
separator: ', '
edit_quantity:
label: Количество
remove_button:
label: Удалить
total_price__number:
label: Итого
separator: ', '
arguments:
order_id:
exception:
title: Все
label: Корзины
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Filter
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
pager:
options:
expose:
items_per_page_label: 'Items per page'
items_per_page_options_all_label: '- All -'
offset_label: Offset
tags:
previous: ' previous'
next: 'next ›'
first: '« первая'
last: 'последняя »'
fields:
commerce_order_bulk_form:
action_title: 'С выделенным'
type:
label: Type
separator: ', '
store_id:
label: Магазин
separator: ', '
uid:
label: Покупатель
separator: ', '
mail:
label: Email
separator: ', '
total_price__number:
label: Итого
separator: ', '
changed:
label: Updated
separator: ', '
operations:
label: Operations
filters:
type:
expose:
label: Type
title: Корзины
empty:
area_text_custom:
content: 'Пока нет заказов.'
page_1:
display_title: Page
display_options:
menu:
title: Корзины
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Применить
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
fields:
quantity:
separator: ', '
purchased_entity:
separator: ', '
total_price__number:
separator: ', '
arguments:
order_id:
exception:
title: Все
label: 'Позиции заказа'
description: 'Отображать позиции заказа в виде таблицы.'
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Применить
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
fields:
title:
label: Заголовок
separator: ', '
unit_price__number:
label: Цена
separator: ', '
quantity:
label: Количество
separator: ', '
total_price__number:
label: 'Общая стоимость'
separator: ', '
arguments:
order_item_id:
exception:
title: Все
label: Заказы
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Filter
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
pager:
options:
expose:
items_per_page_label: 'Items per page'
items_per_page_options_all_label: '- All -'
offset_label: Offset
tags:
previous: ' previous'
next: 'next ›'
first: '« первая'
last: 'последняя »'
fields:
commerce_order_bulk_form:
action_title: 'С выделенным'
order_number:
label: '#'
separator: ', '
placed:
label: Дата
separator: ', '
type:
label: Type
separator: ', '
store_id:
label: Магазин
separator: ', '
uid:
label: Покупатель
separator: ', '
mail:
label: Email
separator: ', '
state:
label: Состояние
separator: ', '
total_price__number:
label: Итого
separator: ', '
operations:
label: Operations
filters:
order_number:
expose:
label: 'Номер заказа'
type:
expose:
label: Type
state:
expose:
label: Состояние
title: Заказы
empty:
area_text_custom:
content: 'Пока нет заказов.'
page_1:
display_title: Page
display_options:
menu:
title: Заказы
tab_options:
title: Заказы
description: 'Управление вашими заказами.'
label: Товары
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Filter
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
pager:
options:
expose:
items_per_page_label: 'Items per page'
items_per_page_options_all_label: '- All -'
offset_label: Offset
tags:
previous: ' previous'
next: 'next ›'
first: '« первая'
last: 'последняя »'
fields:
commerce_product_bulk_form:
action_title: 'С выделенным'
title:
label: Заголовок
separator: ', '
type:
label: Type
separator: ', '
status:
label: Status
settings:
format_custom_true: Published
format_custom_false: Unpublished
separator: ', '
changed:
label: Updated
separator: ', '
operations:
label: Operations
filters:
type:
expose:
label: Type
title:
expose:
label: Заголовок
title: Товары
empty:
area_text_custom:
content: 'Нет доступных товаров.'
page_1:
display_title: Page
label: 'Подарочные купоны'
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Filter
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
pager:
options:
tags:
previous: ‹‹
next: ››
first: '« First'
last: 'Last »'
expose:
items_per_page_label: 'Items per page'
items_per_page_options_all_label: '- All -'
offset_label: Offset
fields:
code:
label: Код
separator: ', '
usage_limit:
label: Использование
separator: ', '
usage_limit_customer:
label: 'Лимит на покупателя'
separator: ', '
operations:
label: Operations
filters:
code:
expose:
label: Код
title: 'Подарочные купоны'
arguments:
promotion_id:
exception:
title: Все
page_1:
display_title: Page
label: Акции
display:
default:
display_title: Default
display_options:
exposed_form:
options:
submit_button: Применить
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
pager:
options:
tags:
previous: ‹‹
next: ››
first: '« First'
last: 'Last »'
expose:
items_per_page_label: 'Items per page'
items_per_page_options_all_label: '- All -'
offset_label: Offset
fields:
name:
label: Название
separator: ', '
offer__target_plugin_id:
label: 'Тип предложения'
separator: ', '
usage_limit:
label: Использование
separator: ', '
usage_limit_customer:
separator: ', '
start_date:
label: 'Дата начала'
separator: ', '
end_date:
label: 'Дата окончания'
separator: ', '
operations:
label: Operations
filters:
name:
expose:
label: Название
offer__target_plugin_id:
expose:
label: 'Тип предложения'
code:
expose:
label: 'Код скидки'
status:
expose:
label: Status
title: Акции
empty:
area:
content:
value: 'Здесь пока нет акций.'
admin:
display_title: Page
display_options:
menu:
title: Список
tab_options:
title: Список
label: Магазины
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Применить
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
pager:
options:
expose:
items_per_page_label: 'Items per page'
items_per_page_options_all_label: '- All -'
offset_label: Offset
tags:
previous: ' previous'
next: 'next ›'
first: '« первая'
last: 'последняя »'
fields:
commerce_store_bulk_form:
action_title: 'С выделенным'
name:
label: Название
separator: ', '
changed:
label: Updated
separator: ', '
type:
label: Type
separator: ', '
operations:
label: Operations
filters:
type:
expose:
label: Type
title: Магазины
empty:
area_text_custom:
content: 'Доступные магазины отсутствуют.'
page_1:
display_title: Page
description: 'Выводит список заказов пользователя.'
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Применить
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
pager:
options:
tags:
previous: ' Previous'
next: 'Next ›'
first: '« First'
last: 'Last »'
expose:
items_per_page_label: 'Items per page'
items_per_page_options_all_label: '- All -'
offset_label: Offset
fields:
order_id:
label: ID
separator: ', '
order_number:
label: 'Номер заказа'
separator: ', '
placed:
label: Дата
separator: ', '
total_price__number:
label: Итого
separator: ', '
state:
label: Состояние
separator: ', '
title: Заказы
empty:
area:
content:
value: 'Вы пока не сделали ни одного заказа.'
arguments:
uid:
exception:
title: Все
order_page:
display_options:
menu:
title: Заказы
display:
default:
display_title: Основной
display_options:
exposed_form:
options:
submit_button: Применить
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
sort_asc_label: Asc
sort_desc_label: Desc
arguments:
uid:
exception:
title: Все
type:
exception:
title: Все
status:
exception:
title: Все
...@@ -4,15 +4,18 @@ status: true ...@@ -4,15 +4,18 @@ status: true
dependencies: dependencies:
module: module:
- menu_ui - menu_ui
- search_api_exclude
third_party_settings: third_party_settings:
menu_ui: menu_ui:
available_menus: available_menus:
- main - main
parent: 'main:' parent: 'main:'
search_api_exclude:
enabled: 0
name: People name: People
type: people type: people
description: '' description: ''
help: '' help: ''
new_revision: true new_revision: true
preview_mode: 1 preview_mode: 1
display_submitted: true display_submitted: false
uuid: c57414e6-0ee5-4506-b2b8-4d3956b49e71
langcode: en
status: true
dependencies:
module:
- menu_ui
- search_api_exclude
third_party_settings:
menu_ui:
available_menus:
- main
parent: 'main:'
search_api_exclude:
enabled: 0
name: Product
type: product
description: ''
help: ''
new_revision: true
preview_mode: 1
display_submitted: true
uuid: 0f231ac3-4c55-4332-8561-7257a160b9d2
langcode: en
status: true
dependencies:
enforced:
module:
- commerce_order
third_party_settings:
commerce_order:
customer_profile_type: true
_core:
default_config_hash: I3_fH4tUQVejPgxvJzH1-mGg9A9OaY4Hm5iN2G2Fz20
id: customer
label: Customer
display_label: 'Customer information'
multiple: true
registration: false
roles: { }
allow_revisions: false
new_revision: false
uuid: 89d46505-264f-41ab-a2b8-6ef98a329633
langcode: en
status: true
dependencies:
module:
- commerce_cart_api
- serialization
- user
_core:
default_config_hash: LptJMeSNAYdcJ0FCczBiIiAvSs3pgfeITgwPlUR5LmM
id: commerce_cart_add
plugin_id: commerce_cart_add
granularity: resource
configuration:
methods:
- POST
formats:
- json
authentication:
- cookie
uuid: 565811f8-1677-46f3-af70-33d4139f5aaf
langcode: en
status: true
dependencies:
module:
- commerce_cart_api
- serialization
- user
_core:
default_config_hash: 4nYqayd8aO5e2acUdQAIbm5_cWyLV2Z5pdVB9eM_L-U
id: commerce_cart_canonical
plugin_id: commerce_cart_canonical
granularity: resource
configuration:
methods:
- GET
formats:
- json
authentication:
- cookie
uuid: dc6aa900-1b8b-4329-833d-cf6beb1f6794
langcode: en
status: true
dependencies:
module:
- commerce_cart_api
- serialization
- user
_core:
default_config_hash: gFt_6Zv9JEPLa560_rsfsqrQC21_LQ6becnJMNjUIpM
id: commerce_cart_clear
plugin_id: commerce_cart_clear
granularity: resource
configuration:
methods:
- DELETE
formats:
- json
authentication:
- cookie
uuid: 457e3558-0984-42f5-baad-6f8a585facc6
langcode: en
status: true
dependencies:
module:
- commerce_cart_api
- serialization
- user
_core:
default_config_hash: hmTTiE7SFlCqDYrx7_F-rWrUkDx2GrFg3wN6BcIq5xc
id: commerce_cart_collection
plugin_id: commerce_cart_collection
granularity: resource
configuration:
methods:
- GET
formats:
- json
authentication:
- cookie
uuid: c14346c0-eeb8-48c5-89b3-e91f470dd18f
langcode: en
status: true
dependencies:
module:
- commerce_cart_api
- serialization
- user
_core:
default_config_hash: '-VZFihnbsF6hEpC1DV9RX_b3dI4QQkqGTNiv6qMTbkA'
id: commerce_cart_coupons
plugin_id: commerce_cart_coupons
granularity: resource
configuration:
methods:
- GET
- PATCH
- DELETE
formats:
- json
authentication:
- cookie
uuid: 2e85e1a0-1c56-4757-b47c-de6ee5efe527
langcode: en
status: true
dependencies:
module:
- commerce_cart_api
- serialization
- user
_core:
default_config_hash: cQORBV4olEqxQT9k7Z9gmobi4AUuEahhxC32K8CprOQ
id: commerce_cart_remove_item
plugin_id: commerce_cart_remove_item
granularity: resource
configuration:
methods:
- DELETE
formats:
- json
authentication:
- cookie
uuid: c494df54-c8dd-43ea-a3c5-58234f60f053
langcode: en
status: true
dependencies:
module:
- commerce_cart_api
- serialization
- user
_core:
default_config_hash: WqYdG4xXtHm4Ok5hm8eKZIdWyoZ2icbbjm88ZEWLQXs
id: commerce_cart_update_item
plugin_id: commerce_cart_update_item
granularity: resource
configuration:
methods:
- PATCH
formats:
- json
authentication:
- cookie
uuid: 09a61ff8-63d5-4194-8918-5f173458d029
langcode: en
status: true
dependencies:
module:
- commerce_cart_api
- serialization
- user
_core:
default_config_hash: cEt7qeWXge5-KBeMTZViFP-KX7AqedUbSpxGS43GFDA
id: commerce_cart_update_items
plugin_id: commerce_cart_update_items
granularity: resource
configuration:
methods:
- PATCH
formats:
- json
authentication:
- cookie
_core:
default_config_hash: uqHTtEm7CxR0JU-rz9I_NCmWN1NMqpB5tTBOSi8aHgg
schema_database_connection: default
schema_status_report: true
schema_suppress_type_warnings: false
uuid: 52279779-cbd3-402a-aa44-348e330175a0
langcode: en
status: true
dependencies:
module:
- commerce_order
- entity
enforced:
module:
- commerce_order
_core:
default_config_hash: Wfu6EDwNNNV0FZiMAndYyWpKCyCZ2TfdZ2QkPUFOINY
id: commerce_order_delete_action
label: 'Delete order'
type: commerce_order
plugin: 'entity_delete_action:commerce_order'
configuration: { }
uuid: 40d770fc-95e7-4762-8544-3bf82e6b51f4
langcode: en
status: true
dependencies:
module:
- commerce_product
- entity
enforced:
module:
- commerce_product
_core:
default_config_hash: wlvmNEgXVD81RVgOeQJVgSdT5t0RAwWJVyIXdLIONdg
id: commerce_product_delete_action
label: 'Delete product'
type: commerce_product
plugin: 'entity_delete_action:commerce_product'
configuration: { }
uuid: df2429d1-0873-45fd-85dc-f35538e3639c
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: { }
uuid: 642eea49-8a88-45bb-aa3f-9878c5e59528
langcode: en
status: true
dependencies:
module:
- commerce_store
- entity
enforced:
module:
- commerce_store
_core:
default_config_hash: _4Uh3mQA18aGlat_JmyPTEDWXiuiexldraA0zgTTbGY
id: commerce_store_delete_action
label: 'Delete store'
type: commerce_store
plugin: 'entity_delete_action:commerce_store'
configuration: { }
uuid: f33419dc-ae49-4f70-971b-453f5397349e
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: { }
uuid: fdcd72a8-69e1-48ee-8eb2-8f6eb1b24342
langcode: en
status: true
dependencies:
module:
- profile
enforced:
module:
- profile
_core:
default_config_hash: eoobeznDDPWSXzEXh6a3AT21rMluXtseCPjsguEgHKs
id: profile_delete_action
label: 'Delete selected profile'
type: profile
plugin: 'entity:delete_action:profile'
configuration: { }
uuid: 86cb475d-6eb5-4ac3-848f-194940f50328
langcode: en
status: true
dependencies:
module:
- profile
enforced:
module:
- profile
_core:
default_config_hash: jjClImKlBhvh__KZnX6YkW_Kc1yZvqXODbUHt30A8z4
id: profile_publish_action
label: 'Publish selected profile'
type: profile
plugin: 'entity:publish_action:profile'
configuration: { }
uuid: f4c3d5cc-6570-42c8-a9f6-da5e5605bb4a
langcode: en
status: true
dependencies:
module:
- profile
enforced:
module:
- profile
_core:
default_config_hash: i6SUyw-h9LthgtmTiKGbqFIh-JXnBtXLG2NCV7CkI3M
id: profile_unpublish_action
label: 'Unpublish selected profile'
type: profile
plugin: 'entity:unpublish_action:profile'
configuration: { }
uuid: f494d11c-c168-4f42-9d3b-28540f0b68f6
langcode: en
status: true
dependencies:
config:
- user.role.redactor
module:
- user
id: user_add_role_action.redactor
label: 'Add the Редакторы role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: redactor
uuid: e6e533a7-2c82-4fd6-a7d8-b10faa32cb41
langcode: en
status: true
dependencies:
config:
- user.role.redactor
module:
- user
id: user_remove_role_action.redactor
label: 'Remove the Редакторы role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: redactor
uuid: 1e8d37a6-3ba2-4c86-822a-91af6d42da74
langcode: en
status: true
dependencies:
enforced:
module:
- devel
_core:
default_config_hash: 3V-l1uuTcyirYOGLPZV5HWaDfr02uEbWZJIwc8Byz-c
id: devel
label: Development
description: 'Links related to Devel module.'
locked: true
...@@ -3,7 +3,7 @@ _core: ...@@ -3,7 +3,7 @@ _core:
langcode: ru langcode: ru
cache: cache:
page: page:
max_age: 0 max_age: 900
css: css:
preprocess: true preprocess: true
gzip: true gzip: true
......
uuid: 736a928b-bb1c-43bb-b942-b7601864c19c
langcode: en
status: true
dependencies:
module:
- commerce_cart
title: 'Default cron handler'
id: commerce_cart_cron
weight: 0
module: commerce_cart
callback: commerce_cart_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database
uuid: 3a830219-d970-4cee-a812-b49a9a61c26a uuid: a5cdaa0e-5bd6-43df-b0c3-95e32929537c
langcode: ru langcode: en
status: true status: true
dependencies: dependencies:
module: module:
...@@ -11,19 +11,7 @@ module: mymodule ...@@ -11,19 +11,7 @@ module: mymodule
callback: mymodule_cron callback: mymodule_cron
scheduler: scheduler:
id: simple id: simple
configuration:
rules:
- '* * * * *'
launcher: launcher:
id: serial id: serial
configuration:
timeouts:
lock_timeout: 3600
launcher:
thread: 0
logger: logger:
id: database id: database
configuration:
method: '3'
expire: 1209600
retain: 1000
...@@ -5,7 +5,7 @@ dependencies: { } ...@@ -5,7 +5,7 @@ dependencies: { }
_core: _core:
default_config_hash: OeKGIkmZA_c-t6QLH81WNQx8gDCc1MRmxaTuQgxBByU default_config_hash: OeKGIkmZA_c-t6QLH81WNQx8gDCc1MRmxaTuQgxBByU
id: administrator id: administrator
label: Администратор label: Administrator
weight: 3 weight: 3
is_admin: true is_admin: true
permissions: { } permissions: { }
...@@ -6,6 +6,8 @@ dependencies: ...@@ -6,6 +6,8 @@ dependencies:
- filter.format.restricted_html - filter.format.restricted_html
module: module:
- comment - comment
- commerce_checkout
- commerce_product
- contact - contact
- filter - filter
- media - media
...@@ -13,12 +15,14 @@ dependencies: ...@@ -13,12 +15,14 @@ dependencies:
_core: _core:
default_config_hash: 6WavjUYXIegP9AAg2zXGx54MWIVoomC3SZhNiqe-Dyk default_config_hash: 6WavjUYXIegP9AAg2zXGx54MWIVoomC3SZhNiqe-Dyk
id: anonymous id: anonymous
label: 'Анонимный пользователь' label: 'Anonymous user'
weight: 0 weight: 0
is_admin: false is_admin: false
permissions: permissions:
- 'access checkout'
- 'access comments' - 'access comments'
- 'access content' - 'access content'
- 'access site-wide contact form' - 'access site-wide contact form'
- 'use text format restricted_html' - 'use text format restricted_html'
- 'view commerce_product'
- 'view media' - 'view media'
...@@ -6,6 +6,10 @@ dependencies: ...@@ -6,6 +6,10 @@ dependencies:
- filter.format.basic_html - filter.format.basic_html
module: module:
- comment - comment
- commerce_checkout
- commerce_order
- commerce_payment
- commerce_product
- contact - contact
- filter - filter
- media - media
...@@ -14,15 +18,19 @@ dependencies: ...@@ -14,15 +18,19 @@ dependencies:
_core: _core:
default_config_hash: I44QAB4es39lNzMQWiJLq2dfjX7VRSOzT_5KzAcUq_M default_config_hash: I44QAB4es39lNzMQWiJLq2dfjX7VRSOzT_5KzAcUq_M
id: authenticated id: authenticated
label: 'Аутентифицированный пользователь' label: 'Authenticated user'
weight: 1 weight: 1
is_admin: false is_admin: false
permissions: permissions:
- 'access checkout'
- 'access comments' - 'access comments'
- 'access content' - 'access content'
- 'access shortcuts' - 'access shortcuts'
- 'access site-wide contact form' - 'access site-wide contact form'
- 'manage own commerce_payment_method'
- 'post comments' - 'post comments'
- 'skip comment approval' - 'skip comment approval'
- 'use text format basic_html' - 'use text format basic_html'
- 'view commerce_product'
- 'view media' - 'view media'
- 'view own commerce_order'
uuid: cb8a5c54-bec0-4744-bca3-dc3c77db6ee0
langcode: en
status: true
dependencies:
config:
- node.type.films
- node.type.people
- node.type.planets
- node.type.species
- node.type.starships
- node.type.vehicles
module:
- block
- field_ui
- node
- toolbar
id: redactor
label: Редакторы
weight: 4
is_admin: null
permissions:
- 'access toolbar'
- 'administer blocks'
- 'administer node display'
- 'create films content'
- 'create people content'
- 'create planets content'
- 'create species content'
- 'create starships content'
- 'create vehicles content'
- 'delete any films content'
- 'delete any people content'
- 'delete any planets content'
- 'delete any species content'
- 'delete any starships content'
- 'delete any vehicles content'
- 'delete own films content'
- 'delete own people content'
- 'delete own planets content'
- 'delete own species content'
- 'delete own starships content'
- 'delete own vehicles content'
- 'edit any films content'
- 'edit any people content'
- 'edit any planets content'
- 'edit any species content'
- 'edit any starships content'
- 'edit any vehicles content'
- 'edit own films content'
- 'edit own people content'
- 'edit own planets content'
- 'edit own species content'
- 'edit own starships content'
- 'edit own vehicles content'
uuid: d03d40f2-c2c3-436d-bf2c-4e9236d8904c
langcode: en
status: true
dependencies:
module:
- commerce_log
- user
_core:
default_config_hash: jJ4NNc5t-c-56hFksfpfsQT2cogX9G-1rcG96sEMjVI
id: commerce_activity
label: Activity
module: views
description: ''
tag: ''
base_table: commerce_log
base_field: log_id
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: '-1'
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: ''
field_identifier: log_id
entity_type: commerce_log
entity_field: log_id
plugin_id: standard
title: 'Order logs'
header:
commerce_log_admin_comment_form:
id: commerce_log_admin_comment_form
table: views
field: commerce_log_admin_comment_form
relationship: none
group_type: group
admin_label: ''
empty: true
plugin_id: commerce_log_admin_comment_form
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: { }
uuid: 0ed00bdb-1a8b-4314-be77-90d8808a2de6
langcode: en
status: true
dependencies:
module:
- commerce_order
- commerce_price
enforced:
module:
- commerce_cart
_core:
default_config_hash: sTKMNZJ4DVegYkx0Lake4yfkpxD7y_g2bQO28xTs5co
id: commerce_cart_block
label: 'Cart block'
module: views
description: ''
tag: commerce_cart_block
base_table: commerce_order
base_field: order_id
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 }}&nbsp;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: ''
operator_limit_selection: false
label: ''
description: ''
use_operator: false
operator: ''
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
operator_list: { }
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: ''
field_identifier: order_item_id
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_target_id
relationship: none
group_type: group
admin_label: 'order_items: Order Item'
required: true
entity_type: commerce_order
entity_field: order_items
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: { }
uuid: 8b0a2a9e-7a78-4e09-a19b-a54f15a50f87
langcode: en
status: true
dependencies:
module:
- commerce_cart
- commerce_order
- commerce_price
enforced:
module:
- commerce_cart
_core:
default_config_hash: 5aCvI0j7w2fKsWcMEiLXM1CWuaKm5ndfOnCATVUMPGM
id: commerce_cart_form
label: 'Cart form'
module: views
description: ''
tag: commerce_cart_form
base_table: commerce_order
base_field: order_id
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: ''
field_identifier: order_item_id
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_target_id
relationship: none
group_type: group
admin_label: 'order_items: Order Item'
required: true
entity_type: commerce_order
entity_field: order_items
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: { }
uuid: c67ac0fd-33a9-41f8-a7e4-199a67d43166
langcode: en
status: true
dependencies:
module:
- commerce
- commerce_order
- commerce_price
- commerce_store
- user
enforced:
module:
- commerce_cart
_core:
default_config_hash: tiKR1foQc_gOKNxs2Q5gMOUpn4T2rDMyqrCVLXQIrbc
id: commerce_carts
label: Carts
module: views
description: ''
tag: Commerce
base_table: commerce_order
base_field: order_id
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: '<br />'
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: ''
operator_limit_selection: false
label: ''
description: ''
use_operator: false
operator: ''
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
operator_list: { }
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
operator_limit_selection: false
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
operator_list: { }
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: { }
uuid: cdc32104-026e-448c-a2f6-54b98c995b35
langcode: en
status: true
dependencies:
module:
- commerce_order
- commerce_price
enforced:
module:
- commerce_checkout
- commerce_order
_core:
default_config_hash: siNWuu6hwi8-i23AZmV2a2MZhJPqGMv-clS58Qln2Qg
id: commerce_checkout_order_summary
label: 'Checkout order summary'
module: views
description: ''
tag: commerce_order_summary
base_table: commerce_order
base_field: order_id
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 }}&nbsp;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: ''
field_identifier: order_item_id
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_target_id
relationship: none
group_type: group
admin_label: 'order_items: Order Item'
required: true
entity_type: commerce_order
entity_field: order_items
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: { }
uuid: 60b711a2-ff33-4a6a-be0f-076a264a24d5
langcode: en
status: true
dependencies:
module:
- commerce_order
- commerce_price
_core:
default_config_hash: EZYKCbgxvY_dDDwK9piZCx6wll1ArPTjellGybiFv10
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
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_item_id:
id: order_item_id
table: commerce_order_item
field: order_item_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: true
not: false
entity_type: commerce_order_item
entity_field: order_item_id
plugin_id: numeric
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
tags: { }
uuid: 49af1eea-7bc0-458a-ad5a-dc46632dcbee
langcode: en
status: true
dependencies:
module:
- commerce
- commerce_order
- commerce_price
- commerce_store
- options
- state_machine
- user
_core:
default_config_hash: HFX6ZqjZ-Ph27nJoRvTzBtYCqiDzUaPdz-yRGWiQJtE
id: commerce_orders
label: Orders
module: views
description: ''
tag: Commerce
base_table: commerce_order
base_field: order_id
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: '<br />'
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: false
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
operator_limit_selection: false
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'
operator_list: { }
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
operator_limit_selection: false
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
operator_list: { }
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
operator_limit_selection: false
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
operator_list: { }
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: { }
uuid: cb32dafd-87c8-4f6d-bcb0-464feee86b15
langcode: en
status: true
dependencies:
module:
- commerce
- commerce_product
- user
_core:
default_config_hash: tu0PL5GIB4nIjUfFst2N0WsTO6Ju1WtX7lFr-ya9vAs
id: commerce_products
label: Products
module: views
description: ''
tag: Commerce
base_table: commerce_product_field_data
base_field: product_id
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
operator_limit_selection: false
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
operator_list: { }
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
operator_limit_selection: false
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'
operator_list: { }
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: { }
uuid: 3a70b9d5-0f7b-4737-92b6-09dcc56e19b3
langcode: en
status: true
dependencies:
module:
- commerce_promotion
_core:
default_config_hash: vfKzKP5hMfengLkW5uMwkg3jOByceWk5AqcxauaNsQo
id: commerce_promotion_coupons
label: Coupons
module: views
description: ''
tag: ''
base_table: commerce_promotion_coupon
base_field: id
display:
default:
display_plugin: default
id: default
display_title: Master
position: 0
display_options:
access:
type: none
options: { }
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
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:
code: code
usage_limit: usage_limit
usage_limit_customer: usage_limit_customer
operations: operations
info:
code:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
usage_limit:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
usage_limit_customer:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
operations:
align: ''
separator: ''
empty_column: false
responsive: ''
default: '-1'
empty_table: true
row:
type: 'entity:commerce_promotion_coupon'
fields:
code:
id: code
table: commerce_promotion_coupon
field: code
relationship: none
group_type: group
admin_label: ''
label: Code
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: true
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: code
plugin_id: field
usage_limit:
id: usage_limit
table: commerce_promotion_coupon
field: usage_limit
relationship: none
group_type: group
admin_label: ''
label: Usage
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: commerce_usage_limit
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_promotion_coupon
entity_field: usage_limit
plugin_id: field
usage_limit_customer:
id: usage_limit_customer
table: commerce_promotion_coupon
field: usage_limit_customer
relationship: none
group_type: group
admin_label: ''
label: 'Per-customer limit'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: commerce_usage_limit
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_promotion_coupon
entity_field: usage_limit_customer
plugin_id: field
operations:
id: operations
table: commerce_promotion_coupon
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_promotion_coupon
plugin_id: entity_operations
filters:
code:
id: code
table: commerce_promotion_coupon
field: code
relationship: none
group_type: group
admin_label: ''
operator: contains
value: ''
group: 1
exposed: true
expose:
operator_id: code_op
label: Code
description: ''
use_operator: false
operator: code_op
operator_limit_selection: false
operator_list: { }
identifier: code
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
contributor: '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: commerce_promotion_coupon
entity_field: code
plugin_id: string
sorts:
id:
id: id
table: commerce_promotion_coupon
field: id
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
field_identifier: id
entity_type: commerce_promotion_coupon
entity_field: id
plugin_id: standard
title: Coupons
header: { }
footer: { }
empty:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: false
content:
value: 'There are no coupons yet.'
format: basic_html
plugin_id: text
relationships: { }
arguments:
promotion_id:
id: promotion_id
table: commerce_promotion_coupon
field: promotion_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: raw
default_argument_options:
index: 1
use_alias: false
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_promotion_coupon
entity_field: promotion_id
plugin_id: numeric
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
tags: { }
page_1:
display_plugin: page
id: page_1
display_title: Page
position: 1
display_options:
display_extenders: { }
path: promotion/%/coupons
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
tags: { }
uuid: 5a4bf919-5249-4ddd-a7a9-7c9057bd89f7
langcode: en
status: true
dependencies:
module:
- commerce
- commerce_promotion
- commerce_store
- options
- user
_core:
default_config_hash: 0hbJtmePDqfXrQxv4m9mySTe_U2u9ek1en8vCgy3Jrc
id: commerce_promotions
label: Promotions
module: views
description: ''
tag: ''
base_table: commerce_promotion_field_data
base_field: promotion_id
display:
default:
display_plugin: default
id: default
display_title: Default
position: 0
display_options:
access:
type: perm
options:
perm: 'access commerce_promotion 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: 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
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:
name: name
offer__target_plugin_id: offer__target_plugin_id
usage_limit: usage_limit
usage_limit_customer: usage_limit_customer
start_date: start_date
end_date: end_date
operations: operations
info:
name:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
offer__target_plugin_id:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
usage_limit:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
usage_limit_customer:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
start_date:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
end_date:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
operations:
align: ''
separator: ''
empty_column: false
responsive: ''
default: '-1'
empty_table: true
row:
type: fields
fields:
name:
id: name
table: commerce_promotion_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: { }
group_column: value
group_columns:
entity_id: entity_id
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
offer__target_plugin_id:
id: offer__target_plugin_id
table: commerce_promotion_field_data
field: offer__target_plugin_id
relationship: none
group_type: group
admin_label: ''
label: 'Offer 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: entity_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_promotion
entity_field: offer
plugin_id: field
usage_limit:
id: usage_limit
table: commerce_promotion_field_data
field: usage_limit
relationship: none
group_type: group
admin_label: ''
label: Usage
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: commerce_usage_limit
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_promotion
entity_field: usage_limit
plugin_id: field
usage_limit_customer:
id: usage_limit_customer
table: commerce_promotion_field_data
field: usage_limit_customer
relationship: none
group_type: group
admin_label: ''
label: 'Per customer limit'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: commerce_usage_limit
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_promotion
entity_field: usage_limit_customer
plugin_id: field
start_date:
id: start_date
table: commerce_promotion_field_data
field: start_date
relationship: none
group_type: group
admin_label: ''
label: 'Start 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: commerce_store_datetime
settings:
date_format: medium
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_promotion
entity_field: start_date
plugin_id: field
end_date:
id: end_date
table: commerce_promotion_field_data
field: end_date
relationship: none
group_type: group
admin_label: ''
label: 'End 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: commerce_store_datetime
settings:
date_format: medium
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_promotion
entity_field: end_date
plugin_id: field
operations:
id: operations
table: commerce_promotion
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_promotion
plugin_id: entity_operations
filters:
name:
id: name
table: commerce_promotion_field_data
field: name
relationship: none
group_type: group
admin_label: ''
operator: starts
value: ''
group: 1
exposed: true
expose:
operator_id: name_op
label: Name
description: ''
use_operator: false
operator: name_op
operator_limit_selection: false
operator_list: { }
identifier: name
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
store_admin: '0'
api_consumer: '0'
customer_service: '0'
site_admin: '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: commerce_promotion
entity_field: name
plugin_id: string
offer__target_plugin_id:
id: offer__target_plugin_id
table: commerce_promotion_field_data
field: offer__target_plugin_id
relationship: none
group_type: group
admin_label: ''
operator: or
value: { }
group: 1
exposed: true
expose:
operator_id: offer__target_plugin_id_op
label: 'Offer type'
description: ''
use_operator: false
operator: offer__target_plugin_id_op
operator_limit_selection: false
operator_list: { }
identifier: offer__target_plugin_id
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: { }
reduce_duplicates: false
entity_type: commerce_promotion
entity_field: offer
plugin_id: list_field
code:
id: code
table: commerce_promotion_coupon
field: code
relationship: coupons_target_id
group_type: group
admin_label: ''
operator: '='
value: ''
group: 1
exposed: true
expose:
operator_id: code_op
label: 'Coupon code'
description: ''
use_operator: false
operator: code_op
operator_limit_selection: false
operator_list: { }
identifier: code
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
store_admin: '0'
api_consumer: '0'
customer_service: '0'
site_admin: '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: commerce_promotion_coupon
entity_field: code
plugin_id: string
status:
id: status
table: commerce_promotion_field_data
field: status
relationship: none
group_type: group
admin_label: ''
operator: '='
value: All
group: 1
exposed: true
expose:
operator_id: ''
label: Status
description: ''
use_operator: false
operator: status_op
operator_limit_selection: false
operator_list: { }
identifier: status
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
store_admin: '0'
api_consumer: '0'
customer_service: '0'
site_admin: '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_promotion
entity_field: status
plugin_id: boolean
sorts:
status:
id: status
table: commerce_promotion_field_data
field: status
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
field_identifier: status
entity_type: commerce_promotion
entity_field: status
plugin_id: standard
weight:
id: weight
table: commerce_promotion_field_data
field: weight
relationship: none
group_type: group
admin_label: ''
order: ASC
exposed: false
expose:
label: ''
field_identifier: weight
entity_type: commerce_promotion
entity_field: weight
plugin_id: standard
promotion_id:
id: promotion_id
table: commerce_promotion_field_data
field: promotion_id
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
field_identifier: promotion_id
entity_type: commerce_promotion
entity_field: promotion_id
plugin_id: standard
title: Promotions
header: { }
footer: { }
empty:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: false
content:
value: 'There are no promotions yet.'
format: basic_html
plugin_id: text
relationships:
coupons_target_id:
id: coupons_target_id
table: commerce_promotion__coupons
field: coupons_target_id
relationship: none
group_type: group
admin_label: Coupon
required: false
entity_type: commerce_promotion
entity_field: coupons
plugin_id: standard
arguments: { }
display_extenders: { }
use_ajax: false
group_by: true
filter_groups:
operator: AND
groups:
1: AND
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
admin:
display_plugin: page
id: admin
display_title: Page
position: 1
display_options:
display_extenders: { }
path: admin/commerce/promotions/list
menu:
type: 'default tab'
title: List
description: ''
expanded: false
parent: ''
weight: 0
context: '0'
menu_name: main
tab_options:
type: normal
title: List
description: ''
weight: 0
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
uuid: e38798a3-6a1d-42bc-bb3f-c7257954cf5b
langcode: en
status: true
dependencies:
module:
- commerce
- commerce_store
- user
_core:
default_config_hash: oBipN4Qg4xQvLoLKewOAOir49xYtzB-5ylzXaRtfAjg
id: commerce_stores
label: Stores
module: views
description: ''
tag: Commerce
base_table: commerce_store_field_data
base_field: store_id
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
changed: changed
type: type
operations: operations
info:
name:
sortable: true
default_sort_order: asc
changed:
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: ''
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
changed:
id: changed
table: commerce_store_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_store
entity_field: changed
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
operator_limit_selection: false
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
operator_list: { }
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: { }
uuid: 89737dfe-ff50-46ac-ae34-bf7564967388
langcode: en
status: true
dependencies:
module:
- commerce_order
- commerce_price
- options
- state_machine
- user
_core:
default_config_hash: ixfojlMdSpKQCFLyPcNv8yfWcracf58Oxi0O5Kzu_EE
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
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: ''
operator_limit_selection: false
label: ''
description: ''
use_operator: false
operator: ''
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
reduce: false
operator_list: { }
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: { }
uuid: 42eacf55-e6e5-4726-8d6e-08152787e63f
langcode: en
status: true
dependencies:
module:
- commerce_product
id: products
label: Products
module: views
description: ''
tag: ''
base_table: commerce_product_field_data
base_field: product_id
display:
default:
id: default
display_title: Default
display_plugin: default
position: 0
display_options:
title: Products
fields:
title:
id: title
table: commerce_product_field_data
field: title
relationship: none
group_type: group
admin_label: ''
entity_type: null
entity_field: title
plugin_id: field
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
pager:
type: some
options:
offset: 0
items_per_page: 4
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: none
options: { }
cache:
type: tag
options: { }
empty: { }
sorts: { }
arguments: { }
filters:
status:
id: status
table: commerce_product_field_data
field: status
entity_type: commerce_product
entity_field: status
plugin_id: boolean
value: '1'
group: 1
expose:
operator: ''
operator_limit_selection: false
operator_list: { }
style:
type: grid
row:
type: 'entity:commerce_product'
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
relationships: { }
header: { }
footer: { }
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
tags: { }
block_1:
id: block_1
display_title: Block
display_plugin: block
position: 1
display_options:
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
tags: { }
uuid: 6ab20cc4-f50b-4653-92f4-3bc4d7b3be1a
langcode: en
status: true
dependencies:
module:
- profile
_core:
default_config_hash: iDeLvK90ucO3Qc2NIH8ot0W1saUd7U_XThA3P1QvuMs
id: profiles
label: Profiles
module: views
description: ''
tag: ''
base_table: profile
base_field: profile_id
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: grid
options:
grouping: { }
columns: 4
automatic_width: true
alignment: horizontal
col_class_default: true
col_class_custom: ''
row_class_default: true
row_class_custom: ''
row:
type: fields
options:
inline: { }
separator: ''
hide_empty: false
default_field_elements: true
fields:
rendered_entity:
id: rendered_entity
table: profile
field: rendered_entity
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
view_mode: default
entity_type: profile
plugin_id: rendered_entity
operations:
id: operations
table: profile
field: operations
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
destination: true
entity_type: profile
plugin_id: entity_operations
filters: { }
sorts:
is_default:
id: is_default
table: profile
field: is_default
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
field_identifier: is_default
entity_type: profile
entity_field: is_default
plugin_id: standard
profile_id:
id: profile_id
table: profile
field: profile_id
relationship: none
group_type: group
admin_label: ''
order: DESC
exposed: false
expose:
label: ''
field_identifier: profile_id
entity_type: profile
entity_field: profile_id
plugin_id: standard
header: { }
footer: { }
empty:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: false
content:
value: 'There are no profiles yet.'
format: basic_html
plugin_id: text
relationships: { }
arguments:
uid:
id: uid
table: profile
field: uid
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: user
default_argument_options:
user: false
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: profile
entity_field: uid
plugin_id: numeric
type:
id: type
table: profile
field: type
relationship: none
group_type: group
admin_label: ''
default_action: ignore
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: 'entity:profile_type'
fail: 'not found'
validate_options: { }
glossary: false
limit: 0
case: none
path_case: none
transform_dash: false
break_phrase: false
entity_type: profile
entity_field: type
plugin_id: string
status:
id: status
table: profile
field: status
relationship: none
group_type: group
admin_label: ''
default_action: ignore
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: profile
entity_field: status
plugin_id: numeric
display_extenders: { }
title: Profiles
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
- url
tags: { }
user_page:
display_plugin: embed
id: user_page
display_title: 'User page'
position: 1
display_options:
display_extenders: { }
display_description: ''
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
- url
tags: { }
...@@ -18,7 +18,7 @@ base_field: search_api_id ...@@ -18,7 +18,7 @@ base_field: search_api_id
display: display:
default: default:
id: default id: default
display_title: Master display_title: Основной
display_plugin: default display_plugin: default
position: 0 position: 0
display_options: display_options:
......
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
* Main file for hooks and custom functions. * Main file for hooks and custom functions.
*/ */
use Drupal\Core\Ajax\AlertCommand;
use Drupal\Core\Access\AccessResult; use Drupal\Core\Access\AccessResult;
use Drupal\Core\Ajax\AjaxResponse;
use Drupal\Core\Cache\CacheableMetadata; use Drupal\Core\Cache\CacheableMetadata;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\EntityInterface;
...@@ -64,12 +66,32 @@ function mymodule_form_contact_message_feedback_form_alter(&$form, \Drupal\Core\ ...@@ -64,12 +66,32 @@ function mymodule_form_contact_message_feedback_form_alter(&$form, \Drupal\Core\
} }
} }
function ajaxCallback($form, $form_state) {
$response = new AjaxResponse();
#$response->addCommand(new AlertCommand('Hello'));
return $response;
}
/** /**
* Implements hook_form_alter(). * Implements hook_form_alter().
*/ */
function mymodule_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) { function mymodule_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) {
$user = Drupal::currentUser(); $user = Drupal::currentUser();
$str = 'commerce_order_item_add_to_cart_form_commerce_product';
if (strripos($form_id, $str) === 0) {
$form['#attributes']['class'][] = 'test';
$form['actions']['submit'] = array(
'#type' => 'submit',
'#value' => 'Добавить в корзину',
'#ajax' => [
'callback' => 'ajaxCallback',
'event' => 'click',
],
);
}
if ($form_id == 'views_exposed_form' and $form['#id'] == 'views-exposed-form-index-films-page-1') { if ($form_id == 'views_exposed_form' and $form['#id'] == 'views-exposed-form-index-films-page-1') {
$form["actions"]["reset"]["#access"] = true; $form["actions"]["reset"]["#access"] = true;
} }
......
...@@ -66,7 +66,7 @@ class AjaxForm extends FormBase { ...@@ -66,7 +66,7 @@ class AjaxForm extends FormBase {
'#type' => 'submit', '#type' => 'submit',
'#value' => 'Click', '#value' => 'Click',
'#ajax' => [ '#ajax' => [
'callback' => [$this, 'alert'], 'callback' => '::alert',
'event' => 'click', 'event' => 'click',
], ],
); );
......
<?php
namespace Drupal\mymodule\Form;
use Drupal\Core\Ajax\AjaxResponse;
use Drupal\Core\Ajax\AlertCommand;
use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;
class TestForm extends FormBase {
public function getFormId() {
return 'mymodule_test_form';
}
public function buildForm(array $form, FormStateInterface $form_state, $product = NULL) {
$variations = $product->getVariations();
foreach ($variations as $variation) {
$var = $variation->getAttributeValueIds();
$text = $text . $var["attribute_size"] . ' ';
}
$form['title'] = [
'#type' => 'item',
'#markup' => $product->getTitle() . $text,
];
$form['actions']['#type'] = 'actions';
$form['actions']['submit'] = array(
'#type' => 'submit',
'#value' => $this->t('Click'),
'#button_type' => 'primary',
'#ajax' => [
'callback' => [$this, 'alert'],
'event' => 'click',
],
);
return $form;
}
public function SubmitForm(array &$form, FormStateInterface $form_state) {
}
public function alert($form, $form_state) {
$response = new AjaxResponse();
$response->addCommand(new AlertCommand('Hello'));
return $response;
}
}
...@@ -22,7 +22,8 @@ class ContextDefinition extends BlockBase { ...@@ -22,7 +22,8 @@ class ContextDefinition extends BlockBase {
public function build() { public function build() {
$node = $this->getContextValue('node'); $node = $this->getContextValue('node');
$term = $this->getContextValue('term'); $term = $this->getContextValue('term');
$build = ['#markup' => 'Hello, From mymodule/Block'];
if (!empty($node) and !empty($term)) {
empty($node) ? $entiy = $term : $entiy = $node; empty($node) ? $entiy = $term : $entiy = $node;
empty($node) ? $entiy_type_id = 'taxonomy_term' : $entiy_type_id = 'node'; empty($node) ? $entiy_type_id = 'taxonomy_term' : $entiy_type_id = 'node';
$build = \Drupal::entityTypeManager()->getViewBuilder($entiy_type_id)->view($entiy, 'teaser'); $build = \Drupal::entityTypeManager()->getViewBuilder($entiy_type_id)->view($entiy, 'teaser');
...@@ -30,7 +31,7 @@ class ContextDefinition extends BlockBase { ...@@ -30,7 +31,7 @@ class ContextDefinition extends BlockBase {
foreach ($tags as $tag) { foreach ($tags as $tag) {
$build['#cache']['tags'][] = $tag; $build['#cache']['tags'][] = $tag;
} }
}
return $build; return $build;
} }
......
<?php
namespace Drupal\mymodule\Plugin\Block;
use Drupal\Core\Ajax\AjaxResponse;
use Drupal\Core\Ajax\AlertCommand;
use Drupal\Core\Block\BlockBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\mymodule\Form\TestForm;
/**
* Provides
*
* @Block(
* id = "mymodule_products_suggest",
* admin_label = @Translation("Products"),
* context_definitions = {
* "node" = @ContextDefinition("entity:node", required = FALSE, label = @Translation("Node")),
* }
* )
*/
class ProductsSuggest extends BlockBase {
/**
* {@inheritdoc}
*/
public function build() {
$node = $this->getContextValue('node');
$node_id = $node->id();
$products = \Drupal::entityTypeManager()
->getStorage('commerce_product')
->loadByProperties(['field_node' => $node_id]);
foreach ($products as $product) {
$test = \Drupal::entityTypeManager()
->getViewBuilder('commerce_product')
->view($product, 'cart');
$label = $product->label();
$variations = $product->getVariations();
unset($options);
foreach ($variations as $variation) {
if (empty($price)) {
$price = $variation->getPrice();
}
$attribute = $variation->getAttributeValue('attribute_size');
$options[] = $attribute->label();
}
$build[$label]['card'] = [
'#type' => 'container',
'#attributes' => [
'class' => ['card']
]
];
$build[$label]['card']['title'] = [
'#type' => 'html_tag',
'#tag' => 'h2',
'#value' => $label,
'#attributes' => [
'class' => ['card_title']
]
];
$build[$label]['card']['price'] = [
'#type' => 'html_tag',
'#tag' => 'p',
'#value' => $price,
'#attributes' => [
'class' => ['card_price']
]
];
$build[$label]['card']['form'] = [
'#type' => 'form',
'#attributes' => [
'action' => '#'
]
];
$build[$label]['card']['form']['size'] = [
'#type' => 'select',
'#title' => 'Size',
'#options' => $options,
];
$build[$label]['card']['form']['button'] = [
'#type' => 'submit',
'#value' => 'Добавить в корзину',
'#ajax' => [
'callback' => '::changePrice',
'event' => 'click',
],
];
}
empty($products) ? $build = ['#markup' => 'Ничего не найдено'] : '';
return $build;
}
public function changePrice() {
$response = new AjaxResponse();
$response->addCommand(new AlertCommand('Hello'));
return $response;
}
}
...@@ -2,6 +2,11 @@ framework: ...@@ -2,6 +2,11 @@ framework:
css: css:
theme: theme:
css/style.css: {} css/style.css: {}
js:
js/addCart.js: {}
dependencies:
- core/jquery
- core/jquery.once
# Uncomment for LESS source JavaScript files. # Uncomment for LESS source JavaScript files.
# js: # js:
......
(function ($) {
Drupal.behaviors.addCartBehavior = {
attach: function (context, settings) {
$(context).find('.custom-drupal-mymodule').once('hello').on("click", function () {
$.ajax({
url: 'http://project.loc/cart?_format=json',
method: 'get',
dataType: 'html',
headers: {'Content-type': 'application/json'},
data: {text: 'Текст'},
success: function(data){
alert(data);
}
});
})
}
};
})(jQuery);
{% extends "input.html.twig" %}
{#
/**
* @file
* Theme suggestion for "button" input form element.
*
* Available variables:
* - attributes: A list of HTML attributes for the input element.
* - children: Optional additional rendered elements.
* - icon: An icon.
* - icon_only: Flag to display only the icon and not the label.
* - icon_position: Where an icon should be displayed.
* - label: button label.
* - prefix: Markup to display before the input element.
* - suffix: Markup to display after the input element.
* - type: The type of input.
*
* @ingroup templates
*
* @see \Drupal\bootstrap\Plugin\Preprocess\InputButton
* @see \Drupal\bootstrap\Plugin\Preprocess\Input
* @see template_preprocess_input()
*/
#}
{% spaceless %}
{%
set classes = [
'btn',
type == 'submit' ? 'js-form-submit',
icon and icon_position and not icon_only ? 'icon-' ~ icon_position,
]
%}
{% block input %}
{% if icon and icon_only %}
<button{{ attributes.addClass(classes, 'icon-only') }}>
<span class="sr-only">{{ label }}</span>
{{ icon }}
</button>
{% else %}
{% if icon_position == 'after' %}
<button{{ attributes.addClass(classes) }}>{{ label }}{{ icon }}</button>{{ children }}
{% else %}
<button{{ attributes.addClass(classes) }}>{{ icon }}{{ label }}</button>{{ children }}
{% endif %}
{% endif %}
{{ children }}
{% endblock %}
{% endspaceless %}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment