Commit c745654e authored by Sergey Shadrin's avatar Sergey Shadrin

[#124455] Update

- Updated modules to latest versions
- Updated configs
parent 529e1209
...@@ -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": "652dbfc5144f4c3ede591832de5206e9", "content-hash": "1b7fc17f9a4f3764a629c4703db46d67",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
...@@ -4176,27 +4176,27 @@ ...@@ -4176,27 +4176,27 @@
}, },
{ {
"name": "drupal/module_filter", "name": "drupal/module_filter",
"version": "5.0.0", "version": "5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/module_filter.git", "url": "https://git.drupalcode.org/project/module_filter.git",
"reference": "5.0.0" "reference": "5.0.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/module_filter-5.0.0.zip", "url": "https://ftp.drupal.org/files/projects/module_filter-5.0.1.zip",
"reference": "5.0.0", "reference": "5.0.1",
"shasum": "7df861654753a3eab9c392c7b25b914ea5ce90d8" "shasum": "e9686c142a2caf6f8f8c72f7e271f3a963356c15"
}, },
"require": { "require": {
"drupal/core": "^10 || ^11", "drupal/core": "^10 || ^11",
"drupal/jquery_ui_autocomplete": "^2.0" "drupal/jquery_ui_autocomplete": "^2.1"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "5.0.0", "version": "5.0.1",
"datestamp": "1711984385", "datestamp": "1718638834",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
......
entity_embed @ 26c49f93
Subproject commit f41e8a4662dfa9dfc1e7c7bd20a7173f9a231352 Subproject commit 26c49f93c8708ee7e98b0d6ac59e494360bf6cdb
...@@ -50,7 +50,6 @@ include: ...@@ -50,7 +50,6 @@ include:
################ ################
variables: variables:
OPT_IN_TEST_PREVIOUS_MINOR: 1
OPT_IN_TEST_NEXT_MINOR: 1 OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_NEXT_MAJOR: 0 OPT_IN_TEST_NEXT_MAJOR: 0
OPT_IN_TEST_MAX_PHP: 0 OPT_IN_TEST_MAX_PHP: 0
......
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
"source": "https://git.drupalcode.org/project/module_filter" "source": "https://git.drupalcode.org/project/module_filter"
}, },
"require": { "require": {
"drupal/jquery_ui_autocomplete": "^2.0" "drupal/jquery_ui_autocomplete": "^2.1"
} }
} }
...@@ -17,9 +17,6 @@ ...@@ -17,9 +17,6 @@
const selector = 'tbody tr'; const selector = 'tbody tr';
let lastModuleItem; let lastModuleItem;
// Move location of filter input to before the permissions table.
$(wrapperId).parent().prepend($input.closest('.table-filter'));
$input.winnow(`${wrapperId} ${selector}`, { $input.winnow(`${wrapperId} ${selector}`, {
// Match on module name or permission text. // Match on module name or permission text.
textSelector: 'td.module, div.permission', textSelector: 'td.module, div.permission',
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
- drupal:system - drupal:system
- jquery_ui_autocomplete:jquery_ui_autocomplete - jquery_ui_autocomplete:jquery_ui_autocomplete
# Information added by Drupal.org packaging script on 2024-04-01 # Information added by Drupal.org packaging script on 2024-06-17
version: '5.0.0' version: '5.0.1'
project: 'module_filter' project: 'module_filter'
datestamp: 1711984387 datestamp: 1718638835
...@@ -27,3 +27,10 @@ function module_filter_uninstall(): void { ...@@ -27,3 +27,10 @@ function module_filter_uninstall(): void {
function module_filter_update_last_removed(): int { function module_filter_update_last_removed(): int {
return 9403; return 9403;
} }
/**
* Enable jQuery UI Autocomplete module.
*/
function module_filter_update_9403(): void {
\Drupal::service('module_installer')->install(['jquery_ui_autocomplete']);
}
...@@ -5,7 +5,7 @@ package: Testing ...@@ -5,7 +5,7 @@ package: Testing
dependencies: dependencies:
- module_filter:module_filter - module_filter:module_filter
# Information added by Drupal.org packaging script on 2024-04-01 # Information added by Drupal.org packaging script on 2024-06-17
version: '5.0.0' version: '5.0.1'
project: 'module_filter' project: 'module_filter'
datestamp: 1711984387 datestamp: 1718638835
...@@ -5,7 +5,7 @@ package: Testing ...@@ -5,7 +5,7 @@ package: Testing
dependencies: dependencies:
- module_filter:module_filter - module_filter:module_filter
# Information added by Drupal.org packaging script on 2024-04-01 # Information added by Drupal.org packaging script on 2024-06-17
version: '5.0.0' version: '5.0.1'
project: 'module_filter' project: 'module_filter'
datestamp: 1711984387 datestamp: 1718638835
...@@ -5,7 +5,7 @@ package: Testing ...@@ -5,7 +5,7 @@ package: Testing
dependencies: dependencies:
- module_filter:module_filter - module_filter:module_filter
# Information added by Drupal.org packaging script on 2024-04-01 # Information added by Drupal.org packaging script on 2024-06-17
version: '5.0.0' version: '5.0.1'
project: 'module_filter' project: 'module_filter'
datestamp: 1711984387 datestamp: 1718638835
...@@ -23,8 +23,20 @@ class ModuleFilterJavascriptInstallPageTest extends ModuleFilterJavascriptTestBa ...@@ -23,8 +23,20 @@ class ModuleFilterJavascriptInstallPageTest extends ModuleFilterJavascriptTestBa
$this->drupalLogin($this->adminUser); $this->drupalLogin($this->adminUser);
$this->drupalGet('admin/modules'); $this->drupalGet('admin/modules');
$page = $this->getSession()->getPage(); $page = $this->getSession()->getPage();
$page->clickLink('Testing');
// Check that module_filter is under Recently Enabled.
$page->clickLink('Recently enabled');
$assert->pageTextContains('Module Filter');
// Install a module from Newly Available tab.
$page->clickLink('Newly available');
$this->submitForm(['edit-modules-announcements-feed-enable' => TRUE], 'Install');
// Verify Announcements appears under Recently Enabled.
$page->clickLink('Recently enabled');
$assert->pageTextContains('Announcements');
$page->clickLink('Testing');
// Verify that all the modules used in this test are displayed by default. // Verify that all the modules used in this test are displayed by default.
$assert->pageTextContains('Roses'); $assert->pageTextContains('Roses');
$assert->pageTextContains('Banana'); $assert->pageTextContains('Banana');
......
_core: _core:
default_config_hash: T0vjNJxlKgvHM_1uzsys1CPuSjB6pUD2a7ycBlXh8sQ default_config_hash: L7GhU8faCdxOtLsxv5L6YE2kFrwTPhD-3P5a9JtCENw
langcode: ru langcode: ru
menu_depth: 4 menu_depth: 4
_core: _core:
default_config_hash: EHzzJZShqKKODR_mOTQ7A0UmJshMN6aHEeC0FJkGodw default_config_hash: Ef9_0gGaYut3qcwFjYdbYiO9Ou728JVKdFwa2brTxHM
langcode: ru langcode: ru
max_bundle_number: 20 max_bundle_number: 20
hoverintent_functionality: true hoverintent_functionality: true
......
_core: _core:
default_config_hash: 2yI_tjnqNU4pUP2dd-ZPBUM_ziQ0u168FfzG7FcgxNc default_config_hash: hf14ISgc2C2mZtZWJF3KiHq3h-AQWmRHXjIfCcYSdbI
langcode: ru langcode: ru
interval: 10800 interval: 10800
_core: _core:
default_config_hash: yEkPQJxhFR8UQBJbfxxc-EsZ9oWD8zk9tFNWek6GipM default_config_hash: p-5IOyPxLOEpfEHjMbzoF5V-GSUy4hEm2188c_Xi1Ts
admin_css: true admin_css: true
responsive_image: false
one_pixel: true one_pixel: true
blazy: blazy:
loadInvisible: false loadInvisible: false
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: NOD47KB_pdwK1BTbSuaEMW7jXveO472WRS0_EAV6aTU default_config_hash: koD9aGqFwssdUXGKzP9B4Vvc-eHB41HZva-SK1dld2I
id: bartik_account_menu id: bartik_account_menu
theme: bartik theme: bartik
region: secondary_menu region: secondary_menu
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: maMLk84khzNmQchxUVnpD45va3mkEJLwqvNwi_usOxI default_config_hash: Qb234iVBsFg_ZWyFiF0wUj9vVsme7qhyMto5V1Ff9OM
id: bartik_branding id: bartik_branding
theme: bartik theme: bartik
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: GtpejcbbXgIUhsM2HofftMH-phTSOCvBYkqoyPUM6Ao default_config_hash: KTBGask6FUdgFTMkTsOshUU84Fcxmnl0deerwcZDjdo
id: bartik_breadcrumbs id: bartik_breadcrumbs
theme: bartik theme: bartik
region: breadcrumb region: breadcrumb
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: u7mvdRJhYxY9cJhQxlyuCJ4g_tedp1ZU65ZPKzC2H9Y default_config_hash: iiDk3Kn2zfRBdSnV7Kt_BcJJThMFar7zIfIfBLqj12I
id: bartik_content id: bartik_content
theme: bartik theme: bartik
region: content region: content
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: sJFko4ea8TZZD53qdwxFinA-Eiou1kKV4crxPaqDfkw default_config_hash: Ut6jLxezB-57n2tGpQyIGqkLBn64OGMQ9fIS12KKfco
id: bartik_footer id: bartik_footer
theme: bartik theme: bartik
region: footer_fifth region: footer_fifth
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: UKHMOMTtgdsuZTxeh8ZK9TM8xk0OzRCrqF2i0vTEA4U default_config_hash: yL9c4RUf_6aaWpcfD123OJUaZSFTFiKDaMhg-ipWZjc
id: bartik_help id: bartik_help
theme: bartik theme: bartik
region: content region: content
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: bLaFo2FhruJBX6uv1_WD3bsjeAPZTRVIw0Ryt-QUq_o default_config_hash: Mm8oOsLKZDX9bpY4yzxTILT5yU7MhhZ19VFG4ujn9h8
id: bartik_local_actions id: bartik_local_actions
theme: bartik theme: bartik
region: content region: content
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: SJoRzosQQc2zNS8XgJi9flbAcoxyTvCdoS6RcSTokzE default_config_hash: KgSfIJwbis-S79VYBI45OU1kE_KsVpyMKkD1VJygFtA
id: bartik_local_tasks id: bartik_local_tasks
theme: bartik theme: bartik
region: content region: content
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: 1X-AAp5HqU7DM39uyF4EafUccua-5OevH_oF_zhWKQU default_config_hash: AqQKLHjikXRY7r_d45m1pGnU-6Sqms-pjakEmKD552g
id: bartik_main_menu id: bartik_main_menu
theme: bartik theme: bartik
region: primary_menu region: primary_menu
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: YUe8Gp6DSpf88Ejiw7RbyPY5_nOl8PDA2F4sLEZZ7pw default_config_hash: pZs6ynrWlazx2HKfyfH7fENBcD6dQ_1ajDC9-6jH-Yk
id: bartik_messages id: bartik_messages
theme: bartik theme: bartik
region: highlighted region: highlighted
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: r2uA29IkqN_CQ8wISA5dldjkNPh1dTn7pnLcYYD17C8 default_config_hash: kHac321ZAlXqSXVAOIAQK_sg4qQMvvxRmXepjqFy_I0
id: bartik_page_title id: bartik_page_title
theme: bartik theme: bartik
region: content region: content
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: pslZ8QBpCJ1mY4kkrMNO2dvA10mIqtMR37WzWHXx9HU default_config_hash: QKXsCiqcqZu_ccWclBlM-GODltU83tjUBpNF_ETt0bg
id: bartik_search id: bartik_search
theme: bartik theme: bartik
region: sidebar_first region: sidebar_first
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- bartik - bartik
_core: _core:
default_config_hash: 6B15adoprVFuPBgM4kj0r7rSel901wO26wHGJoHgbUg default_config_hash: KfS0HExm1IHhR3NlntA41leAHcIwuS6MrhrFg9kc7vc
id: bartik_tools id: bartik_tools
theme: bartik theme: bartik
region: sidebar_first region: sidebar_first
......
uuid: e9c6c745-15dd-4690-8e15-e1b3664c407f uuid: 018693fc-6933-4aca-b5db-5dc104b10768
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: iQ6iqyfTesvAdPWqmtFBBNpKaz6hEfru7yDn4OYl0t0 default_config_hash: 0X-vk7Iib7ltTWiPi5WJwHPw6sxRjUL5DP0AdHagWMs
id: bootstrap_account_menu id: bootstrap_account_menu
theme: bootstrap theme: bootstrap
region: navigation_collapsible region: navigation_collapsible
......
uuid: 0e3619f4-1168-4803-a7ff-68e526eb4609 uuid: 56244ca4-d162-4d0c-a793-786c3519f621
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: h4OLZSghInL8ABASvBsoeyjImDra9FKWD7XBzLbl1pM default_config_hash: hxNVXjljN3SYfO7T_7SyBmWkdqk3LLu1oihzT3MIzmU
id: bootstrap_branding id: bootstrap_branding
theme: bootstrap theme: bootstrap
region: navigation region: navigation
......
uuid: 8f578ec3-38f5-41fe-a9b1-0cb074973a5a uuid: b53b766f-990f-4c2c-b58e-bb66c2aae106
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: oOFWY2fbYmF-eGkpnA_BP2qSDXF9iwmmksoAVZop2ls default_config_hash: 1gt6KJEoT5mzOLa3TKYR_TQ8CbNe1bazUB3tfsAushQ
id: bootstrap_breadcrumbs id: bootstrap_breadcrumbs
theme: bootstrap theme: bootstrap
region: header region: header
......
uuid: 4f37a80e-3285-4516-ba2e-59eeef16b6ea uuid: fa0c08d6-7440-475f-af40-0b4baa4aabc8
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: '-pfckgj3VoWRSrSbiQN1fP-uo-TUQ0m6LhdWYYjorsg' default_config_hash: mgZar87_almLecyLNEyn4zxAlNX3v4BRpmhGZP15dN4
id: bootstrap_content id: bootstrap_content
theme: bootstrap theme: bootstrap
region: content region: content
......
uuid: baf15866-4338-482f-bf8b-eade0452a816 uuid: caa798b9-c9cc-4946-ab24-9ce08d8b9942
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: gjVz_BwgvE2bRaQFHLAzWxWNq9Y39Qxiaxx67yVIOm4 default_config_hash: fETn6WmgW0i-d7aXMzAZimqzxgSbquY-J3M_atzMffs
id: bootstrap_footer id: bootstrap_footer
theme: bootstrap theme: bootstrap
region: footer region: footer
......
uuid: f3dd92e7-4c52-442c-9d44-0fcf45067676 uuid: 1aab6c1d-cc64-4101-886c-87f0b93af0c5
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: jGkgjo97tGd_2XjAeodQkx3QApRe5d3FoIYl5gmpsss default_config_hash: 1XFHIFh6o6_i591BBthASVp0pHzbBEKleOL150YskZA
id: bootstrap_help id: bootstrap_help
theme: bootstrap theme: bootstrap
region: help region: help
......
uuid: 868709db-41c1-4746-8c83-ff803b5ac5ce uuid: 6b5bcbaa-1e2d-4b83-ad65-f880d6913993
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: wSJqQusvVHfAZMrCvxQC5y0Jdgryza2RotHGGxpmIpg default_config_hash: A_W0JQ06_bfDm2ZeqZeSokMehRoQjrK9WzUqqMaKVHc
id: bootstrap_local_actions id: bootstrap_local_actions
theme: bootstrap theme: bootstrap
region: header region: header
......
uuid: ca50ee06-e9f1-46df-8676-fe3e50cb9692 uuid: 93592d3c-2fc7-4b8b-8b84-9b474fac295b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: cFz5hlQA1Niy0cJRBaEH13Y4SZirC9lGe7Gmu063ROY default_config_hash: CjBxhHwFuagocvL5I7B1HsCjnDqwBJNesJQbfhIPLok
id: bootstrap_local_tasks id: bootstrap_local_tasks
theme: bootstrap theme: bootstrap
region: header region: header
......
uuid: 0b116b1c-37dd-4185-b41f-2ae06e2f9838 uuid: d0433635-1b22-4502-94a8-81c39a5a813a
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: V7nhd_O8vfFUFq3vVMv6SI3v95OmnH5N9y9DQnbTswU default_config_hash: tLZ3GHnr_wbSHBdKlmGqi6RzDntMYaDriYBfyZhcRHk
id: bootstrap_main_menu id: bootstrap_main_menu
theme: bootstrap theme: bootstrap
region: navigation_collapsible region: navigation_collapsible
......
uuid: 8f13d627-8151-43cc-b77b-da5abfb9b07e uuid: 046cd347-605a-4633-b71c-a93437198590
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: A6mEEmRiweJmlb15gMRxw_et0V2NPqX7kc4B5fb7Vg0 default_config_hash: QLayDVsd5yS_jdtP5JlUsx7zU2q8tkCciRpGv9ihZUU
id: bootstrap_messages id: bootstrap_messages
theme: bootstrap theme: bootstrap
region: header region: header
......
uuid: ebd18c27-864a-48a1-814f-3e193937a36e uuid: 8e11b969-a9cb-4756-9a4d-0ca1fb17e6a7
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: NkxsDSw_Qm0reiHclaBA3qP8rbXfjXE7yAsVXAHOJHQ default_config_hash: zzxGPxb0I84X0bpRj9Vpqw-dfejE5vu8ovKGpwBSa0U
id: bootstrap_page_title id: bootstrap_page_title
theme: bootstrap theme: bootstrap
region: header region: header
......
uuid: f1a3f13b-cb38-4592-952a-2def1fcbd91d uuid: 11ddb0dd-7375-4f53-a005-1e7d35c4cb66
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: s_UqVl6WSwjzj1PjG5Sxl6vREN8vhq8kpIzl8dnuXNU default_config_hash: uGgwt-l3Gkw9ddZboC1RAJOFuBYMh60oEseZD40KrjM
id: bootstrap_powered id: bootstrap_powered
theme: bootstrap theme: bootstrap
region: footer region: footer
......
uuid: 211bee69-97ab-423f-8d51-b9e61a958c07 uuid: 8696e1d4-03fb-4cbc-b411-7232ad62464a
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: _d2UMfR0qGsf6M532FF6EJ1f_mj0vKKvi1cgvT3wipo default_config_hash: Lum5YZA3Mr94fuVqShjJahWu8NbCMyxNQfuM1taJszk
id: bootstrap_search id: bootstrap_search
theme: bootstrap theme: bootstrap
region: sidebar_second region: sidebar_second
......
uuid: d9901b72-d13e-4f3a-b41c-ee9888d84a66 uuid: 1a2d29d9-03c4-44ea-8967-43ca088ac42e
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- bootstrap - bootstrap
_core: _core:
default_config_hash: KpSH4UGU4WEjSqs79QBcPuxduk9ltGbZJbr4ytD2lZ0 default_config_hash: e4rH_KHCg5qpZkERDytYl0_hVQrXS_VvQ8NdKf9ZjTM
id: bootstrap_tools id: bootstrap_tools
theme: bootstrap theme: bootstrap
region: sidebar_second region: sidebar_second
......
uuid: fea77f1b-bb64-4fce-8a79-b507dfe532dc uuid: 71f2b13f-320d-4a1b-9b34-55943f30c838
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- claro - claro
_core: _core:
default_config_hash: aKLaNuWrKBjB9NPEQo4Hl9aBDFp8JiK-fNCIapQwkks default_config_hash: NjcxOBrPOiK5-38t56DwFBDVY4yer7YSlbRWXFuHe7A
id: claro_breadcrumbs id: claro_breadcrumbs
theme: claro theme: claro
region: breadcrumb region: breadcrumb
......
uuid: 443ac8a5-4b22-4469-b990-b4e602f86e24 uuid: fe27653b-734d-461a-8feb-49656122e941
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- claro - claro
_core: _core:
default_config_hash: OIU7UNeX2eQi73dZ-SrV3egeT6Q6XvhvW6zDkQCG7Nk default_config_hash: nEWdOKvyRU5IuaLm6i2zpTmZuQrNDqcbRoIin5u0EuY
id: claro_content id: claro_content
theme: claro theme: claro
region: content region: content
......
uuid: b0120a8a-2179-4e56-81bf-68cef8769d35 uuid: eb644373-48a1-4e17-9bcb-32b8970f3467
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- claro - claro
_core: _core:
default_config_hash: dhLkJw80ZkKuf7iJiWaOFzxulOxSwVnyFtTy0EPYV8M default_config_hash: BuCSFwUf04_IAnkdLfQsKeIlFC_Xe1NM02pFMlBOKFI
id: claro_help id: claro_help
theme: claro theme: claro
region: help region: help
......
langcode: ru
status: true
dependencies:
module:
- search
- system
theme:
- claro
enforced:
config:
- search.page.help_search
id: claro_help_search
theme: claro
region: help
weight: -4
provider: null
plugin: search_form_block
settings:
id: search_form_block
label: 'Search help'
label_display: visible
provider: search
page_id: help_search
visibility:
request_path:
id: request_path
negate: false
context_mapping: { }
pages: /admin/help
uuid: b6def0a1-5d62-40e9-b31b-01599e13b5e5 uuid: 0c0d3327-24b0-420c-8048-1387a51d25d6
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
theme: theme:
- claro - claro
_core: _core:
default_config_hash: qS_5Q5bTCec_Jqrby_75F9V8eVq_t6UPHLM4pfsiFYo default_config_hash: qUJx7hQXI_oO32dTpdwm9bTjxwZ2tWU1heu_GWRBluo
id: claro_local_actions id: claro_local_actions
theme: claro theme: claro
region: content region: content
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- claro - claro
_core: _core:
default_config_hash: KDaOKOCcHFKvLIqahvYU4ZP4gavthoIU7s9U5YGEFa4 default_config_hash: rgpLj_IA9PcH2w39lv6VeNHrLxhcaKcBlkhBetQDFuM
id: claro_login id: claro_login
theme: claro theme: claro
region: content region: content
......
uuid: 73b43e40-ba87-49fc-8fae-67ac7896402a uuid: 08266e4f-4ec8-4ec4-84c5-b92fcb388705
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- claro - claro
_core: _core:
default_config_hash: WPQnd9gOMSf6qlvE4pGUrTpzwcXI-Lk8qDFU5rScqYg default_config_hash: MLiBYnsNu5IMmpeXRvDcutWP1gT_tuoghIENunuvAfY
id: claro_messages id: claro_messages
theme: claro theme: claro
region: highlighted region: highlighted
......
uuid: 9bcee6cf-1a5a-4190-bc16-32c176f122c4 uuid: 8aa8a400-824f-4285-8f9f-e20205540ab4
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
theme: theme:
- claro - claro
_core: _core:
default_config_hash: 6UOrAasI8-RaULL4NoAG_0pKhLlsj-ZTKsV_rikBEXM default_config_hash: '-mokDGix_jx5SOO0XucGdXA3jGLvz70rdhXWNZP-ioc'
id: claro_page_title id: claro_page_title
theme: claro theme: claro
region: header region: header
......
uuid: e338679c-70bd-4cbe-9afd-ec13bb509760 uuid: 7a738117-34cc-4a12-9667-0d2ecd180131
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
theme: theme:
- claro - claro
_core: _core:
default_config_hash: 04-UinZp4W2_ws9STn0kiquDBHSYSHMz-SWMw4zukws default_config_hash: YEyQKckYva5LCMNmKuowN3ABE7TtoUcoEkdB9Takq8A
id: claro_primary_local_tasks id: claro_primary_local_tasks
theme: claro theme: claro
region: header region: header
......
uuid: d6ccd2a0-9a5f-4185-978a-38448ed7ee0f uuid: b4d7f7c7-a3a8-4ca2-ac20-e91d93546a0d
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
theme: theme:
- claro - claro
_core: _core:
default_config_hash: zst3QTwrcICxklf7i0kGYn6PmEVbAjKVKHqA2CrGZ2k default_config_hash: apB9xeHmrqlwAAYlXZ4fVfvaxEKexxeL1qMmapT8xdo
id: claro_secondary_local_tasks id: claro_secondary_local_tasks
theme: claro theme: claro
region: pre_content region: pre_content
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: ZgPKi0LXr-M7gXPSrFvj1FIAc4tJ88pmrdbt5Q9w-t0 default_config_hash: D8oG6WCw7pNU-bxG0A37wgoCk-EO0Uy6LmSnnMDQu3I
id: classy_account_menu id: classy_account_menu
theme: classy theme: classy
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: Cf7kZAP1Aod0KTX3RTT94jbwXJFWxAHKXm1tf8Bg6qI default_config_hash: rKw5o1Ff3XKP-Gq28aVsZe9QUxQ7LOuOLFoxDFo1vfI
id: classy_branding id: classy_branding
theme: classy theme: classy
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: yYPm4RFULyUoSwxuR2RbwSMeHnKfxYbQB5JHkiFyJJA default_config_hash: ItZ0dnIMLMbW37AZ0S79_S9W1nygu-ZU6uX_Uf8vvwA
id: classy_breadcrumbs id: classy_breadcrumbs
theme: classy theme: classy
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: t84ZnkzLKwpRi6RFvaVI6kP8WW8uLvq6LNLq_aj3oPc default_config_hash: NqMmJtQcNWqNSNU0qR1C679eEqnNJ02oZEmHAEPg7cs
id: classy_content id: classy_content
theme: classy theme: classy
region: content region: content
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: a90O2MeWNU61DFzhtnqMKEOZTc3QirxU1Qed6Q8jYMY default_config_hash: qZ8wzGVL9zR298_BfjiwkdB2acJJg0wj8Pd0iVaQE7I
id: classy_footer id: classy_footer
theme: classy theme: classy
region: footer region: footer
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: a9cn710m5UxcSY2n0tX1weawKrlrMw4qW2JPttRy_8M default_config_hash: QKTTvJA5sBDCEDGy2y4BHDuXP1jCblcFRhD8pzZj6sA
id: classy_help id: classy_help
theme: classy theme: classy
region: help region: help
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: lLh4Nvxc-Ev09_8XEBQsieSe2ViSdMJ7gN32ySpV9XU default_config_hash: 0PyrJQt-QXIGdOmscFRuocyJ14WuzVzrw3OR0NcyIO0
id: classy_local_actions id: classy_local_actions
theme: classy theme: classy
region: content region: content
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: G6pIf6WzOPdCpZ24LgPU6W0g55P64YsfPAx0SgWBA28 default_config_hash: H8HrfrP2gWtnj7k7uQwOQT2xrlPClkB59iQ8kye5ezk
id: classy_local_tasks id: classy_local_tasks
theme: classy theme: classy
region: content region: content
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: '-1QuVPlicFT3SdDksoJ4uegEQ6TReXsJ1pBNr8peCOI' default_config_hash: 26153GOb71o7J5BQqiIeoOSgAMyvk27wUA6N_TnTUls
id: classy_main_menu id: classy_main_menu
theme: classy theme: classy
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: RisxqmaBrcbJWZdfRoHrdWI3Ay7SHbPpT-qYrMYfUQQ default_config_hash: k1agOSkNT8WrenhsGj3G9zkYzA8_pA5bgOhjjvLQm1M
id: classy_messages id: classy_messages
theme: classy theme: classy
region: content region: content
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: jIJfaXQgcIhqQV_M9iVbzihnhUmCsKuYoHSqstskfQU default_config_hash: eIiOlEZUeKhZmbPo6AFYvgQWK0HyNrf_FeRpQW3VIz8
id: classy_page_title id: classy_page_title
theme: classy theme: classy
region: content region: content
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: GH93fx8yyoR5mGrvUU0ybFOMxzh67zTjTgFuG_zok80 default_config_hash: iACyrZ27X_zPgEr5wLvQtE8mbiZaoASOrw3ghxt3iSQ
id: classy_search id: classy_search
theme: classy theme: classy
region: sidebar_second region: sidebar_second
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- classy - classy
_core: _core:
default_config_hash: 0KDdMMpTq15ZMKGJNQdv_4FkENlM3SlTwrSOP84SIhg default_config_hash: SR-6fhsmnoe2UqK8bzRL4DMJmCa2FAbAGQXQkYXKye0
id: classy_tools id: classy_tools
theme: classy theme: classy
region: sidebar_second region: sidebar_second
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: ZgPKi0LXr-M7gXPSrFvj1FIAc4tJ88pmrdbt5Q9w-t0 default_config_hash: HGm3j2xEu8FPlh6DhXVnaqcr4mVHi8FUU56HEaQHNt4
id: dar_simple_account_menu id: dar_simple_account_menu
theme: dar_simple theme: dar_simple
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: Cf7kZAP1Aod0KTX3RTT94jbwXJFWxAHKXm1tf8Bg6qI default_config_hash: FtnWYwJufiN3d3f-p4ApAefJuyDi51zzbbsBEjKcetk
id: dar_simple_branding id: dar_simple_branding
theme: dar_simple theme: dar_simple
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: yYPm4RFULyUoSwxuR2RbwSMeHnKfxYbQB5JHkiFyJJA default_config_hash: qcg6l7EgndVUXinhLLEVzU1K_F9OBwYQaCAU6k4EUN4
id: dar_simple_breadcrumbs id: dar_simple_breadcrumbs
theme: dar_simple theme: dar_simple
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: t84ZnkzLKwpRi6RFvaVI6kP8WW8uLvq6LNLq_aj3oPc default_config_hash: 7KphGbei0pZ3GiIFYlG33Q9eLWxNYoR62VNydnBNlRU
id: dar_simple_content id: dar_simple_content
theme: dar_simple theme: dar_simple
region: content region: content
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: a90O2MeWNU61DFzhtnqMKEOZTc3QirxU1Qed6Q8jYMY default_config_hash: h1LtGTHXKpvKeP75QGp3woSNjZABqhYh2KgAs6tHJrQ
id: dar_simple_footer id: dar_simple_footer
theme: dar_simple theme: dar_simple
region: footer region: footer
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: a9cn710m5UxcSY2n0tX1weawKrlrMw4qW2JPttRy_8M default_config_hash: Nz-xLkltFiZX_Q5_G-2jlqVWe_X_esM3GUFlbYkAFvA
id: dar_simple_help id: dar_simple_help
theme: dar_simple theme: dar_simple
region: help region: help
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: lLh4Nvxc-Ev09_8XEBQsieSe2ViSdMJ7gN32ySpV9XU default_config_hash: 3Y3hGvcn5NCn7NRPxAT77xn05Yqpe-31Vrz3qnJFfuY
id: dar_simple_local_actions id: dar_simple_local_actions
theme: dar_simple theme: dar_simple
region: content region: content
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: G6pIf6WzOPdCpZ24LgPU6W0g55P64YsfPAx0SgWBA28 default_config_hash: elkH578d_bFVtjt4Eq6qvkqOVVupwvpvMfKCC1vpFEM
id: dar_simple_local_tasks id: dar_simple_local_tasks
theme: dar_simple theme: dar_simple
region: content region: content
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: '-1QuVPlicFT3SdDksoJ4uegEQ6TReXsJ1pBNr8peCOI' default_config_hash: 6b3KWMmHo2RFvjCG0JPjCCfZ6aaYDGFFSeZ77cKIg5M
id: dar_simple_main_menu id: dar_simple_main_menu
theme: dar_simple theme: dar_simple
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: RisxqmaBrcbJWZdfRoHrdWI3Ay7SHbPpT-qYrMYfUQQ default_config_hash: CfTLHvnOqn1HX6mk1o8CJjRQNtmTPEzb4m4OgNx-fX8
id: dar_simple_messages id: dar_simple_messages
theme: dar_simple theme: dar_simple
region: content region: content
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: jIJfaXQgcIhqQV_M9iVbzihnhUmCsKuYoHSqstskfQU default_config_hash: IbNXrp_XdiyOaCRQYGIkq8dcIArRgiqs0S4EZH37TsY
id: dar_simple_page_title id: dar_simple_page_title
theme: dar_simple theme: dar_simple
region: content region: content
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: GH93fx8yyoR5mGrvUU0ybFOMxzh67zTjTgFuG_zok80 default_config_hash: LTXmBCIuBtJ4v9qfVnGO9uiiQ6TW_eR-ab7D3x08zYQ
id: dar_simple_search id: dar_simple_search
theme: dar_simple theme: dar_simple
region: sidebar_second region: sidebar_second
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- dar_simple - dar_simple
_core: _core:
default_config_hash: 0KDdMMpTq15ZMKGJNQdv_4FkENlM3SlTwrSOP84SIhg default_config_hash: zs8sEh2NhnmjfMzNVLFRDAKMoiGRz_NNiZOHUC177HY
id: dar_simple_tools id: dar_simple_tools
theme: dar_simple theme: dar_simple
region: sidebar_second region: sidebar_second
......
uuid: 5378b3c6-6607-4de5-892d-7b60d74ca5ee
langcode: ru
status: true
dependencies:
config:
- system.menu.account
module:
- system
theme:
- olivero
_core:
default_config_hash: gmxYWWHmgbe0Pnv8y48ZLSLH5mEHejOjAP6RLxUfdzU
id: olivero_account_menu
theme: olivero
region: secondary_menu
weight: -4
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: 1
expand_all_items: false
visibility: { }
uuid: f6638434-4f6d-4cbc-b1c7-ed4279bebb3b
langcode: ru
status: true
dependencies:
module:
- system
theme:
- olivero
_core:
default_config_hash: VhBzWb7lMRtIOg9G7VSw_0uopi-7zXeHq4vXqqV1HFE
id: olivero_breadcrumbs
theme: olivero
region: breadcrumb
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label_display: '0'
provider: system
visibility: { }
uuid: 9dac40d5-42a5-44f9-9a17-ab10322712a6
langcode: ru
status: true
dependencies:
module:
- system
theme:
- olivero
_core:
default_config_hash: erQSEZF2XUjNmgTl0uNRBzmg18ZGXwUcw2FhApoeuHk
id: olivero_content
theme: olivero
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: c8a29141-bdaa-4811-b047-b08ab1291800
langcode: ru
status: true
dependencies:
module:
- help
theme:
- olivero
_core:
default_config_hash: VfPFqqxfkomud5CO8DUijw85QIl9GIxh_nIxLOYESxg
id: olivero_help
theme: olivero
region: content_above
weight: 0
provider: null
plugin: help_block
settings:
id: help_block
label: Help
label_display: '0'
provider: help
visibility: { }
uuid: c7f807e3-773c-430e-a60c-7baab06f2598
langcode: ru
status: true
dependencies:
config:
- system.menu.main
module:
- system
theme:
- olivero
_core:
default_config_hash: KWAiziL39uEzmOJEql_wbUP2RtqGceL3WM2CfxhMelE
id: olivero_main_menu
theme: olivero
region: primary_menu
weight: 0
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: true
visibility: { }
uuid: 9e7512ec-edea-4614-ad3c-4aec1f768f29
langcode: ru
status: true
dependencies:
module:
- system
theme:
- olivero
_core:
default_config_hash: BZ5tpW7H8X4PVGRm3MImTIHd2tN0eF7zOtp4SpRYUA0
id: olivero_messages
theme: olivero
region: highlighted
weight: -5
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Status messages'
label_display: '0'
provider: system
visibility: { }
uuid: c0c647e1-6fb9-4802-a328-34894811a2eb
langcode: ru
status: true
dependencies:
theme:
- olivero
_core:
default_config_hash: 6aOgWsNTXjqrDm98TXSAjP6qd2nCijD1xw45MrnbK-Y
id: olivero_page_title
theme: olivero
region: content_above
weight: -5
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
label_display: '0'
provider: core
visibility: { }
uuid: 9889b3a1-f844-401b-85f8-71927bc77640
langcode: ru
status: true
dependencies:
module:
- system
theme:
- olivero
_core:
default_config_hash: eYL19CLDyinGTWYQfBD1DswWzglEotE_kHnHx3AxTXM
id: olivero_powered
theme: olivero
region: footer_bottom
weight: 0
provider: null
plugin: system_powered_by_block
settings:
id: system_powered_by_block
label: 'Powered by Drupal'
label_display: '0'
provider: system
visibility: { }
uuid: 13833428-6f3b-4c4a-a622-06bd1f3ed86f
langcode: ru
status: true
dependencies:
theme:
- olivero
_core:
default_config_hash: Q9_2whdOj1YIomfvsIfopROW4FT_X5pY0DjdOiOaQ5U
id: olivero_primary_admin_actions
theme: olivero
region: highlighted
weight: -5
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
label_display: '0'
provider: core
visibility: { }
uuid: 0be73326-12be-424e-9d19-8e5bb49cee59
langcode: ru
status: true
dependencies:
theme:
- olivero
_core:
default_config_hash: nGE3EoPQQaQCuqTUtZgw0-KIzmrqdKDzdNQf2JyPUt4
id: olivero_primary_local_tasks
theme: olivero
region: highlighted
weight: -4
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Primary tabs'
label_display: '0'
provider: core
primary: true
secondary: false
visibility: { }
uuid: e04681ac-bee0-4bd1-8743-98a8b8980f81
langcode: ru
status: true
dependencies:
module:
- search
theme:
- olivero
_core:
default_config_hash: yEBET0cqDbk8dkWzaJw-8CKft0961VBflsISoSR6Lj8
id: olivero_search_form_narrow
theme: olivero
region: primary_menu
weight: -4
provider: null
plugin: search_form_block
settings:
id: search_form_block
label: 'Search form (narrow)'
label_display: '0'
provider: search
page_id: ''
visibility: { }
uuid: 6179bfc1-806b-4ada-9e03-60bf44b7a2af
langcode: ru
status: true
dependencies:
module:
- search
theme:
- olivero
_core:
default_config_hash: imMyHD6LYci0gtXq56qr9ZKGHzbEG9uFydrN5EhKtSU
id: olivero_search_form_wide
theme: olivero
region: secondary_menu
weight: -5
provider: null
plugin: search_form_block
settings:
id: search_form_block
label: 'Search form (wide)'
label_display: '0'
provider: search
page_id: ''
visibility: { }
uuid: b21bec2b-515f-4444-a774-461223c3a046
langcode: ru
status: true
dependencies:
theme:
- olivero
_core:
default_config_hash: ydSxdq7R66I8UMC460rOzlfzvlUL4VRbdwc6z9DWaUI
id: olivero_secondary_local_tasks
theme: olivero
region: highlighted
weight: -2
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: 'Secondary tabs'
label_display: '0'
provider: core
primary: false
secondary: true
visibility: { }
uuid: 1f82540e-c6e9-470b-b3f6-7f79f5c9b20b
langcode: ru
status: true
dependencies:
module:
- system
theme:
- olivero
_core:
default_config_hash: n_nlgjggHVfQt2H__zvLOKB2YtjPDbQ5tHijF9LE1aM
id: olivero_site_branding
theme: olivero
region: header
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: 67e82f40-aa6e-421f-be98-745604d3b826
langcode: ru
status: true
dependencies:
module:
- node
theme:
- olivero
_core:
default_config_hash: 0gq3VPg-_UM69FCCWurLFIrrnIjC2HLKhwo9iQNtcUo
id: olivero_syndicate
theme: olivero
region: social
weight: 0
provider: null
plugin: node_syndicate_block
settings:
id: node_syndicate_block
label: 'RSS feed'
label_display: '0'
provider: node
block_count: 10
visibility: { }
uuid: 1e489ecf-a8b1-42a2-bc57-c10261fc0340
langcode: ru
status: false
dependencies:
config:
- system.menu.account
module:
- system
theme:
- seven
_core:
default_config_hash: HGm3j2xEu8FPlh6DhXVnaqcr4mVHi8FUU56HEaQHNt4
id: seven_account_menu
theme: seven
region: header
weight: -4
provider: null
plugin: 'system_menu_block:account'
settings:
id: 'system_menu_block:account'
label: 'Меню учётной записи пользователя'
label_display: '0'
provider: system
level: 1
depth: 2
expand_all_items: false
visibility: { }
uuid: b066de5c-0da8-431a-8e8f-240785c0a005
langcode: ru
status: true
dependencies:
module:
- system
theme:
- seven
_core:
default_config_hash: FtnWYwJufiN3d3f-p4ApAefJuyDi51zzbbsBEjKcetk
id: seven_branding
theme: seven
region: header
weight: -6
provider: null
plugin: system_branding_block
settings:
id: system_branding_block
label: 'Брендинг сайта'
label_display: '0'
provider: system
use_site_logo: true
use_site_name: true
use_site_slogan: false
visibility: { }
uuid: b318ebed-eed3-42b7-8ec8-4a7434d7d099
langcode: ru
status: false
dependencies:
module:
- system
theme:
- seven
_core:
default_config_hash: qcg6l7EgndVUXinhLLEVzU1K_F9OBwYQaCAU6k4EUN4
id: seven_breadcrumbs
theme: seven
region: header
weight: -5
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: 'Строка навигации'
label_display: '0'
provider: system
visibility: { }
uuid: 4c2c6054-ab0f-43ab-aad2-ff12b9613422
langcode: ru
status: true
dependencies:
module:
- system
theme:
- seven
_core:
default_config_hash: 7KphGbei0pZ3GiIFYlG33Q9eLWxNYoR62VNydnBNlRU
id: seven_content
theme: seven
region: content
weight: -2
provider: null
plugin: system_main_block
settings:
id: system_main_block
label: 'Содержимое страницы'
label_display: '0'
provider: system
visibility: { }
uuid: 9e87d9c6-7a50-4776-8b8b-959f326330fa
langcode: ru
status: true
dependencies:
config:
- system.menu.footer
module:
- system
theme:
- seven
_core:
default_config_hash: h1LtGTHXKpvKeP75QGp3woSNjZABqhYh2KgAs6tHJrQ
id: seven_footer
theme: seven
region: header
weight: 0
provider: null
plugin: 'system_menu_block:footer'
settings:
id: 'system_menu_block:footer'
label: 'Меню в подвале'
label_display: '0'
provider: system
level: 1
depth: 0
expand_all_items: false
visibility: { }
uuid: 978d8e6f-c642-4f44-b8df-b638c6a3257e
langcode: ru
status: true
dependencies:
module:
- help
theme:
- seven
_core:
default_config_hash: Nz-xLkltFiZX_Q5_G-2jlqVWe_X_esM3GUFlbYkAFvA
id: seven_help
theme: seven
region: help
weight: -30
provider: null
plugin: help_block
settings:
id: help_block
label: Справка
label_display: '0'
provider: help
visibility: { }
uuid: d7daf999-f58f-41e5-ae36-4b5acc5a4586
langcode: ru
status: true
dependencies:
theme:
- seven
_core:
default_config_hash: 3Y3hGvcn5NCn7NRPxAT77xn05Yqpe-31Vrz3qnJFfuY
id: seven_local_actions
theme: seven
region: content
weight: -5
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Основные действия администратора'
label_display: '0'
provider: core
visibility: { }
uuid: 01bee1a3-8c5a-411c-b786-be9089ba0c71
langcode: ru
status: true
dependencies:
theme:
- seven
_core:
default_config_hash: elkH578d_bFVtjt4Eq6qvkqOVVupwvpvMfKCC1vpFEM
id: seven_local_tasks
theme: seven
region: content
weight: -3
provider: null
plugin: local_tasks_block
settings:
id: local_tasks_block
label: Вкладки
label_display: '0'
provider: core
primary: true
secondary: true
visibility: { }
uuid: 995bd898-37ed-47d0-93c5-0441dd2e3651
langcode: ru
status: true
dependencies:
config:
- system.menu.main
module:
- system
theme:
- seven
_core:
default_config_hash: 6b3KWMmHo2RFvjCG0JPjCCfZ6aaYDGFFSeZ77cKIg5M
id: seven_main_menu
theme: seven
region: header
weight: -3
provider: null
plugin: 'system_menu_block:main'
settings:
id: 'system_menu_block:main'
label: 'Основная навигация'
label_display: '0'
provider: system
level: 1
depth: 2
expand_all_items: false
visibility: { }
uuid: 99d75296-3965-4ce3-af4b-e5560a6b3af7
langcode: ru
status: true
dependencies:
module:
- system
theme:
- seven
_core:
default_config_hash: CfTLHvnOqn1HX6mk1o8CJjRQNtmTPEzb4m4OgNx-fX8
id: seven_messages
theme: seven
region: content
weight: -6
provider: null
plugin: system_messages_block
settings:
id: system_messages_block
label: 'Сообщения статуса'
label_display: '0'
provider: system
visibility: { }
uuid: f82fd17f-9073-4938-a001-08f823bca535
langcode: ru
status: true
dependencies:
theme:
- seven
_core:
default_config_hash: IbNXrp_XdiyOaCRQYGIkq8dcIArRgiqs0S4EZH37TsY
id: seven_page_title
theme: seven
region: content
weight: -4
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Заголовок страницы'
label_display: '0'
provider: core
visibility: { }
uuid: 56be11c0-24b0-48bc-8e6e-e3e8d6b158fc
langcode: ru
status: false
dependencies:
module:
- search
theme:
- seven
_core:
default_config_hash: LTXmBCIuBtJ4v9qfVnGO9uiiQ6TW_eR-ab7D3x08zYQ
id: seven_search
theme: seven
region: header
weight: -1
provider: null
plugin: search_form_block
settings:
id: search_form_block
label: Поиск
label_display: visible
provider: search
page_id: ''
visibility: { }
uuid: 16b30399-f930-4719-bdc8-bc4d894417e6
langcode: ru
status: false
dependencies:
config:
- system.menu.tools
module:
- system
theme:
- seven
_core:
default_config_hash: zs8sEh2NhnmjfMzNVLFRDAKMoiGRz_NNiZOHUC177HY
id: seven_tools
theme: seven
region: header
weight: 0
provider: null
plugin: 'system_menu_block:tools'
settings:
id: 'system_menu_block:tools'
label: Инструменты
label_display: visible
provider: system
level: 1
depth: 0
expand_all_items: false
visibility: { }
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: ZgPKi0LXr-M7gXPSrFvj1FIAc4tJ88pmrdbt5Q9w-t0 default_config_hash: 47qRxk9Q7Z8ESKauNFGH6pES0YAZXGmzgDYqDg_8OG0
id: stable_account_menu id: stable_account_menu
theme: stable theme: stable
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: Cf7kZAP1Aod0KTX3RTT94jbwXJFWxAHKXm1tf8Bg6qI default_config_hash: 8n0PZt4erfDXJt_YGHdOlJIjfNMJm2oCE4Ej2HxzfVk
id: stable_branding id: stable_branding
theme: stable theme: stable
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: yYPm4RFULyUoSwxuR2RbwSMeHnKfxYbQB5JHkiFyJJA default_config_hash: jkJzZOWdLMCoxvtp0G8TzkQdq1RPJz6ZcJnR_S0FJ4c
id: stable_breadcrumbs id: stable_breadcrumbs
theme: stable theme: stable
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: t84ZnkzLKwpRi6RFvaVI6kP8WW8uLvq6LNLq_aj3oPc default_config_hash: zIyaYeWoiu7XHUJ6folXwMdRO9j2AppkjPTONYFtgVE
id: stable_content id: stable_content
theme: stable theme: stable
region: content region: content
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: a90O2MeWNU61DFzhtnqMKEOZTc3QirxU1Qed6Q8jYMY default_config_hash: kJ2chnPahMc1m0nfasdE65U3bAk6VS92eVlky0vlYAA
id: stable_footer id: stable_footer
theme: stable theme: stable
region: footer region: footer
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: a9cn710m5UxcSY2n0tX1weawKrlrMw4qW2JPttRy_8M default_config_hash: QZh8eYcQKPrs46B0PB2toP1Yn3J-BCSA44N_dfmBV8g
id: stable_help id: stable_help
theme: stable theme: stable
region: help region: help
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: lLh4Nvxc-Ev09_8XEBQsieSe2ViSdMJ7gN32ySpV9XU default_config_hash: DhsP3vW3EtmMuUQGFogumB-o_s6iXDnY1j9XCkzDaJA
id: stable_local_actions id: stable_local_actions
theme: stable theme: stable
region: content region: content
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: G6pIf6WzOPdCpZ24LgPU6W0g55P64YsfPAx0SgWBA28 default_config_hash: fJUVBcal6pf4Iy09Qr4A325nJBLyo6UNxivv76GWk00
id: stable_local_tasks id: stable_local_tasks
theme: stable theme: stable
region: content region: content
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: '-1QuVPlicFT3SdDksoJ4uegEQ6TReXsJ1pBNr8peCOI' default_config_hash: sDGNZlmw_xOXtFiE3UfyFTmkbxE8cqfS4t0M0euhw8g
id: stable_main_menu id: stable_main_menu
theme: stable theme: stable
region: header region: header
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: RisxqmaBrcbJWZdfRoHrdWI3Ay7SHbPpT-qYrMYfUQQ default_config_hash: Lv2sSDQXgHognbtqOJXK9uan6QYdHtsUNznUmOo0cU8
id: stable_messages id: stable_messages
theme: stable theme: stable
region: content region: content
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: jIJfaXQgcIhqQV_M9iVbzihnhUmCsKuYoHSqstskfQU default_config_hash: 0ZW763LHVz3GdZJZuNnjK91gdGfGNG_wKuQQm65IvMk
id: stable_page_title id: stable_page_title
theme: stable theme: stable
region: content region: content
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: GH93fx8yyoR5mGrvUU0ybFOMxzh67zTjTgFuG_zok80 default_config_hash: lh8iY1OnHugnCWlUAsGBsOLf697QCZZGHDnUS9tYMj8
id: stable_search id: stable_search
theme: stable theme: stable
region: sidebar_second region: sidebar_second
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
theme: theme:
- stable - stable
_core: _core:
default_config_hash: 0KDdMMpTq15ZMKGJNQdv_4FkENlM3SlTwrSOP84SIhg default_config_hash: '-6aecHju-rtgpxGQTxwad3chsANGOUxK9oCzc3Gt2BA'
id: stable_tools id: stable_tools
theme: stable theme: stable
region: sidebar_second region: sidebar_second
......
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: 74cgU0XcwGrr5v6VTNOjfsY_Rp9FDBJE2vwSz9cUs8k default_config_hash: u-BOiANufa-pXbCkiin8-5Ehscv94g-NNJYYgr_NdZM
id: basic id: basic
label: 'Basic block' label: 'Basic block'
revision: 0 revision: 0
......
_core: _core:
default_config_hash: Tt5s_z9146QdzDq-WaUJWgZmGQUW8u21UXOVfxvGfg4 default_config_hash: _gBcv1I2LSidCiG8TpeQovQeOUrc9N2eSvv1hvitD8M
schemas: schemas:
bootstrap: 8000 bootstrap: 8000
favicon: favicon:
......
langcode: ru
third_party_settings: third_party_settings:
shortcut: shortcut:
module_link: true module_link: true
_core: _core:
default_config_hash: Hwp0gTVpcnLomfsRelSteovMuWYrBoh_w1fpZpAGDio default_config_hash: qub-VX_BKotkmko9cTCbSauJba7Jakf53Sul_N9BWEY
langcode: ru langcode: ru
log_ip_addresses: false log_ip_addresses: false
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: I8cuF4WNt-kUpSiFv2IGCKlIYHydKsBN8nrO4ARTZYg default_config_hash: Iou-N3qfhmnrGfBIqPCSSnr5SL1gV6Fw_7gNkBhuGZ4
id: comment id: comment
label: 'Комментарии по умолчанию' label: 'Комментарии по умолчанию'
target_entity_type_id: node target_entity_type_id: node
......
_core: _core:
default_config_hash: AGemlfQRILkpE3PBE6vDakpVUZH2BWjuIHIwyIkF-UU default_config_hash: GBUIvA7Av7439ZoPOsiCvYbE4VadEDiJGul1bqY8sbk
langcode: ru langcode: ru
mode: simple
ignored_config_entities: { } ignored_config_entities: { }
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: QfJccRdN2_BXiX7GHJlhG1QV0GANdhxX2zrOGB-rY94 default_config_hash: Zb2rKqRSAtGVoOB9MX20RLQXoQwErXvg5AC4PDismBw
id: feedback id: feedback
label: 'Website feedback' label: 'Website feedback'
recipients: recipients:
......
uuid: d9858cc6-14b5-4ff6-85fb-19f39a1801df uuid: 2bd8034a-44b1-4751-ab10-9476ea9b248d
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: SR5JUqI6nKjH7Kib_52_RAFueRWQ0dMxrkw5c-J5KiQ default_config_hash: UVW2WHdkCVc2wzGXX7cA45FWTc9opX04DfQtp-iFUGQ
id: personal id: personal
label: 'Персональная контактная форма' label: 'Персональная контактная форма'
recipients: { } recipients: { }
......
_core: _core:
default_config_hash: U5Wc_AU_v8FH40-J27nXnJWsF1cjedy6eBvE-tVRL48 default_config_hash: 9_c-AexvbK3uli4ioLkRH25sayOVwKJnY54bGvNCgKg
default_form: feedback default_form: feedback
flood: flood:
limit: 5 limit: 5
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- node.type.landing_page - node.type.landing_page
_core: _core:
default_config_hash: mUB5rH08cVvJesTg1XM-yblhjCw_ewddDGKXQFQgyAM default_config_hash: y_R8-LdpAEdcOC8yrawJCVMfuSjOtDuq3_xo09o9IxU
id: node.landing_page.promote id: node.landing_page.promote
field_name: promote field_name: promote
entity_type: node entity_type: node
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- node.type.page - node.type.page
_core: _core:
default_config_hash: eONzAV-L20i2o1neWqHzpOAYMKxvBeIsl4l0mEmGv-M default_config_hash: Vy8aNIdN8gXcqjQbt_ZZ0iM3RF95jV-FLQpMP-9xwh0
id: node.page.promote id: node.page.promote
field_name: promote field_name: promote
entity_type: node entity_type: node
......
uuid: 7f56af04-c631-4a0b-91f3-3ebffde65dbc uuid: 59981691-fa7e-42a6-9336-eb21cce39440
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: 10G6wx5fw_CfzFP8i1i79PO01MgUVIgcPQOQqX9YpiA default_config_hash: 0Dtl8qeKqAyrmhM0jgHETpyT9YVIGJxeGVJgw5qGGvM
id: fallback id: fallback
label: 'Резервный формат даты' label: 'Резервный формат даты'
locked: true locked: true
......
uuid: b79ecb7b-cf20-4f74-b2a7-8f33cce8d7c0 uuid: 83346558-d86b-45e0-b630-4ce057d48a8e
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: FOhI9-do1u2J4GYfzBj6WLmhpNrLGw6gRnrEvbdG4Ho default_config_hash: bhqwjjvfyW6_j-OIr3TDyOhqxWX2PhVQxJWxaW0Q5xk
id: html_date id: html_date
label: 'Дата HTML' label: 'Дата HTML'
locked: true locked: true
......
uuid: 3d5c31bd-ad18-4009-b73e-84e74e95748d uuid: c495600e-2c0e-4adc-a388-4da0f29026f2
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: ztfBnFpdvtog4l9DtP_tCbVay8l1So4cWmDBt0BqYwM default_config_hash: cVXERLneklrKFqhM8xmgsxvZ2_lEKTckJYD-DsJbybU
id: html_datetime id: html_datetime
label: 'Дата и время HTML' label: 'Дата и время HTML'
locked: true locked: true
......
uuid: e8e7373f-3b37-47ab-8fff-9b8e62bd0a07 uuid: 5b4373d0-948e-4ab4-a399-7fc166b7af39
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: czHcC4-Ggq5IQRtFaDD7fJuuSqLClA_xyovreNems5U default_config_hash: mrizW2wemG7l2YbwwOCG7o8J6nbHB3oBlR2LdZm9BGA
id: html_month id: html_month
label: 'HTML Месяц' label: 'HTML Месяц'
locked: true locked: true
......
uuid: 2ec8736e-181a-4065-84db-3a177c68b85f uuid: e462325d-feb0-42ba-a88e-0fd70e594034
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: yh013_CVdCDvmbkzcanaj1zdsAepb4oc8ttNCZyYKjo default_config_hash: GeEQAdQ24LzxRFnvj-ZdS_PH79TiG9vRD3CgdkSE0NU
id: html_time id: html_time
label: 'HTML Время' label: 'HTML Время'
locked: true locked: true
......
uuid: a95f0df0-b019-4e4a-afba-058376e2357e uuid: 0bfae26c-290f-4812-a19e-d93247d33460
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: BpAlPf_VnWz753WVKUrc_hdkMBEffip3mRHAd5abI8A default_config_hash: uaoO1n5qX2w7GGroALhLpzdLKDOijcZrbo6gaXulTY0
id: html_week id: html_week
label: 'HTML Неделя' label: 'HTML Неделя'
locked: true locked: true
......
uuid: ea15a3a7-a38b-4878-9e1e-db3a9de5370b uuid: 93d01b34-837a-472c-9db8-a236e8fff752
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: ycBlcpDPQ2sqhdbe-V3IAuOSVIwAZ-AggYT1wDYo564 default_config_hash: d975rZRNyToBN6g0VTIbt7jjZ2qWbfCmfYU8-kbCAZI
id: html_year id: html_year
label: 'Год HTML' label: 'Год HTML'
locked: true locked: true
......
uuid: d65f41c6-7657-455b-915a-e926e56f64a7 uuid: 7e609d7a-57f2-475f-a78a-296fa3f44c72
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: Neb95VCKw-CRgxA_29RfKkzC_FnoxteVbpFAESUQ78I default_config_hash: N-L_8I_ACxk9nEgMSHmJs2oUV-erFD86Ll1iBLqQodA
id: html_yearless_date id: html_yearless_date
label: 'Дата без года HTML' label: 'Дата без года HTML'
locked: true locked: true
......
uuid: e9353ea4-0c87-4b59-93dc-b60d014e7357 uuid: 21033cf2-7588-47e5-a817-bf31097e95e6
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: i-IG6qrWQqNzaLNuwp5ARpxgIi1VhJPJc4rc0PEQlv0 default_config_hash: 8f5WO5UVE8oz0v5ZxCfNBos8d6D8JMdb5-qjAROTm_4
id: long id: long
label: 'По умолчанию длинная дата' label: 'По умолчанию длинная дата'
locked: false locked: false
......
uuid: 6b48f9d5-faf2-4ded-b2ec-94cd72fb52d9 uuid: f46c5c26-e59f-49d6-a972-30408f8e7bf0
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: OkkZq3jJ5kbojDT8feY2NCbXLZPOIZyfEsdbaANnQ_k default_config_hash: aKz4l-hRC8CrzwkJG8LSwe6cLxXWTmFkJgjM9AHgSFU
id: medium id: medium
label: 'Средняя дата по умолчанию' label: 'Средняя дата по умолчанию'
locked: false locked: false
......
uuid: 0c946abd-e6a7-4cab-9798-898ebc3c1b51
langcode: ru
status: true
dependencies:
enforced:
theme:
- olivero
_core:
default_config_hash: Mt6cmxUbDZ9XxD6p25WQ8tj3_JcX8ylfcddwZc8gcAE
id: olivero_medium
label: 'Olivero Medium'
locked: false
pattern: 'j F, Y'
uuid: bb975f3f-f565-4827-9be9-9321b9c83182 uuid: f1620bae-82cd-4e44-b441-6fc9bb60b872
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: SPbM0fqVL-9p8Otp_u9LcM-eeD05z8CC49ABnt8ik6A default_config_hash: ZFj_QHbZGhvzf4CuE8oxMlpxo8DYRZgh48Ndy6f2YNo
id: short id: short
label: 'Короткая дата по умолчанию' label: 'Короткая дата по умолчанию'
locked: false locked: false
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: '-_0OfPufxRrpAUHiBJXjN-kJEaevrcw2J3d1R3ByFr8' default_config_hash: RA-i7d_XR8rwoDzrrFVPVn6SswUhcWMwvlFvPIg7kug
id: block_content.basic.default id: block_content.basic.default
targetEntityType: block_content targetEntityType: block_content
bundle: basic bundle: basic
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: _1gbaBbgbPe3q4NCeRiMEGsCwXAbnKclq8psfbkV8Hs default_config_hash: ztaqklAlWObXbkZKrT2h1mRwF_KHRJC1lI3oNguKw48
id: comment.comment.default id: comment.comment.default
targetEntityType: comment targetEntityType: comment
bundle: comment bundle: comment
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
- file - file
- path - path
_core: _core:
default_config_hash: AUpEwSuWADhxQZJ4QBQurlHA-UQHx2jMeBYKHxuoWHs default_config_hash: kG2CEi6Q5wOytIPDaB_CFMZdnL6pbVkPxYJG3NR4cUc
id: media.file.default id: media.file.default
targetEntityType: media targetEntityType: media
bundle: file bundle: file
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
- image - image
- path - path
_core: _core:
default_config_hash: f5T7N_xhurcjBXrxL4B1LTbO_MnKRVGWHu8Enwa_TSc default_config_hash: TAolf0dAcA22qw_bA7y9MqqIEa_a5MVRtE2G1OC5uHY
id: media.image.default id: media.image.default
targetEntityType: media targetEntityType: media
bundle: image bundle: image
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
- path - path
- video_embed_field - video_embed_field
_core: _core:
default_config_hash: GW5-yTDbNWlRa70HZ4MzRARAo-N3XUL0hpRKpnQu1uk default_config_hash: WKcUNRRqP3WG9UZH9BRyRrRV_suKF73GxZqjFjRelYY
id: media.video.default id: media.video.default
targetEntityType: media targetEntityType: media
bundle: video bundle: video
......
...@@ -11,7 +11,7 @@ dependencies: ...@@ -11,7 +11,7 @@ dependencies:
- paragraphs_browser_previewer - paragraphs_browser_previewer
- path - path
_core: _core:
default_config_hash: 9m3BH2cd-fcCS2yPDPhCA6CuYy61QlxcxY1TzmIr4q4 default_config_hash: cgjwpQhpTLNC2ZfOBFAGq7xfVzyY7NsAWUdA7OonCFE
id: node.landing_page.default id: node.landing_page.default
targetEntityType: node targetEntityType: node
bundle: landing_page bundle: landing_page
......
...@@ -11,7 +11,7 @@ dependencies: ...@@ -11,7 +11,7 @@ dependencies:
- path - path
- text - text
_core: _core:
default_config_hash: 4rQw97lYAOz9EiqgL1D873wWxo9KWHQhMAmJ-3Ykmuk default_config_hash: IGA_LgG9BkrLZAHkZKA66F5XL9RQ8ay3qqf5JcNTTtY
id: node.page.default id: node.page.default
targetEntityType: node targetEntityType: node
bundle: page bundle: page
......
...@@ -11,7 +11,7 @@ dependencies: ...@@ -11,7 +11,7 @@ dependencies:
- entity_browser - entity_browser
- link - link
_core: _core:
default_config_hash: T2k-2jQTkJOXucKjtBdhDOgJZmiBEq_xL8WXIUQq4LY default_config_hash: uu_45pbe3l4TAzJ6cwbt39Ja4gqVyPk1LT04aO5D4lk
id: paragraph.banner.default id: paragraph.banner.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: banner bundle: banner
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: 8MFJerQoyF47uJ4NQd6pIC87TYEsb2tCiYTF5PozIX4 default_config_hash: c9GKoCMgnF_J4tNS__iRR5saAqBR7LngyObi9V3p5bg
id: paragraph.form.default id: paragraph.form.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: form bundle: form
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
module: module:
- entity_browser - entity_browser
_core: _core:
default_config_hash: 2CC2cQa4VgZ5Ld3M8FE3G6slZVsUaea8s1d53yl69Xs default_config_hash: YjqWewk1S-vbLYCbK8SuBsJxDO19O4IwLH-F5DXI7fY
id: paragraph.slider.default id: paragraph.slider.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: slider bundle: slider
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: tXzfSIqxuCgARDKydpKViRpBztPkYvNESCrxKhVWaQU default_config_hash: BG9ZDVKOw1VzueoAD3Za-XLsIJSS8zx0cWkmp2AxQIM
id: paragraph.text.default id: paragraph.text.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: text bundle: text
......
...@@ -13,7 +13,7 @@ dependencies: ...@@ -13,7 +13,7 @@ dependencies:
- entity_browser - entity_browser
- text - text
_core: _core:
default_config_hash: 5TBTGE_Z2fhpRyhGiWZS2SQ9lB727Hita8XpH7NG-Pc default_config_hash: aym2TeuaADOpeUZUjnskdxXEPS9n2bS9S_h2AdKYJnE
id: paragraph.text_image.default id: paragraph.text_image.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: text_image bundle: text_image
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
module: module:
- entity_browser - entity_browser
_core: _core:
default_config_hash: Y4Z4VpdWbvpdjHGhZjKwFpShkHKZgtPd6W902_QMoMw default_config_hash: 8Joc4grE6RkRhVFhsZTSkcUUC-o-DdcD8HypKRm4SI8
id: paragraph.video.default id: paragraph.video.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: video bundle: video
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
- path - path
- user - user
_core: _core:
default_config_hash: 9yAce_1ubfxT5HLoi3ey0eUAmqMhICgkjj-J0b3n_Ig default_config_hash: kYXYFcSTbTNcLnbcLiH39A-53sipgyqV5ZecWbJ1-7g
id: user.user.default id: user.user.default
targetEntityType: user targetEntityType: user
bundle: user bundle: user
......
...@@ -5,8 +5,9 @@ dependencies: ...@@ -5,8 +5,9 @@ dependencies:
module: module:
- paragraphs - paragraphs
_core: _core:
default_config_hash: NQVtEBXkcYJa050kSdTTi5r48qD4SAbHgD0K-djQnds default_config_hash: HqTcY26JhJXlEaCs7ZpBRNaGR-ZQLnvNciof-a3v2Hs
id: paragraph.banner.default id: paragraph.banner.default
label: null label: null
description: ''
targetEntityType: paragraph targetEntityType: paragraph
cache: true cache: true
uuid: 7da802fd-20b3-476b-8150-d3961ada132b uuid: 17bcb849-7b3f-4fab-a5f9-416c478f56b9
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: hJtc4YGQ3juQqq4SP23hA6Jrc4wHRzkMTDagBepV2lo default_config_hash: kVqeR1SuoUPqyL87jgzncqAaTu63phDxNrrRugrwhUc
id: user.register id: user.register
label: Регистрация label: Регистрация
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: erS2z6k_XqQ_nKeAuc_4OJpZXWuM5v4Uzk8I4N-oFa4 default_config_hash: grLRL1L89EanwVc6lkx0wraFU9VhJKO5xAhDut5nwiA
id: block_content.basic.default id: block_content.basic.default
targetEntityType: block_content targetEntityType: block_content
bundle: basic bundle: basic
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: nWRAXNcSs7yp45JAeSpeEBL8nEDroCS9ohHm4TE5g1A default_config_hash: sLkWYFCyMktMFugyqslzydN40Z5IjtHuz7wUusxXyVw
id: comment.comment.default id: comment.comment.default
targetEntityType: comment targetEntityType: comment
bundle: comment bundle: comment
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- file - file
_core: _core:
default_config_hash: ftedg5MhmUiAP8epib1hj-ntMag2iKlOtfv8lgKuj1s default_config_hash: M-cW9IPU8zEubdLpTJiazxzIu5aweUFYV9-muSPehvY
id: media.file.default id: media.file.default
targetEntityType: media targetEntityType: media
bundle: file bundle: file
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- blazy - blazy
_core: _core:
default_config_hash: LHuETAwqeOfbCq8ZoWFl_9SHFM-E9I_N71J43vi4uAw default_config_hash: ZI3aGIWKKsE_a-4o6xSsOGOocCr8qrYKoYibjk3TP7c
id: media.image.default id: media.image.default
targetEntityType: media targetEntityType: media
bundle: image bundle: image
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
module: module:
- blazy - blazy
_core: _core:
default_config_hash: tBcvRpd7dDqtA9dITTGOPAyEQAUxFQhseNt8CbWdmqs default_config_hash: '-CiDtR0C6y1I9hEGFKZQkKTfMolUKkqzAGboBXvpFJA'
id: media.image.slayder id: media.image.slayder
targetEntityType: media targetEntityType: media
bundle: image bundle: image
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
module: module:
- video_embed_field - video_embed_field
_core: _core:
default_config_hash: 7robcRgtZkVVlOyTQVxb5-vpsYSO3aJx8csXl9bHmPQ default_config_hash: 2IXEsJkVdsX5FndDmr_YhZGVyuzSoipy7HFhUgx3hGQ
id: media.video.default id: media.video.default
targetEntityType: media targetEntityType: media
bundle: video bundle: video
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
- entity_reference_revisions - entity_reference_revisions
- user - user
_core: _core:
default_config_hash: IJ61KQWVfYdDSdI4VYM6lHCGKfuq9EOf-3Y6gZykNsQ default_config_hash: bK676eY_-pdG3B6Tj6xIfkA27NE4G-LQxUpA-6HBOok
id: node.landing_page.default id: node.landing_page.default
targetEntityType: node targetEntityType: node
bundle: landing_page bundle: landing_page
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: nlEng8I2SQVyhb4DXRnaFW07eGAaUWYfK9iNDcB0fvM default_config_hash: HBeyTkvJboET8mctRSY8JQpP8GFDTlTSSwW81u5h070
id: node.landing_page.teaser id: node.landing_page.teaser
targetEntityType: node targetEntityType: node
bundle: landing_page bundle: landing_page
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
- text - text
- user - user
_core: _core:
default_config_hash: UJtwEBUXRcdqczhO1DZHFe4n99Wej86DQT0WZAM9Ra8 default_config_hash: s2ImuE54LC6qy53o_jxCAM0nFK_Os74kB6-tBdRSnE0
id: node.page.default id: node.page.default
targetEntityType: node targetEntityType: node
bundle: page bundle: page
......
...@@ -11,7 +11,7 @@ dependencies: ...@@ -11,7 +11,7 @@ dependencies:
- text - text
- user - user
_core: _core:
default_config_hash: 7rqLxopXciV7mTx8ZN0q7GtStI8sGeEnC3MQGT6mxHg default_config_hash: UF01eQw-c46cEZ2yOAHBoK539S98Kczcpp1AboTp9pM
id: node.page.teaser id: node.page.teaser
targetEntityType: node targetEntityType: node
bundle: page bundle: page
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
module: module:
- link - link
_core: _core:
default_config_hash: yCterx2T4xG4-_v5kxcm5KMz4MegRsI1k2Mynnnugik default_config_hash: Ld8fL3AfuKS3f7rTr2izJyxZuGoARqPSZbAMhgEfk9E
id: paragraph.banner.default id: paragraph.banner.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: banner bundle: banner
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: 9JV_zN2UC-Uj7Cn8JLz7hU6-RZpKh-I9SOzlOhExbh8 default_config_hash: qf-oHU5GYcPGR9LusERCI0QcWPuZ1B5Rx3F9lhT0EMg
id: paragraph.form.default id: paragraph.form.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: form bundle: form
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
module: module:
- slick_entityreference - slick_entityreference
_core: _core:
default_config_hash: El8X1M8g5ZjcMSH0k9RIcPE8HCy6uos7xZXTTv4J2Oo default_config_hash: an-LgSwv6SM6IT6sQy24cEY_xmhD8ecC-p1uKaU3y3g
id: paragraph.slider.default id: paragraph.slider.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: slider bundle: slider
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: Y2_wLybjeUxBB1h6Hi8lDFQKumFqSB9YhZZ38d6doZA default_config_hash: qR7oZBtpOXJ6KSrd_nFY8RCeJVVTqMcfelUc0oyPIxE
id: paragraph.text.default id: paragraph.text.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: text bundle: text
......
...@@ -12,7 +12,7 @@ dependencies: ...@@ -12,7 +12,7 @@ dependencies:
- options - options
- text - text
_core: _core:
default_config_hash: RgKU1fnUBwQH9rHaLv5djKj452RIAI_LrdDwJpf9ok4 default_config_hash: 4_0mZkvOhQ6yjL71XVoQSrAUA_SK26GR0-zbkU2nHr8
id: paragraph.text_image.default id: paragraph.text_image.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: text_image bundle: text_image
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
- field.field.paragraph.video.field_video - field.field.paragraph.video.field_video
- paragraphs.paragraphs_type.video - paragraphs.paragraphs_type.video
_core: _core:
default_config_hash: Gd6EWheRRoU4zdgrwn1vFTVB7AVx2C2L-1zG-whxrdM default_config_hash: t3xs5TGSRwZ0rqOiDiRBlwSnn2GUpAOY_YakAwkjNBc
id: paragraph.video.default id: paragraph.video.default
targetEntityType: paragraph targetEntityType: paragraph
bundle: video bundle: video
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
- image - image
- user - user
_core: _core:
default_config_hash: Lkcv_Ld1H8NnkYcDqsvQ-QqMlPH4TPu-iVQ6C6kjKK4 default_config_hash: UP60544FmOfYAhMekEwN-6GX4IQYqKBoyi37Ejk0TcU
id: user.user.compact id: user.user.compact
targetEntityType: user targetEntityType: user
bundle: user bundle: user
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
- image - image
- user - user
_core: _core:
default_config_hash: 6ueUpck20uohQsNZfafIqErORVKBIh3iXFKqYn60GAI default_config_hash: 4h7EqSf_RYP6C1zt97xk4nK_gwMCgoPUDQEA_nEIqYA
id: user.user.default id: user.user.default
targetEntityType: user targetEntityType: user
bundle: user bundle: user
......
uuid: 85598d3a-51b7-4cec-a704-7069f760ca79 uuid: 9302b81a-87d7-4f77-9160-d59a23395dbf
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- block - block
_core: _core:
default_config_hash: UvGr-vGQwHNNPPulN-FV6U6gDq5UhVIUBPZjDEsIyrI default_config_hash: tvreJg1SZvR1go-EXLVhEsCrcg-oCnasClGgb72awfo
id: block.token id: block.token
label: Token label: Токен
description: ''
targetEntityType: block targetEntityType: block
cache: true cache: true
uuid: 94482cd1-908e-43c9-9dcb-cb4ae328f2f0 uuid: 6de029e9-16c7-4109-bc4d-d21c5a61659b
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
module: module:
- block_content - block_content
_core: _core:
default_config_hash: FV5QNEuQxsuGFsHaSo1ya3RE_o7m8wNS5CExJ5CZfpc default_config_hash: aVnNJ0tiIz2urtNHHNneA7rDiumo3Am7UhdHUasdTXk
id: block_content.full id: block_content.full
label: Полный label: Полный
description: ''
targetEntityType: block_content targetEntityType: block_content
cache: true cache: true
uuid: ce4edfb3-f8de-4d63-984b-e7ba44841775 uuid: cd024c28-2037-428a-a31f-374c85bbaa42
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- block_content - block_content
_core: _core:
default_config_hash: TNmeYKdbHpWW2MX3Nm8KuQMZj_iv53Dzhl80Z9GeI3Q default_config_hash: hlS6JapaVhvzmNtvnSvVtpWHEBZIa-yQnUJFQIGfhhM
id: block_content.token id: block_content.token
label: Token label: Токен
description: ''
targetEntityType: block_content targetEntityType: block_content
cache: true cache: true
uuid: 09f3f2c8-ed66-4bb4-a518-96dbe2d79b4c uuid: 1ea23e0d-70ad-484e-ba39-d9f113e1127b
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
module: module:
- comment - comment
_core: _core:
default_config_hash: Jxatv1ClSSkAISnb8Spw0sbbY_xxJkDo-VEPlYzsnvI default_config_hash: 7IRo8QVyUEvdYbSfVj8UX8iSN5QjwXJXyvlpNWwuonM
id: comment.full id: comment.full
label: 'Комментарий полностью' label: 'Комментарий полностью'
description: ''
targetEntityType: comment targetEntityType: comment
cache: true cache: true
uuid: 2508c764-ffcd-41a8-b42b-29934e127194 uuid: ba1e5b98-51c3-4e05-83ec-dbc1acf6c233
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- comment - comment
_core: _core:
default_config_hash: f_e0u8N-wduFBVcCS15CkzHO4vBy7PX85P0aK1f787Y default_config_hash: eVO8Xi_uccaCH__CiTgL7QTC6hlrXacSHsAmp5yZ_DM
id: comment.token id: comment.token
label: Token label: Токен
description: ''
targetEntityType: comment targetEntityType: comment
cache: true cache: true
uuid: a0b202e8-2113-4070-82cc-6837e2c35604 uuid: 3408aa5f-3331-4b69-97c2-5af7dad3893e
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- config_pages - config_pages
_core: _core:
default_config_hash: G3XzQrFjYQPZJtIWTCtb0hqS2M0xvwC_E3MyLqMV2o8 default_config_hash: KH-P8kiN_htQfwMlX1BYQ-usN-Bnua0GPWRzC_G5xos
id: config_pages.full id: config_pages.full
label: Полный label: Полный
description: ''
targetEntityType: config_pages targetEntityType: config_pages
cache: true cache: true
uuid: 57f9748d-9bb6-418c-b7c8-8c8ffcaa492c uuid: a709b52e-8fab-4273-802c-6faf4ae1a6dd
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- config_pages - config_pages
_core: _core:
default_config_hash: k5gpCc1x--hLPFbKdzhUZwKsH-pHElY9awXwyHnCfos default_config_hash: 8X0eo8PA1hsODmjA_DtAQoDHh6t7T3H_FITZKupDIqk
id: config_pages.token id: config_pages.token
label: Token label: Token
description: ''
targetEntityType: config_pages targetEntityType: config_pages
cache: true cache: true
uuid: 98a72f61-28b6-4336-9a17-d6b4b52c5484 uuid: 890ad5d0-183b-43eb-a262-5698def07f98
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- config_split - config_split
_core: _core:
default_config_hash: sy1miq0lI0GiydFyXINpCXkzXqYC4b2mY0xqeznP4ZM default_config_hash: tenJsD-SKWCCxV_qWtWsRu790RCVASiBnrnTXapq4m4
id: config_split.token id: config_split.token
label: Token label: Token
description: ''
targetEntityType: config_split targetEntityType: config_split
cache: true cache: true
uuid: 64ac94e7-1c1e-4392-ada5-9e35ab5f69d8 uuid: 8ce7d422-70d7-4e2e-b393-4a572310873e
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- contact - contact
_core: _core:
default_config_hash: me1B0RwI7L_CA3AsmV1PsJbOpfYSmFY-lpe-gwgoLQo default_config_hash: IYew4bpcnucm9cU2SOgm1z_DPwhi9dH-anuxUQnLUwE
id: contact_message.token id: contact_message.token
label: Token label: Токен
description: ''
targetEntityType: contact_message targetEntityType: contact_message
cache: true cache: true
uuid: a01858f6-4f02-4a25-88d9-6c13c20e1137 uuid: 0d10c3d6-13c7-4a76-a131-32ef42b7ddd4
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,5 +6,6 @@ dependencies: ...@@ -6,5 +6,6 @@ dependencies:
- entity_embed - entity_embed
id: entity_embed_fake_entity.token id: entity_embed_fake_entity.token
label: Token label: Token
description: ''
targetEntityType: entity_embed_fake_entity targetEntityType: entity_embed_fake_entity
cache: true cache: true
uuid: 0bd8e2c1-ceeb-4b53-8570-4defcb0ed653 uuid: 375e4357-08d4-45c4-acaa-a5919972eafa
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- file - file
_core: _core:
default_config_hash: fEFwnxrW3hMHO5GRUo5k4M4aDLWY4jyGJVmnPnY_Yzg default_config_hash: vybCrRjcVMn4hTqXv0ifObLS6gzuoTej5rej3CpUzIY
id: file.token id: file.token
label: Token label: Токен
description: ''
targetEntityType: file targetEntityType: file
cache: true cache: true
uuid: 2d8a4c2a-b4de-4b19-aa5a-e58f7f7f7566 uuid: 0a4b384b-7c25-40b4-ad53-6c0720d83d01
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: 9FKmPPJe8AcGNIbviZ6Nnh8gO9YtY0tHR0Rq_D1OSGQ default_config_hash: Qp0YfTl-rLx1ictqMWy6AcazbhCBY8_-IJnKi6jbCsI
id: media.full id: media.full
label: 'Полная версия' label: 'Полная версия'
description: ''
targetEntityType: media targetEntityType: media
cache: true cache: true
...@@ -5,8 +5,9 @@ dependencies: ...@@ -5,8 +5,9 @@ dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: PobgFnPgyGUTxwg_L0TwpFcVEZWYFGwag8Z2uyVdj1s default_config_hash: TF5wT5-kWmEBj7ztO_rKh_M09Sn1Ll1ArVByqAj_EQo
id: media.slayder id: media.slayder
label: Слайдер label: Слайдер
description: ''
targetEntityType: media targetEntityType: media
cache: true cache: true
uuid: ee72e354-c4a5-4c4a-b6fb-4f792d4c5069 uuid: 49802e57-bc11-4ce5-adff-fc5ba0b6afb3
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -8,8 +8,9 @@ dependencies: ...@@ -8,8 +8,9 @@ dependencies:
module: module:
- slick - slick
_core: _core:
default_config_hash: SixxA6MNgkbo8dbsolD3wPeVOtU1sIHsnUj2Cs_bReU default_config_hash: ZplxkwzrUJnJYkzF0dWBpo2xMBnrcQWpv6tcs6abdYc
id: media.slick id: media.slick
label: 'Slick carousel' label: 'Slick carousel'
description: ''
targetEntityType: media targetEntityType: media
cache: true cache: true
uuid: e94b371e-3343-49ff-b630-4a621b2eef0a uuid: 61fc2e17-6166-474d-af3c-11751c42148e
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: U6ew0qLkfaSim8MCJdjhU0wCC5FBC9ZX74k460fMOsM default_config_hash: ik4PTuixkYAMXBOfm4rYY7Jklxav8QZSvjwmJYDRck8
id: media.token id: media.token
label: Token label: Токен
description: ''
targetEntityType: media targetEntityType: media
cache: true cache: true
uuid: f7cfaa89-266d-4542-bf0c-bcb214dfe92e uuid: bb8d90f7-8a4f-4df7-b2a5-71304447ee3f
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- media_bulk_upload - media_bulk_upload
_core: _core:
default_config_hash: wIL_qSOlchJInSaF3xN3Dx_nsdCdHoQm73OkpDyTQ_M default_config_hash: SFqFhxApMKvYWZVBNfsMEtWDJOHQL8fomgC-pipzjfU
id: media_bulk_config.token id: media_bulk_config.token
label: Token label: Token
description: ''
targetEntityType: media_bulk_config targetEntityType: media_bulk_config
cache: true cache: true
uuid: 89555591-cf4f-46fa-a421-f68d0678dc2b uuid: dd03849b-dbbf-4087-8926-bf08040f19bb
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- menu_link_content - menu_link_content
_core: _core:
default_config_hash: 24cB1CAmcFlWZxp2Ha-VmkM-DV98PzpNDtT2QQzsvXk default_config_hash: bbmEZIfUIrFr5Y2XLI9cSTwz5gCN_oOOAAuDULgdLqQ
id: menu_link_content.token id: menu_link_content.token
label: Token label: Токен
description: ''
targetEntityType: menu_link_content targetEntityType: menu_link_content
cache: true cache: true
uuid: a61f4e7a-7920-42b5-a364-8deca12f1df3 uuid: 9110686e-131a-4b43-9c25-34a7874bf297
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: 4VY00Y7ttsWS1TeQyGKvPBUmx0y731NMpKNdK_C-ABo default_config_hash: rmHI68MLHKxCg22-KAu3FzwwhoGd8BJCCaXetoRnw8U
id: node.full id: node.full
label: 'Полная версия' label: 'Полная версия'
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true
uuid: b567fd2c-8f31-4c15-9e09-6ae37b981c55 uuid: 5c9eb815-a4b7-4a99-89f0-5da5cfd9d358
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: sb-jTyMIyozHa0c9DkBS6rcBUHsmiNRMtq74kdbN6FE default_config_hash: FdVkeHMd_t6tqjii6Y8mFGiQm0dU49swUzXu2zDupnA
id: node.rss id: node.rss
label: RSS label: RSS
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true
uuid: ffb06d1b-7c02-4845-bab7-ea7068c4badd uuid: 9af1a17c-1ed3-443e-85ea-2e9283f2385c
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: Rf9HFszPDs8didbUKIb7TzREqXrYngGPEPZ_JOwz_is default_config_hash: mmLJkEeL6HSumWO4tRHIf3JUZAQlsrgct_5wX54vOTI
id: node.search_index id: node.search_index
label: 'Поисковый индекс' label: 'Поисковый индекс'
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true
uuid: 22a25f49-a4ef-4b11-bca9-a7459a23a66f uuid: 96aa8c0e-a5fd-40e3-9d5b-9ee96eb06355
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: 3cOkmDe_4cMha4pOuuO0flP3MyZhkrHlYDKTgi9qwro default_config_hash: Bu1E7Lr0fKRC6EXYhyY3CqPSGt3TBEJbVglRNLGiaqM
id: node.search_result id: node.search_result
label: 'Подсвеченный ввод в результатах поиска' label: 'Подсвеченный ввод в результатах поиска'
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true
uuid: 267d19ae-5682-4a02-a993-d293c349bb04 uuid: 19f0ae84-2b11-4da2-97ef-08063626d693
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: z33tvzduxIavXkjMfKhrS3Mt0SWVNZm7ReGEmoEaPeQ default_config_hash: vh6bHzvCGHnawGKP5fpXiaufr5xWwDLhBcN8j841BQM
id: node.teaser id: node.teaser
label: Анонс label: Анонс
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true
uuid: 592a93f2-9315-4b36-9809-eb6752dbdf5d uuid: 37f72d28-29fc-4f4d-a484-ac1d6eb206e4
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: aMSdzRwvM-k14MAJmUSIqzO6fL29njJRba-Kaus6zo0 default_config_hash: xogJvk_RMBMPK5SAs77XhNho88g_S7PcD-IGPTiz02k
id: node.token id: node.token
label: Token label: Токен
description: ''
targetEntityType: node targetEntityType: node
cache: true cache: true
...@@ -5,8 +5,9 @@ dependencies: ...@@ -5,8 +5,9 @@ dependencies:
module: module:
- paragraphs - paragraphs
_core: _core:
default_config_hash: JsFjg1yWqzAuhMJsf1lsj3MdORNTN-XS2ixRv6epaBw default_config_hash: ZnhHb5ysqg7ibQx01xHrUCLHRP6CXEoF9J_rdOuPEe8
id: paragraph.form.default id: paragraph.form.default
label: null label: null
description: ''
targetEntityType: paragraph targetEntityType: paragraph
cache: true cache: true
uuid: 389c2b7d-7f1d-4560-91b1-73cd592a09a1 uuid: a53d6a43-a628-4895-a461-b0f2e878a4d1
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- paragraphs - paragraphs
_core: _core:
default_config_hash: I7Xgl8sCs6j9CMRh-kGud5Q5knt0CQLHOS7LtWAR_MM default_config_hash: q8HT2nNz2A-Swt3N6d6TxBMhaqZvbPCUX_s9aabP4qo
id: paragraph.preview id: paragraph.preview
label: Предпросмотр label: Предпросмотр
description: ''
targetEntityType: paragraph targetEntityType: paragraph
cache: true cache: true
...@@ -5,8 +5,9 @@ dependencies: ...@@ -5,8 +5,9 @@ dependencies:
module: module:
- paragraphs - paragraphs
_core: _core:
default_config_hash: jwYybHiKth_zEfqqxofkWGXF3E1TPd4Rca_EP-4v83s default_config_hash: Tln9hu0zVrqWIrjC80LX5CS7YsuLnknUtT3J_JXWuCg
id: paragraph.slider.default id: paragraph.slider.default
label: null label: null
description: ''
targetEntityType: paragraph targetEntityType: paragraph
cache: true cache: true
uuid: 6ed50cda-5656-46ee-9690-56ca9ff151f1 uuid: b9470e0a-4066-4176-8c11-df99c82d3814
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- path_alias - path_alias
_core: _core:
default_config_hash: E_fzDEMaEf_q21e1u8I_5s809YL4RNQ8MwPVI_89Gnw default_config_hash: Wy1IHZDra4ICAnPh-8PkaU2OB7bs0eWel47tAUicTxs
id: path_alias.token id: path_alias.token
label: Token label: Token
description: ''
targetEntityType: path_alias targetEntityType: path_alias
cache: true cache: true
uuid: bb0c11a7-3838-4716-89e9-6e1357f275d3 uuid: 6187576f-d2d1-4242-b0fa-45074c419d65
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- shortcut - shortcut
_core: _core:
default_config_hash: CvjSAp1i1FNxz7TEcTlM3co0SauqNLYnIBq_Ni-BQUM default_config_hash: lxNMpum4cf9Z6ebfT-yJsRGnGQm9X_TW85RZ7Sn_83k
id: shortcut.token id: shortcut.token
label: Token label: Токен
description: ''
targetEntityType: shortcut targetEntityType: shortcut
cache: true cache: true
uuid: 2124177d-9c4c-4635-80c7-23fa56f50258 uuid: 5f975777-e06e-4895-ac80-0e3b8e883322
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- taxonomy - taxonomy
_core: _core:
default_config_hash: mrcULC-9pr9RihiBx4DPa3mchU681TT-9YDV2LX7n6o default_config_hash: 1BaXDWd7gk9YXkBH5fgeY6dj0MFBUMKO0tpbwCumwgc
id: taxonomy_term.full id: taxonomy_term.full
label: 'Страница термина таксономии' label: 'Страница термина таксономии'
description: ''
targetEntityType: taxonomy_term targetEntityType: taxonomy_term
cache: true cache: true
uuid: 7bb23e79-b283-4d73-b26c-cbf6b6a3260d uuid: 7c8bd33c-a2ec-4f56-8a5a-b945be510520
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- taxonomy - taxonomy
_core: _core:
default_config_hash: 1OZUVzZ0CcYIjoInpX173ZccCX73kWp8GO9kmP-qWX4 default_config_hash: HznaGvlUbjN6CgJQ89zmYnxFmoU9NMIBl5njM3w7-_M
id: taxonomy_term.token id: taxonomy_term.token
label: Token label: Токен
description: ''
targetEntityType: taxonomy_term targetEntityType: taxonomy_term
cache: true cache: true
uuid: 192b03a7-b022-4aa1-9f36-0df5eff688d8 uuid: e3e66e45-0567-4d85-a61d-95744f985926
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- tour - tour
_core: _core:
default_config_hash: pSj0-IJff5hsOSO60Mq_tvb4cvkqu1UCKgbE9_NONQs default_config_hash: YBwDgUWdtNDI86RLMybcOw96SqfoXcDyisQR521Av14
id: tour.token id: tour.token
label: Token label: Токен
description: ''
targetEntityType: tour targetEntityType: tour
cache: true cache: true
uuid: f7ee53c4-f514-4ec5-90e7-87561a680f4f uuid: b3b11dcb-4a7f-4a91-9295-a54f8a16f772
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: _2hC3UNw5LmRKToFKiRtS0vzbbkFuyn6YGfh3Pgtzr8 default_config_hash: A0Agc50CH2Njm3v0Fw2tzvDUPHs9kuK6OMXP7mBd31o
id: user.compact id: user.compact
label: Компактный label: Компактный
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true
uuid: 16c9009c-b09e-46fb-84b0-de0c34a06f62 uuid: e8c7f194-078b-4d2a-8c54-6fe493dd400c
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: TpC8Z1CekjH17Kg5ClwVjJM6WdEuw86M_zCpbdTDk74 default_config_hash: 9Eh5hcj50UzOYlH8PJr5nlAyKgKf5AS-3Ngy8Ls8TTw
id: user.full id: user.full
label: 'Учётная запись пользователя' label: 'Учётная запись пользователя'
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true
uuid: 836604af-a6d4-4ce2-bdf6-bd581b7baa5a uuid: 44c64c58-bc2f-4cff-a16e-e1e807830c09
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: RwDdN2_6vO2_u7d8zk21nFqCnniXXMnMddqZQPzAu1c default_config_hash: I0hR9nx_j3pPqRom10PzF4fdzNjw2-mmhFmdBBHzBVY
id: user.token id: user.token
label: Token label: Токен
description: ''
targetEntityType: user targetEntityType: user
cache: true cache: true
...@@ -5,8 +5,9 @@ dependencies: ...@@ -5,8 +5,9 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: oc65S-qvkyqWA9Ak7JKGZly9M563eWk6uAHxnBrLcC8 default_config_hash: C9KjZ7c0Re9OeA775cRcjK9UF-7sbiVBAtokGppDUpU
id: webform.token id: webform.token
label: Токен label: Токен
description: ''
targetEntityType: webform targetEntityType: webform
cache: true cache: true
...@@ -5,8 +5,9 @@ dependencies: ...@@ -5,8 +5,9 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: PLwdyv_P6xgd_6jpbh9Bqr9fQNum_PUjC84Hkpy5IfU default_config_hash: wwslMm12Cofr4kHojSXQx9kvJrY2CHC99xptMiLx7Lo
id: webform_submission.token id: webform_submission.token
label: Токен label: Токен
description: ''
targetEntityType: webform_submission targetEntityType: webform_submission
cache: true cache: true
_core: _core:
default_config_hash: 60AG2lIebPlKlbjaUcPaBebS2puHgEDBrq21oRbo9gQ default_config_hash: UdTVBY8CLSHLAFPfHGbodr7Z6s-cTqLUribXAVwQ7lc
definitions: definitions:
contact__site_page: contact__site_page:
enabled: true enabled: true
......
_core: _core:
default_config_hash: '-nGFJHoKU0bfgkyHZz_f5aa2CyWI0qUGyFeNpAm7HuQ' default_config_hash: 1o2PiS5zx32G4on6pjMSwk4ukfPU1neTUzhLjlU10SQ
schemas: schemas:
bootstrap: 8000 bootstrap: 8000
dar_simple: 8000 dar_simple: 8000
......
_core: _core:
default_config_hash: 9SYmqEbSkIXnmfKlwAWaclkmkfO-_baF7d-ZSJ31BsE default_config_hash: HZuaKXXTDz8_SKyvzEA9IxZqXacP3swrpYMgak-CM4s
row_limit: 1000 row_limit: 1000
langcode: ru langcode: ru
_core: _core:
default_config_hash: 7KLjOZLWxFi1-fGQZSyaQInp3PFJaVdm_NNl_zJwUbU default_config_hash: CkkvLRaaw02NG4ks7mfpFl4gSFh2-NvaO-N27pQFT6U
langcode: ru langcode: ru
page_alter: false page_alter: false
raw_names: false raw_names: false
......
_core: _core:
default_config_hash: WjzApOKQbLtrjzw0mA0PHwqwPo-LZ886ll6c6fybKJ0 default_config_hash: ug--h5QZLGRxW4Z3TuWLDSUYw_8rDtPEZkIZkOqYZ9I
langcode: ru langcode: ru
toolbar_items: toolbar_items:
- devel.admin_settings_link - devel.admin_settings_link
......
_core: _core:
default_config_hash: 5Re3fm_r0AUw7j9ZVSfA12qoB5p1DdNth7SwqlfPFUI default_config_hash: Yz9hnZ9M_ONTvS1VLQIIeom1AS3xBEr7O2RUu6X03ZE
tmp_upload_scheme: temporary tmp_upload_scheme: temporary
langcode: ru langcode: ru
uuid: 6f81872f-1cc0-4544-824b-524ea387f245
langcode: ru
status: true
dependencies:
config:
- filter.format.basic_html
module:
- ckeditor5
format: basic_html
editor: ckeditor5
settings:
toolbar:
items:
- undo
- redo
- '|'
- bold
- italic
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- drupalInsertImage
- '|'
- heading
- '|'
- sourceEditing
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
linkit_extension:
linkit_enabled: true
linkit_profile: default
image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: 0
height: 0
uuid: 1d03e5dd-ac76-40ee-a1b0-b2a5d61fcc0e uuid: f666fb06-f617-4ff2-8aba-681565134f1a
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
config: config:
- filter.format.full_html - filter.format.full_html
module: module:
- ckeditor - ckeditor5
_core:
default_config_hash: GhLPYuuvcLb0UaThojMUDYNeZW_ShqHr1xGvuQvadow
format: full_html format: full_html
editor: ckeditor editor: ckeditor5
settings: settings:
toolbar: toolbar:
rows: items:
- - undo
- - redo
name: Formatting - heading
items: - bold
- Format - italic
- Font - strikethrough
- FontSize - underline
- TextColor - superscript
- BGColor - subscript
- Bold - '|'
- Italic - removeFormat
- Strike - specialCharacters
- Underline - alignment
- Superscript - '|'
- Subscript - link
- '-' - '|'
- RemoveFormat - bulletedList
- SpecialChar - numberedList
- - '|'
name: Alignment - drupalInsertImage
items: - blockQuote
- JustifyLeft - insertTable
- JustifyCenter - horizontalLine
- JustifyRight - '|'
- JustifyBlock - showBlocks
- - sourceEditing
name: Linking
items:
- DrupalLink
- DrupalUnlink
- Linkit
-
name: Lists
items:
- BulletedList
- NumberedList
-
name: Media
items:
- media_entity_embed
- Blockquote
- Table
- HorizontalRule
-
name: Tools
items:
- ShowBlocks
- Source
- PasteText
- PasteFromWord
plugins: plugins:
colorbutton: ckeditor5_alignment:
colors: '' enabled_alignments:
- center
- justify
- left
- right
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
linkit_extension:
linkit_enabled: true
linkit_profile: default
media_media:
allow_view_mode_override: false
image_upload: image_upload:
status: true status: true
scheme: public scheme: public
directory: inline-images directory: inline-images
max_size: '' max_size: ''
max_dimensions: max_dimensions:
width: null width: 0
height: null height: 0
uuid: null uuid: 793d819f-ae70-4d9b-99a2-1b7844c7c72c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
config: config:
- filter.format.webform_default - filter.format.webform_default
module: module:
- ckeditor - ckeditor5
_core:
default_config_hash: DXS9MbcPGEXo7me7Vh4MdZSD01bAtjCsqbVvQq6XqHg
format: webform_default format: webform_default
editor: ckeditor editor: ckeditor5
settings: settings:
toolbar: toolbar:
rows: items:
- - heading
- - '|'
name: Formatting - bold
items: - italic
- Format - subscript
- Bold - superscript
- Italic - '|'
- Superscript - specialCharacters
- Subscript - '|'
- - numberedList
name: Media - bulletedList
items: - '|'
- SpecialChar - link
- ImceImage - '|'
- - indent
name: Linking - outdent
items: - '|'
- DrupalLink - blockQuote
- DrupalUnlink - '|'
- - sourceEditing
name: Lists plugins:
items: ckeditor5_heading:
- NumberedList enabled_headings:
- BulletedList - heading2
- - heading3
name: Indentation - heading4
items: - heading5
- Outdent - heading6
- Indent ckeditor5_list:
- properties:
name: 'Block Formatting' reversed: true
items: startIndex: true
- Blockquote multiBlock: true
- ckeditor5_sourceEditing:
name: Tools allowed_tags: { }
items:
- Source
- Maximize
plugins: { }
image_upload: { } image_upload: { }
uuid: d8b8aae8-ee8b-4263-80d7-a726c7fb9b28 uuid: 8e85673e-e23d-4a87-a277-51bea708efc2
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- entity_embed - entity_embed
- media - media
_core: _core:
default_config_hash: 9Wcsfq5QcXMTzBWwgnYCyU8WVpTFwG4XbUOFQmp9Ido default_config_hash: R6elAQcMEkK-b6SVOkgsKAMD34UBeb-QFYyptfYgkds
label: 'Media Entity Embed' label: 'Media Entity Embed'
id: media_entity_embed id: media_entity_embed
type_id: entity type_id: entity
......
uuid: fc3fb7da-a140-43b5-a395-9f609df38445 uuid: 65869e27-6738-4551-b43f-93e076f78a67
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- entity_embed - entity_embed
- node - node
_core: _core:
default_config_hash: WCPI7O4VW85UoxrriQAZ51340adXVn_VTMRk9R5aoHI default_config_hash: bKlV4ofivrkEsg4GGfzp1Vyt4AIU30rUpIwLE2-X8Sc
label: Материал label: Материал
id: node id: node
type_id: entity type_id: entity
......
_core: _core:
default_config_hash: 1GRAT1Ub3XgvW97dYEey5NCEkHKm24kfhU4utZTwEkw default_config_hash: uHIlEE6SyidJOxt06bwnlyFbDIq_q13gEaZg1F-PMFc
langcode: ru langcode: ru
file_scheme: public file_scheme: public
upload_directory: embed_buttons upload_directory: embed_buttons
...@@ -11,7 +11,7 @@ dependencies: ...@@ -11,7 +11,7 @@ dependencies:
- media - media
- views - views
_core: _core:
default_config_hash: TInYwzWeWbTgCWBU4Q31dPIu_BHaBYx_GaJA_UJtgss default_config_hash: C6zArUsmyc3Ee0udjTZ2ksgOapW7KlW1YuRRsYD3k60
name: all_media_browser name: all_media_browser
label: 'All media browser' label: 'All media browser'
display: iframe display: iframe
...@@ -26,20 +26,16 @@ widget_selector: tabs ...@@ -26,20 +26,16 @@ widget_selector: tabs
widget_selector_configuration: { } widget_selector_configuration: { }
widgets: widgets:
cb314f7e-e1c9-463c-9a03-69e612500003: cb314f7e-e1c9-463c-9a03-69e612500003:
id: view
uuid: cb314f7e-e1c9-463c-9a03-69e612500003
label: 'Existing files'
weight: 1
settings: settings:
submit_text: 'Выбрать сущности' submit_text: 'Выбрать сущности'
auto_select: false auto_select: false
view: media view: media
view_display: entity_browser_3 view_display: entity_browser_3
uuid: cb314f7e-e1c9-463c-9a03-69e612500003
weight: 1
label: 'Existing files'
id: view
b24cfd11-f9f3-465c-8dd8-4bc6cf8505ce: b24cfd11-f9f3-465c-8dd8-4bc6cf8505ce:
id: dropzonejs_media_entity
uuid: b24cfd11-f9f3-465c-8dd8-4bc6cf8505ce
label: 'Add new images'
weight: 2
settings: settings:
submit_text: 'Выбрать сущности' submit_text: 'Выбрать сущности'
auto_select: false auto_select: false
...@@ -54,11 +50,11 @@ widgets: ...@@ -54,11 +50,11 @@ widgets:
resize_method: contain resize_method: contain
thumbnail_method: contain thumbnail_method: contain
media_type: image media_type: image
6f92f199-9447-4a03-bbdb-afc152690644: uuid: b24cfd11-f9f3-465c-8dd8-4bc6cf8505ce
weight: 2
label: 'Add new images'
id: dropzonejs_media_entity id: dropzonejs_media_entity
uuid: 6f92f199-9447-4a03-bbdb-afc152690644 6f92f199-9447-4a03-bbdb-afc152690644:
label: 'Add new files'
weight: 3
settings: settings:
submit_text: 'Выбрать сущности' submit_text: 'Выбрать сущности'
auto_select: false auto_select: false
...@@ -73,3 +69,7 @@ widgets: ...@@ -73,3 +69,7 @@ widgets:
resize_method: contain resize_method: contain
thumbnail_method: contain thumbnail_method: contain
media_type: file media_type: file
uuid: 6f92f199-9447-4a03-bbdb-afc152690644
weight: 3
label: 'Add new files'
id: dropzonejs_media_entity
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
- media - media
- views - views
_core: _core:
default_config_hash: J8ypkljw-YnkxxrGvJKaGwUaSZnr25zDGuI7BLUDOv8 default_config_hash: RMq4ZUwLzJ0-DvEUn-741qN5hfDaArhgmNpoZSBTcN0
name: file_entity_browser name: file_entity_browser
label: 'File Entity Browser' label: 'File Entity Browser'
display: modal display: modal
...@@ -25,20 +25,16 @@ widget_selector: tabs ...@@ -25,20 +25,16 @@ widget_selector: tabs
widget_selector_configuration: { } widget_selector_configuration: { }
widgets: widgets:
07703fde-a589-4c6b-a6f8-2b1c9c048519: 07703fde-a589-4c6b-a6f8-2b1c9c048519:
id: view
uuid: 07703fde-a589-4c6b-a6f8-2b1c9c048519
label: 'Existing files'
weight: 1
settings: settings:
submit_text: 'Выбрать сущности' submit_text: 'Выбрать сущности'
auto_select: false auto_select: false
view: media view: media
view_display: entity_browser_2 view_display: entity_browser_2
uuid: 07703fde-a589-4c6b-a6f8-2b1c9c048519
weight: 1
label: 'Existing files'
id: view
56a3d7aa-0780-4f3d-9410-6d79e9f6a308: 56a3d7aa-0780-4f3d-9410-6d79e9f6a308:
id: dropzonejs_media_entity
uuid: 56a3d7aa-0780-4f3d-9410-6d79e9f6a308
label: 'Upload new files'
weight: 2
settings: settings:
submit_text: 'Выбрать сущности' submit_text: 'Выбрать сущности'
auto_select: false auto_select: false
...@@ -53,3 +49,7 @@ widgets: ...@@ -53,3 +49,7 @@ widgets:
resize_method: contain resize_method: contain
thumbnail_method: contain thumbnail_method: contain
media_type: file media_type: file
uuid: 56a3d7aa-0780-4f3d-9410-6d79e9f6a308
weight: 2
label: 'Upload new files'
id: dropzonejs_media_entity
uuid: ca3e1557-13c3-42a4-b615-54894384b4e6 uuid: d6a0e651-918d-422e-80c8-179ae91cefc2
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
- entity_browser_entity_form - entity_browser_entity_form
- views - views
_core: _core:
default_config_hash: DMo4O9N1XSsL9A92oF1-3Qp5avfjdodsa7Sv7phvaHY default_config_hash: tgr-fa3zxPj2WX_EC7udvN0Zblbz-bYiA5aL0i6L0fs
name: media_entity_browser name: media_entity_browser
label: 'Media Entity Browser' label: 'Media Entity Browser'
display: iframe display: iframe
......
uuid: f23eedcb-f07f-449c-b7df-5c016bb2ad5f uuid: b58ea3d0-dbc1-4b27-9aca-a3878cd482b1
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
- entity_browser_entity_form - entity_browser_entity_form
- views - views
_core: _core:
default_config_hash: mD4YdLTzODOZUbnQq1XpRAj5jDb4v28ntgigDOwOzfg default_config_hash: IuLxPmdAbw5cxY0_gKLhRnu2CXcVZmzfCodxsedejRU
name: media_entity_browser_modal name: media_entity_browser_modal
label: 'Media Entity Browser (Modal)' label: 'Media Entity Browser (Modal)'
display: modal display: modal
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
module: module:
- views - views
_core: _core:
default_config_hash: nSYPJm9BwO_EJOr7NBdyR43BwzpXGkLq7XPyRQZRk88 default_config_hash: l3lPUW5Xv3S_YMEsnrgUhWS86hpkOvIc9yplRBtzZEA
name: video_entity_browser name: video_entity_browser
label: 'Video entity browser' label: 'Video entity browser'
display: modal display: modal
...@@ -22,12 +22,12 @@ widget_selector: tabs ...@@ -22,12 +22,12 @@ widget_selector: tabs
widget_selector_configuration: { } widget_selector_configuration: { }
widgets: widgets:
c066ad8f-252d-4b6f-8e79-719782b509ad: c066ad8f-252d-4b6f-8e79-719782b509ad:
id: view
uuid: c066ad8f-252d-4b6f-8e79-719782b509ad
label: 'Select existing video'
weight: 1
settings: settings:
submit_text: 'Выбрать сущности' submit_text: 'Выбрать сущности'
auto_select: false auto_select: false
view: media view: media
view_display: entity_browser_4 view_display: entity_browser_4
uuid: c066ad8f-252d-4b6f-8e79-719782b509ad
weight: 1
label: 'Select existing video'
id: view
_core: _core:
default_config_hash: pjFDb8eLJdH_3Bq_xvj6J-Kxm6vmLTcrneTXNNgIHSk default_config_hash: IOOiWMZaSreT6il7z4FIW5R0FhSjogfzkZeTsz5hnyQ
rendered_entity_mode: false rendered_entity_mode: false
langcode: ru langcode: ru
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: JQngbTzUMtqtxc_IdMNABNmk1VjdS6Tf7I74EnuDivk default_config_hash: sTqPN7PlVVaJX8umakZIL56FksNVW5IfvF7h9nSrZPA
id: block_content.basic.body id: block_content.basic.body
field_name: body field_name: body
entity_type: block_content entity_type: block_content
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: RcXiInaiD3tMaO61ISjbgonATrB9wBW1IYAUuI1cS5E default_config_hash: gG_xlqlM16XZKKJvaxg3JHnUE2KwqHpJ8M_1D9MUrI4
id: comment.comment.comment_body id: comment.comment.comment_body
field_name: comment_body field_name: comment_body
entity_type: comment entity_type: comment
......
...@@ -11,7 +11,7 @@ dependencies: ...@@ -11,7 +11,7 @@ dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: dcRZohQ7RE81iWbJ62hqQrSL_8gXriX0c3A-YjbEkSc default_config_hash: '-AlmI8SnHnv6qr7zCz_9ivZnN_qwPMAuKWd3mfUsDsU'
id: media.file.field_media_file id: media.file.field_media_file
field_name: field_media_file field_name: field_media_file
entity_type: media entity_type: media
......
...@@ -11,7 +11,7 @@ dependencies: ...@@ -11,7 +11,7 @@ dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: spfgbIx0K6RfaSZIXFoLzcY9NW2zw_K50GNAKsSAc6Y default_config_hash: Ma46Jv65rwJ2CHQlh9pPqUDV3zL2CRhhVnZ6GAS7TXk
id: media.image.field_media_image id: media.image.field_media_image
field_name: field_media_image field_name: field_media_image
entity_type: media entity_type: media
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- video_embed_field - video_embed_field
_core: _core:
default_config_hash: 43CWosDMMJGmfIUlIf89j4ySP_Gutv_1kYtdO1f8Wc4 default_config_hash: cSAwftq25rK_p3NMk-h_U-ojenHVbUcf19fwAH6yBdY
id: media.video.field_media_video_embed_field id: media.video.field_media_video_embed_field
field_name: field_media_video_embed_field field_name: field_media_video_embed_field
entity_type: media entity_type: media
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- file - file
_core: _core:
default_config_hash: t8OpUY4UrDaNTiWsNC0ttPjExktCDJB6sxQmXe6Df34 default_config_hash: OX030Rif9iGaoQInJSnalwlfl7sdpqUzBPoHzJDLXbs
id: media.video.field_media_video_file id: media.video.field_media_video_file
field_name: field_media_video_file field_name: field_media_video_file
entity_type: media entity_type: media
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- entity_reference_revisions - entity_reference_revisions
_core: _core:
default_config_hash: 3OV-NuU2qnj4k1rNqusq_2ueBDSSAvndSfTGkdgfyg0 default_config_hash: p0JRZTZ4p3fz4FcDEYlIXXslvn5dZdt9U9hMe8LtjUM
id: node.landing_page.field_content id: node.landing_page.field_content
field_name: field_content field_name: field_content
entity_type: node entity_type: node
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- metatag - metatag
_core: _core:
default_config_hash: nmxLpXgwkwyTHAsunGVrzTPg_sSKx_e3pTkKDFctAg0 default_config_hash: q1z7xVLZnOR1W-qJk3AmtWg8N7g9IFnmc2dY8fFv55U
id: node.landing_page.field_metatags id: node.landing_page.field_metatags
field_name: field_metatags field_name: field_metatags
entity_type: node entity_type: node
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: B_Y5Ej7eiV0A6wRmDLkICm-b1ZxoNUUJjv52iuFkkrM default_config_hash: ZKBbULWTYBxGivhezK1WW59gRs_LW8FDPrVWZdeftXs
id: node.page.body id: node.page.body
field_name: body field_name: body
entity_type: node entity_type: node
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- metatag - metatag
_core: _core:
default_config_hash: Sei_ayFmXWESeEpZjR8KcWrGxaKc1awrZw5HhKfOGLg default_config_hash: 423HXqtzcCjI-TFY5pF72_wdEeu60VT9b3CWdXYkv8E
id: node.page.field_metatags id: node.page.field_metatags
field_name: field_metatags field_name: field_metatags
entity_type: node entity_type: node
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
- media.type.image - media.type.image
- paragraphs.paragraphs_type.banner - paragraphs.paragraphs_type.banner
_core: _core:
default_config_hash: PS8Po7Qa7TQqJEREODDb_46kR9uvNcCr8HuKx3p4rEM default_config_hash: WPIDlHz1ZfXb-0ke7Sq6Fh0XhxDnD31jjvFuFNwmEcg
id: paragraph.banner.field_image id: paragraph.banner.field_image
field_name: field_image field_name: field_image
entity_type: paragraph entity_type: paragraph
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- link - link
_core: _core:
default_config_hash: dvl9y_NJAQ-pXjeBTZ_sQdhyzL1roSmJl-wDbk6njzU default_config_hash: x2EXYq0zWt6P5FK2mvb_ijAhJ0EVDy9rq4KyvLj2mTM
id: paragraph.banner.field_ssylka id: paragraph.banner.field_ssylka
field_name: field_ssylka field_name: field_ssylka
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- field.storage.paragraph.field_title - field.storage.paragraph.field_title
- paragraphs.paragraphs_type.form - paragraphs.paragraphs_type.form
_core: _core:
default_config_hash: WcwVVXwdr4Sh9PGrOG1ym-0lgQpVZAKh-oesAIwHpX0 default_config_hash: OqddJdNgiktFXvhMQoavYbWUckjOWifwDDP1-UXbsbs
id: paragraph.form.field_title id: paragraph.form.field_title
field_name: field_title field_name: field_title
entity_type: paragraph entity_type: paragraph
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: dZaFSnd7Zldbphlz2vxtEq3vfjjr0cf9y0FJ951N1Uo default_config_hash: kN0hIeLtsGCrDv3iICDIdpQtPR89AGunc0bPWYgdCBY
id: paragraph.form.field_webform id: paragraph.form.field_webform
field_name: field_webform field_name: field_webform
entity_type: paragraph entity_type: paragraph
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
- media.type.image - media.type.image
- paragraphs.paragraphs_type.slider - paragraphs.paragraphs_type.slider
_core: _core:
default_config_hash: 6BN8xutiLfUZIKeNmpNVXQQ_ooQEHkXIPPrad7nJTX0 default_config_hash: 6dX2megVtHn22in6chmVYwGEZ8AiiwK461e0-3odapk
id: paragraph.slider.field_items id: paragraph.slider.field_items
field_name: field_items field_name: field_items
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- field.storage.paragraph.field_title - field.storage.paragraph.field_title
- paragraphs.paragraphs_type.slider - paragraphs.paragraphs_type.slider
_core: _core:
default_config_hash: '-r0sQioiHFmsBWnCyowYtR6LmRxRqwyIbaQYdzLID1A' default_config_hash: C_4fcHKHYC1uojW9KNTVxSTuarhjrNpv3LdN9PqYnJY
id: paragraph.slider.field_title id: paragraph.slider.field_title
field_name: field_title field_name: field_title
entity_type: paragraph entity_type: paragraph
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: IzohEcwUCZq1fe4jyQeQXWC3tsylTUBeO0KGrpNKdZ0 default_config_hash: ntKKdMGZO5XPnj7Iz3E8TFC93M3NoBoLcYHjUTr2rRA
id: paragraph.text.field_content id: paragraph.text.field_content
field_name: field_content field_name: field_content
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- field.storage.paragraph.field_title - field.storage.paragraph.field_title
- paragraphs.paragraphs_type.text - paragraphs.paragraphs_type.text
_core: _core:
default_config_hash: GpSyFCrUMsIhPxhRl2mkAn2_z85bi7YZ1_3fwsDQh1A default_config_hash: Fv-TuwdkrxiVl5hQZV4TKPyA7ooybcrndc6OQT5KpLc
id: paragraph.text.field_title id: paragraph.text.field_title
field_name: field_title field_name: field_title
entity_type: paragraph entity_type: paragraph
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- text - text
_core: _core:
default_config_hash: s56zjKCn6Mo8SPBRRAoIKML7z1qolMQNVR-K_RMstH0 default_config_hash: jvk1lrp6XdBLhleoB1Jk_wFrFPhf4tUaQyeNjB1-MDQ
id: paragraph.text_image.field_content id: paragraph.text_image.field_content
field_name: field_content field_name: field_content
entity_type: paragraph entity_type: paragraph
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
- media.type.image - media.type.image
- paragraphs.paragraphs_type.text_image - paragraphs.paragraphs_type.text_image
_core: _core:
default_config_hash: 7hWM1lVk42Yqz9w7Zngf2g0rKY2ronbWA4L_iz4JSME default_config_hash: szOYUbkOrL-BmOij-IBJpmnCUa3TJAYB-snre9SDGMc
id: paragraph.text_image.field_image id: paragraph.text_image.field_image
field_name: field_image field_name: field_image
entity_type: paragraph entity_type: paragraph
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- options - options
_core: _core:
default_config_hash: CmjrpibeolRJrTiQnBMJMGAyWboMyOcyqa4Mc5ZIihc default_config_hash: OOA77nHnj3UnuCw0V6GMGhAHDVKA-7KqiBJlyt1evPo
id: paragraph.text_image.field_image_position id: paragraph.text_image.field_image_position
field_name: field_image_position field_name: field_image_position
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- field.storage.paragraph.field_title - field.storage.paragraph.field_title
- paragraphs.paragraphs_type.text_image - paragraphs.paragraphs_type.text_image
_core: _core:
default_config_hash: s7DruolwOJFMrsugb1yxC2u8XzxTyquHHnrB5ZsulO4 default_config_hash: ifYOrDtV2hwy9fipLwoC5nC5svRHC07pUW9oqHNVr-c
id: paragraph.text_image.field_title id: paragraph.text_image.field_title
field_name: field_title field_name: field_title
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- field.storage.paragraph.field_title - field.storage.paragraph.field_title
- paragraphs.paragraphs_type.video - paragraphs.paragraphs_type.video
_core: _core:
default_config_hash: Ml8prscSMZSTiv1pzK3SJJd71VVdAgjcRlYEugTYEoA default_config_hash: OvZEepcqW6wE1Myk9Qb4MJ2xJfcYUUbPQzklWGVH1Wc
id: paragraph.video.field_title id: paragraph.video.field_title
field_name: field_title field_name: field_title
entity_type: paragraph entity_type: paragraph
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
- media.type.video - media.type.video
- paragraphs.paragraphs_type.video - paragraphs.paragraphs_type.video
_core: _core:
default_config_hash: B6b8a9xzlhA6_weJlUO7ajDNz4V9DeuwxK-ZYwKIKC4 default_config_hash: Y7fshnSRiuqS1CNLju8ywXJmu3CaLIqKgqD0bze7l-E
id: paragraph.video.field_video id: paragraph.video.field_video
field_name: field_video field_name: field_video
entity_type: paragraph entity_type: paragraph
......
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
- image - image
- user - user
_core: _core:
default_config_hash: lD5s3LHyLBouR2cQJQaJbXg-l2KGydGnr7BLidkwhwg default_config_hash: SSJa82x3TsbyLPhYa0F6x8hOBwNNl8siRsNmcpfrqck
id: user.user.user_picture id: user.user.user_picture
field_name: user_picture field_name: user_picture
entity_type: user entity_type: user
......
_core: _core:
default_config_hash: hgmjqcKXitjqRuXOFUSy5TiubWF-h4IoH8y1YtBetCQ default_config_hash: VcsiNrura_wsYuNi4gxnyUgAtc73ZTQBmVsAvl0DGuU
purge_batch_size: 50 purge_batch_size: 50
langcode: ru langcode: ru
uuid: 0427c3d3-fbe3-4ef4-bc1a-8dfd87e5f310 uuid: e2ec834e-6dc6-42e7-9cff-98ef52db78a9
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- block_content - block_content
- text - text
_core: _core:
default_config_hash: Rfvs2xYj3-1VEd_Oa6wSul8pH9C0wqMYaAKbBcZYSC0 default_config_hash: QHeqsdDy7qxYeP69eQDKQL5QgQfQXPkldKxx89RiwwU
id: block_content.body id: block_content.body
field_name: body field_name: body
entity_type: block_content entity_type: block_content
......
uuid: 25c44d23-4644-49b7-b53c-65483531a7c2 uuid: b6497d25-d89f-4e36-abc0-597678a1d252
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- comment - comment
- text - text
_core: _core:
default_config_hash: VootWdXjXB20kmXa2xxskPGCPchbuUmLwpZFkQsqadY default_config_hash: 5yxKSscKVo2wCIibGSzXzKgWAgUlY2qRik2QH9yJRos
id: comment.comment_body id: comment.comment_body
field_name: comment_body field_name: comment_body
entity_type: comment entity_type: comment
......
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: e_cFtw_sQ_YJIpts3i_1QGIHRmzaoVfYrP8giAkTQiI default_config_hash: 0XqELhwt5nunvcTXEjvPec3yjmavwMqCo9hRLYjnjxM
id: media.field_media_file id: media.field_media_file
field_name: field_media_file field_name: field_media_file
entity_type: media entity_type: media
......
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: PaKfhy1jhSgRI8wcTbP5eACFCzerS-_iw1c9dOwq_Z0 default_config_hash: 3A-k7QWAkALKf7w0z5jrfNo2GrxTj3z8nlA1-5xbOhI
id: media.field_media_image id: media.field_media_image
field_name: field_media_image field_name: field_media_image
entity_type: media entity_type: media
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- media - media
- video_embed_field - video_embed_field
_core: _core:
default_config_hash: 4HYB8tpJUWoJp0pd9EYwvqDsGASkcdDI5c8CgRyv3Ig default_config_hash: vkVHxL-554f4D8l6L08xs8GLY7vp9S_VloV8NrOTqvo
id: media.field_media_video_embed_field id: media.field_media_video_embed_field
field_name: field_media_video_embed_field field_name: field_media_video_embed_field
entity_type: media entity_type: media
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- file - file
- media - media
_core: _core:
default_config_hash: OoTCl29dGAf1MNlhARY8rrQLlpCgdJqhvVZUrhWNhXI default_config_hash: rWqK6uvQifstQzU1cOqJfE1VIRs0ByjxE1_2CyWxjjM
id: media.field_media_video_file id: media.field_media_video_file
field_name: field_media_video_file field_name: field_media_video_file
entity_type: media entity_type: media
......
uuid: 1f3a45df-84c6-414f-b2eb-1756aa17882c uuid: d0d11db0-1d6a-47c0-bc16-a219d06b8ea5
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- node - node
- text - text
_core: _core:
default_config_hash: bRSNVTA6iAPGvlysF0aGt_9jFJQh0n64Q3y07kbsLIA default_config_hash: OYoyr-3Im5BiG-wHzwR1sr7HDh1i3kI2I3NT9O9stDk
id: node.body id: node.body
field_name: body field_name: body
entity_type: node entity_type: node
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
- node - node
- paragraphs - paragraphs
_core: _core:
default_config_hash: AuNnmysAet9DqyoYr2AbLyJDj9icPFgk7IqPECnZgvQ default_config_hash: MC7O2zIVaWH2NIVxFOLTTMCaN7N52WlkKXAnOTIIMk4
id: node.field_content id: node.field_content
field_name: field_content field_name: field_content
entity_type: node entity_type: node
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- metatag - metatag
- node - node
_core: _core:
default_config_hash: r3OOBJaSgspmgPIIFqCaYwzM7lXQ9BSo2FbzBvW2aB0 default_config_hash: OJ8Xr4V_O4KXx9dR177ypSMkg75GIpNP4gpLSEI3wiQ
id: node.field_metatags id: node.field_metatags
field_name: field_metatags field_name: field_metatags
entity_type: node entity_type: node
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- paragraphs - paragraphs
- text - text
_core: _core:
default_config_hash: ABQda51huu_DXLcOkcXa6r4c8v8KqMuG0xuo6glPZlc default_config_hash: JEFiSN7aLdrkaSQ7YcCJFg_PpB4s1dWZt_5vc62dyw8
id: paragraph.field_content id: paragraph.field_content
field_name: field_content field_name: field_content
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- media - media
- paragraphs - paragraphs
_core: _core:
default_config_hash: aUmy9Rziy1ru65TNP0VUo2jpbLyLevB5q5AEN021WGU default_config_hash: 3GrOO-9ucw12b-rIc2cJToNANmo6CkEdDkMG-PrUdaU
id: paragraph.field_image id: paragraph.field_image
field_name: field_image field_name: field_image
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- options - options
- paragraphs - paragraphs
_core: _core:
default_config_hash: 2FS8O9V2KZpfwbZF_0CyPPFZEkRMv6vAs-UqnsgJjoc default_config_hash: 3PNbj0e6YqPmWw1q8NvYhEtnBvRF-UCd2ZBtL-Lug8Q
id: paragraph.field_image_position id: paragraph.field_image_position
field_name: field_image_position field_name: field_image_position
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- media - media
- paragraphs - paragraphs
_core: _core:
default_config_hash: q9xZsnGR0BzdwInBsTFnZp9aoWb8uwBjtwJXkn6iZM4 default_config_hash: qhvV-kaHziiRiTQx4fRQYtb1izSW1jYN3VtqM_bcGzQ
id: paragraph.field_items id: paragraph.field_items
field_name: field_items field_name: field_items
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- link - link
- paragraphs - paragraphs
_core: _core:
default_config_hash: BOdzZm0FrMn0nd1hcAf3tFimS091wJAPoGYQwCHFjS4 default_config_hash: 6lCwH5WaF90ZNIxF_A2T_vTQ7U5kKUflkL03HNzR258
id: paragraph.field_ssylka id: paragraph.field_ssylka
field_name: field_ssylka field_name: field_ssylka
entity_type: paragraph entity_type: paragraph
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
module: module:
- paragraphs - paragraphs
_core: _core:
default_config_hash: GQhgZ8cdjMpNXNhUh7Z5OznZy194X4w2jGky5C5E0Sc default_config_hash: chKx159a_R9JKDgGQZhLXaq5IrkIy5BNipnh99BuFtE
id: paragraph.field_title id: paragraph.field_title
field_name: field_title field_name: field_title
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- media - media
- paragraphs - paragraphs
_core: _core:
default_config_hash: 4Mr2T9FfgnWLgjTsl5dPxcvM5g2YMjJjrxA8Zs2az8s default_config_hash: z5_Ziih4tE0T7i8hiYZJzQ8NMToU2BJ4J3_UXeRM7Pk
id: paragraph.field_video id: paragraph.field_video
field_name: field_video field_name: field_video
entity_type: paragraph entity_type: paragraph
......
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- paragraphs - paragraphs
- webform - webform
_core: _core:
default_config_hash: cC5HR8zcxtwaDLTnGR3FXP6wthz-nIRUbRDhrMo_i0M default_config_hash: BOG2WuUpLtbIHaP4OwPOMHW8RgDlLnbmxnaS34SebXg
id: paragraph.field_webform id: paragraph.field_webform
field_name: field_webform field_name: field_webform
entity_type: paragraph entity_type: paragraph
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
- image - image
- user - user
_core: _core:
default_config_hash: tlqCtGoy91PBeK-Zq1gG5DYnmXDVGPtyijQKb-iLMGI default_config_hash: Sp63DJzghrN2tYRbt5abA1i-ed5jsG-9fPlE1lXh6X4
id: user.user_picture id: user.user_picture
field_name: user_picture field_name: user_picture
entity_type: user entity_type: user
......
_core: _core:
default_config_hash: AtRVNekRybcixbSZH_ZkrjTJ-isuB7eOIzCaiirFO10 default_config_hash: P606MJP9foelpRWwdktl_5A4Ikec_14_kMc_Xx4M2Bs
field_prefix: field_ field_prefix: field_
langcode: ru langcode: ru
_core: _core:
default_config_hash: FNUcSwaOYQPSPRTcEv_6Lor6aHkhMzxO-Zq5ESZsots default_config_hash: fLJS57EtAsA5bZCKZtaj6JsBLcFLTlrn8G0qq1JThew
langcode: ru
description: description:
type: textfield type: textfield
length: 128 length: 128
icon: icon:
directory: core/modules/file/icons directory: core/modules/file/icons
make_unused_managed_files_temporary: false make_unused_managed_files_temporary: false
langcode: ru filename_sanitization:
transliterate: true
replace_whitespace: false
replace_non_alphanumeric: false
deduplicate_separators: false
lowercase: false
replacement_character: '-'
...@@ -3,23 +3,37 @@ langcode: ru ...@@ -3,23 +3,37 @@ langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- blazy
- editor - editor
- media
- slick - slick
_core: _core:
default_config_hash: m9AL5ZJbpqLo-x_TXVy3irgJmegW1b-rvUbvJfLaHC4 default_config_hash: 1tevbtnN0lbSk9KOGuVPYmgWlgddrvDbP_kYdOyPCto
name: 'Базовый HTML' name: 'Базовый HTML'
format: basic_html format: basic_html
weight: -9 weight: -9
filters: filters:
filter_html: blazy_filter:
id: filter_html id: blazy_filter
provider: filter provider: blazy
status: true status: false
weight: -10 weight: 3
settings: settings:
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption>' media_switch: ''
filter_html_help: false hybrid_style: ''
filter_html_nofollow: false box_style: ''
box_media_style: ''
box_caption: ''
filter_tags:
img: img
iframe: iframe
use_data_uri: '0'
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: 11
settings: { }
filter_align: filter_align:
id: filter_align id: filter_align
provider: filter provider: filter
...@@ -32,23 +46,79 @@ filters: ...@@ -32,23 +46,79 @@ filters:
status: true status: true
weight: 8 weight: 8
settings: { } settings: { }
filter_html:
id: filter_html
provider: filter
status: true
weight: -10
settings:
allowed_html: '<br> <p> <h2> <h3> <h4> <h5> <h6> <strong> <em> <blockquote> <a href data-entity-type data-entity-uuid data-entity-substitution> <ul> <ol reversed start> <li> <img src alt height width data-entity-uuid data-entity-type data-caption data-align>'
filter_html_help: false
filter_html_nofollow: false
filter_html_image_secure: filter_html_image_secure:
id: filter_html_image_secure id: filter_html_image_secure
provider: filter provider: filter
status: true status: true
weight: 9 weight: 9
settings: { } settings: { }
editor_file_reference: filter_image_lazy_load:
id: editor_file_reference id: filter_image_lazy_load
provider: editor provider: filter
status: true status: true
weight: 11 weight: 12
settings: { } settings: { }
media_embed:
id: media_embed
provider: media
status: false
weight: 100
settings:
default_view_mode: default
allowed_view_modes: { }
allowed_media_types:
image: image
slick_filter: slick_filter:
id: slick_filter id: slick_filter
provider: slick provider: slick
status: false status: false
weight: 4 weight: 4
settings: settings:
caption:
alt: '0'
title: '0'
optionset: default optionset: default
by_delta: null
layout: ''
admin_uri: '/admin/config/content/formats/manage/basic_html?destination=/admin/config/content/formats&ajax_form=1&_wrapper_format=drupal_ajax'
background: false
box_caption: ''
box_caption_custom: ''
box_media_style: ''
loading: ''
box_style: ''
image_style: ''
media_switch: '' media_switch: ''
ratio: ''
thumbnail_style: ''
grid: ''
grid_medium: ''
grid_small: ''
style: ''
skin: ''
overridables:
arrows: '0'
autoplay: '0'
dots: '0'
draggable: '0'
infinite: '0'
mouseWheel: '0'
randomize: '0'
variableWidth: '0'
optionset_thumbnail: ''
skin_thumbnail: ''
thumbnail_caption: ''
thumbnail_effect: ''
thumbnail_position: ''
override: false
preserve_keys: false
visible_items: null
...@@ -6,62 +6,144 @@ dependencies: ...@@ -6,62 +6,144 @@ dependencies:
- blazy - blazy
- editor - editor
- entity_embed - entity_embed
- linkit
- media
- slick - slick
_core: _core:
default_config_hash: 79Ii6eV4d3dgnm82gLuMUTenUETsj4vP-4YCsKU-jF0 default_config_hash: HMthecoJjtvZYAB3NRDkvH4wp7ecH7azu_I_CbELais
name: 'Full HTML' name: 'Full HTML'
format: full_html format: full_html
weight: -10 weight: -10
filters: filters:
blazy_filter:
id: blazy_filter
provider: blazy
status: false
weight: -39
settings:
media_switch: ''
hybrid_style: ''
box_style: ''
box_media_style: ''
box_caption: ''
filter_tags:
img: img
iframe: iframe
use_data_uri: '0'
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: -46
settings: { }
entity_embed:
id: entity_embed
provider: entity_embed
status: true
weight: -48
settings: { }
filter_align: filter_align:
id: filter_align id: filter_align
provider: filter provider: filter
status: true status: true
weight: 8 weight: -50
settings: { }
filter_autop:
id: filter_autop
provider: filter
status: false
weight: -42
settings: { } settings: { }
filter_caption: filter_caption:
id: filter_caption id: filter_caption
provider: filter provider: filter
status: true status: true
weight: 9 weight: -49
settings: { }
filter_html:
id: filter_html
provider: filter
status: false
weight: -44
settings:
allowed_html: ''
filter_html_help: true
filter_html_nofollow: false
filter_html_escape:
id: filter_html_escape
provider: filter
status: false
weight: -43
settings: { }
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: false
weight: -37
settings: { } settings: { }
filter_htmlcorrector: filter_htmlcorrector:
id: filter_htmlcorrector id: filter_htmlcorrector
provider: filter provider: filter
status: true status: true
weight: 10 weight: -47
settings: { } settings: { }
editor_file_reference: filter_image_lazy_load:
id: editor_file_reference id: filter_image_lazy_load
provider: editor provider: filter
status: true status: true
weight: 11 weight: -45
settings: { } settings: { }
filter_html: filter_url:
id: filter_html id: filter_url
provider: filter provider: filter
status: false status: false
weight: -10 weight: -41
settings: settings:
allowed_html: '<em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <s> <sup> <sub> <a href hreflang !href accesskey id rel target title> <img src alt data-entity-type data-entity-uuid data-align data-caption> <table> <caption> <tbody> <thead> <tfoot> <th> <td> <tr> <hr> <p> <h1> <pre> <span> <u>' filter_url_length: 72
filter_html_help: true linkit:
filter_html_nofollow: false id: linkit
provider: linkit
status: false
weight: -40
settings:
title: true
media_embed:
id: media_embed
provider: media
status: true
weight: -36
settings:
default_view_mode: default
allowed_view_modes: { }
allowed_media_types: { }
slick_filter: slick_filter:
id: slick_filter id: slick_filter
provider: slick provider: slick
status: false status: false
weight: 4 weight: -38
settings: settings:
caption:
alt: '0'
title: '0'
optionset: default optionset: default
media_switch: '' by_delta: null
layout: '' layout: ''
skin: '' admin_uri: '/admin/config/content/formats/manage/full_html?destination=/admin/config/content/formats&ajax_form=1&_wrapper_format=drupal_ajax'
background: false background: false
box_caption: ''
box_caption_custom: ''
box_media_style: ''
loading: '' loading: ''
preload: false box_style: ''
image_style: '' image_style: ''
media_switch: ''
ratio: '' ratio: ''
thumbnail_style: '' thumbnail_style: ''
grid: ''
grid_medium: ''
grid_small: ''
style: ''
skin: ''
overridables: overridables:
arrows: '0' arrows: '0'
autoplay: '0' autoplay: '0'
...@@ -77,23 +159,5 @@ filters: ...@@ -77,23 +159,5 @@ filters:
thumbnail_effect: '' thumbnail_effect: ''
thumbnail_position: '' thumbnail_position: ''
override: false override: false
blazy_filter: preserve_keys: false
id: blazy_filter visible_items: null
provider: blazy
status: false
weight: 3
settings:
filter_tags:
img: img
iframe: iframe
media_switch: ''
box_style: ''
hybrid_style: ''
use_data_uri: '0'
box_caption: ''
entity_embed:
id: entity_embed
provider: entity_embed
status: true
weight: 0
settings: { }
uuid: b29e6aaf-2176-4059-b5e5-d0a20779d55b uuid: cbafff96-3869-4208-9a17-87879706a76d
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- slick - slick
_core: _core:
default_config_hash: 8ZV124KbqBctR0ih1H2Ccea1UPeKq9WBW3oyi2V1k-Y default_config_hash: xftTGaD6L-fe510dNbEM0qTRMVGAETRJhqojJ76zhuU
name: 'Простой текст' name: 'Простой текст'
format: plain_text format: plain_text
weight: 10 weight: 10
filters: filters:
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
filter_html_escape: filter_html_escape:
id: filter_html_escape id: filter_html_escape
provider: filter provider: filter
...@@ -23,12 +29,6 @@ filters: ...@@ -23,12 +29,6 @@ filters:
weight: 0 weight: 0
settings: settings:
filter_url_length: 72 filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
slick_filter: slick_filter:
id: slick_filter id: slick_filter
provider: slick provider: slick
......
uuid: 453d30bc-751d-4dbb-af34-990168e71840
langcode: ru
status: true
dependencies:
module:
- blazy
- slick
name: 'Ограниченный HTML'
format: restricted_html
weight: 0
filters:
blazy_filter:
id: blazy_filter
provider: blazy
status: false
weight: 3
settings:
media_switch: ''
hybrid_style: ''
box_style: ''
box_media_style: ''
box_caption: ''
filter_tags:
img: img
iframe: iframe
use_data_uri: '0'
filter_html:
id: filter_html
provider: filter
status: true
weight: -10
settings:
allowed_html: '<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>'
filter_html_help: true
filter_html_nofollow: false
filter_url:
id: filter_url
provider: filter
status: true
weight: 0
settings:
filter_url_length: 72
slick_filter:
id: slick_filter
provider: slick
status: false
weight: 4
settings:
caption:
alt: '0'
title: '0'
optionset: default
by_delta: null
layout: ''
admin_uri: '/admin/config/content/formats/manage/restricted_html?destination=/admin/config/content/formats&ajax_form=1&_wrapper_format=drupal_ajax'
background: false
box_caption: ''
box_caption_custom: ''
box_media_style: ''
loading: ''
box_style: ''
image_style: ''
media_switch: ''
ratio: ''
thumbnail_style: ''
grid: ''
grid_medium: ''
grid_small: ''
style: ''
skin: ''
overridables:
arrows: '0'
autoplay: '0'
dots: '0'
draggable: '0'
infinite: '0'
mouseWheel: '0'
randomize: '0'
variableWidth: '0'
optionset_thumbnail: ''
skin_thumbnail: ''
thumbnail_caption: ''
thumbnail_effect: ''
thumbnail_position: ''
override: false
preserve_keys: false
visible_items: null
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
module: module:
- slick - slick
_core: _core:
default_config_hash: MjIN-gOjvRuqNSYeII8odhJ2TFaBl8KJhjeNIjEvH7g default_config_hash: FMKUdvEVoKdMheXzfuzIberYVn34nQMgliT1dx4aiC8
name: 'Webform (Default) - DO NOT EDIT' name: 'Webform (Default) - DO NOT EDIT'
format: webform_default format: webform_default
weight: 100 weight: 100
......
_core: _core:
default_config_hash: 9yUU0Y11XOYMPN3FlWmEGKoJfotR2eUW8FSY8qzoaNQ default_config_hash: vLfTHqE6Jo7sOy0mSXMVQ3fqD4kcYaLVzlBimhuWfF4
fallback_format: plain_text fallback_format: plain_text
always_show_fallback_choice: false always_show_fallback_choice: false
langcode: ru langcode: ru
_core: _core:
default_config_hash: JwMB4lhgCF6tUSC8iRfM55kISYuwMBUNaqonJQM89MA default_config_hash: tgZdajrXWh7tQl-UNXPeD6eqdwLIjrICPt6iXIUa8Kk
account: '' account: ''
premium: false premium: false
domain_mode: 0 domain_mode: 0
......
_core: _core:
default_config_hash: BDIhIu5pb-PA27lpYYoI9As_DTg4toBwYxj72tJ9CUM default_config_hash: wOL8-jsQvCOOXo8Iko4wN49U-mCDSiHVl3PCYm-g5Ws
langcode: ru langcode: ru
protect_all_forms: false protect_all_forms: false
unprotected_forms: unprotected_forms:
......
_core: _core:
default_config_hash: 8LTTYGUZHiFlv-6eqgtnjSDrHxeCu-9DImQK2r15OR4 default_config_hash: mSDrEbb6deZcX0cSKX7fUr_C-i6wcVXG6O1JIberQ4Q
preview_image: core/modules/image/sample.png preview_image: core/modules/image/sample.png
allow_insecure_derivatives: false allow_insecure_derivatives: false
suppress_itok_output: false suppress_itok_output: false
......
uuid: 8ffa4960-a3cc-4871-aaef-44c2f557130c uuid: 1334c26f-bfac-488c-bdf4-4087fdfaa7f6
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: irZQgHP608TjrUDBaf4PNgdorym-j7W-JVd7HFJnW18 default_config_hash: 4Vn6DpymD2GPf4ZWGXzlH9doi1r18NzTpFLMHuDbDcM
name: large name: large
label: 'Большой (480×480)' label: 'Большой (480×480)'
effects: effects:
......
uuid: e2b96118-b571-4f1b-8212-22258be0ceac uuid: 4d9d2aaa-d117-4f19-b1a7-cd5813d6be6c
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: 4KJEGgkNqXYBzDXY6XR9z2pvvK-WF8MByOQ43o7eUGU default_config_hash: vrYt5Y_TqEHrCqbZJ_LiK8BAl4B3G9yonip-UXdDDqI
name: linkit_result_thumbnail name: linkit_result_thumbnail
label: 'Linkit result thumbnail' label: 'Linkit result thumbnail'
effects: effects:
......
uuid: 9689113c-b74f-4547-a2e3-b6389a095926 uuid: 2751869b-62a7-4a5f-8286-bc589e6a8c1a
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: _p3kHfwi-SaYhN8UvZaFwZ6YkXELnpPPhRraedwkY_0 default_config_hash: _zcMJb8I01Sl0PYeZiIMTt5bvFQxhpwH5932cOQAKeg
name: media_entity_browser_thumbnail name: media_entity_browser_thumbnail
label: 'Media Entity Browser thumbnail' label: 'Media Entity Browser thumbnail'
effects: effects:
......
uuid: 4b2154f1-6e1c-49fa-80a6-042435910560 uuid: 584ec1e1-3951-4fa1-80e3-5cc4bd09e7ce
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: ONVMy6GnHDxHNROu-qOUcWZ6l7ZwgiLdtWQK28T-bC4 default_config_hash: DBMCqdjJO9G1v9hVmYKhOZlg3ou_jGRQqpxxbUMyW0c
name: medium name: medium
label: 'Средний (220×220)' label: 'Средний (220×220)'
effects: effects:
......
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: '-JvSr3Z_VCBNEsVxc--UwPxBWWWXWec87QO55yr3Lyw' default_config_hash: WHST2mB6bHJ6pXEUbTS7UHfeCh-oCaQ5VCRJydIWrwA
name: slayder name: slayder
label: Слайдер label: Слайдер
effects: effects:
......
uuid: ef32ca66-f0a6-457c-9841-6f7a235bec18 uuid: 3928e2f2-b318-4c30-bfda-fbc926bd17ba
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- slick - slick
_core: _core:
default_config_hash: WzZB_aS4H9dj3AwPmGPu5ppNcyz7aaYVBenN1SDz4Nk default_config_hash: nvpJdYpSKUCsJ8Kwd5dmW0KFRaquWjoNRAJQbWieZow
name: slick_media name: slick_media
label: 'Slick media' label: 'Slick media'
effects: effects:
......
uuid: 71a74ae9-7603-4786-aefe-13cec885bedc uuid: 4216dbb5-480d-4437-84be-9e4b4d85f5b7
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: e-2-uvlqI6wzVJk0-AR1eQQybWVj61l--bLiFn1vv7Q default_config_hash: uoUqSnke_q0vyDkxCqmxT3HuOtEUjTXvBme_WtN0jtI
name: thumbnail name: thumbnail
label: 'Миниатюра (100×100)' label: 'Миниатюра (100×100)'
effects: effects:
......
uuid: c7bddbef-482d-444c-99c6-dd1cc9042547 uuid: ab135265-b81a-48fa-9550-19a7c4be4a91
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: n_lEKeX0tQsjfXWbDWlWtKurNhLhcZCCCXz0AvNfQrI default_config_hash: eolA9LDyH0lHu1isdxV8BrbAnFexTXr6cvfHvfANBBk
name: wide name: wide
label: 'Широкий (1090)' label: 'Широкий (1090)'
effects: effects:
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- block_content.type.basic - block_content.type.basic
_core: _core:
default_config_hash: VjD-5qJocK5uG_O1lHqRo517wTDKhMz4zFbXGrK7Yuo default_config_hash: ScQja0adPxb1CZme5l8vmtcBKqJd8KEsLqqAfbFdiLI
id: block_content.basic id: block_content.basic
target_entity_type_id: block_content target_entity_type_id: block_content
target_bundle: basic target_bundle: basic
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- comment.type.comment - comment.type.comment
_core: _core:
default_config_hash: olwStY56g1rVKqSbqmiQ8k73VblQwQ1v5cj2jEtx-XY default_config_hash: Kg68SQDDj66aMvNeyWrQKRM5LOiYN1Mrwygov8YQXpU
id: comment.comment id: comment.comment
target_entity_type_id: comment target_entity_type_id: comment
target_bundle: comment target_bundle: comment
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- contact.form.feedback - contact.form.feedback
_core: _core:
default_config_hash: FACFYW_cabzDWPm91RBoCZ0GwhutesFg6wyKCT0e-TE default_config_hash: JJWBBWiJ1bNJ4gLisyKUae2s1jbJFXga5xj7vIaYFAM
id: contact_message.feedback id: contact_message.feedback
target_entity_type_id: contact_message target_entity_type_id: contact_message
target_bundle: feedback target_bundle: feedback
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- contact.form.personal - contact.form.personal
_core: _core:
default_config_hash: Nq2YCK6b6kP9S0jmp-SPiLLnAi549XBDCI2GbfJYB9E default_config_hash: yvA8_7Yw_wWm7zxxj6GtlhBDrpml31WyKFz3pwTsrB8
id: contact_message.personal id: contact_message.personal
target_entity_type_id: contact_message target_entity_type_id: contact_message
target_bundle: personal target_bundle: personal
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
module: module:
- file - file
_core: _core:
default_config_hash: eI2nI2KIbxpPApSvpcb2QoxvNk1GSfRmAybgZIqzGio default_config_hash: XmGPyj1KQFljHSB4ac-5vFzVfxUQGiJZ4GLG3xjdU0Q
id: file.file id: file.file
target_entity_type_id: file target_entity_type_id: file
target_bundle: file target_bundle: file
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- media.type.file - media.type.file
_core: _core:
default_config_hash: edxW9T8Re79mfk6UQdItP-tZT7C_VyIRKINjZx6sat8 default_config_hash: gCqbhEC8ob4dtyFIRE-lwU1oGwIiSU1JIGoi7MRZfUo
id: media.file id: media.file
target_entity_type_id: media target_entity_type_id: media
target_bundle: file target_bundle: file
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- media.type.image - media.type.image
_core: _core:
default_config_hash: '-so-K_YTbYSgHI2gpSzaRMPf-krDN7dHCKGae-UcmO4' default_config_hash: DhrwUQbCiF1_WogRY7rN_RAwxQPeH8NfJ7Mpb01xmls
id: media.image id: media.image
target_entity_type_id: media target_entity_type_id: media
target_bundle: image target_bundle: image
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- media.type.video - media.type.video
_core: _core:
default_config_hash: f0lwqFbfqz6tBv6yjkziQK2DgUW0FZhSrbvmOEoWCII default_config_hash: 7BEnaKzuHXTQjii5WPNKNqGPT7nc3lxqQKMjEwQvw1A
id: media.video id: media.video
target_entity_type_id: media target_entity_type_id: media
target_bundle: video target_bundle: video
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
module: module:
- menu_link_content - menu_link_content
_core: _core:
default_config_hash: 0r2fLN6COIJ-fuBK4j4lFeUe95jygQDD2kh_KEob3uY default_config_hash: 5PWDCgEBpvCAc2_HchH5R3t-nCmSlQ3ohOqxRP2wWCk
id: menu_link_content.menu_link_content id: menu_link_content.menu_link_content
target_entity_type_id: menu_link_content target_entity_type_id: menu_link_content
target_bundle: menu_link_content target_bundle: menu_link_content
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- node.type.landing_page - node.type.landing_page
_core: _core:
default_config_hash: JzwWiF0R-go-3oeSw9PP04mqwgIfq4m-nO4uCta3Wr4 default_config_hash: kXjka7vg2o0T9T2Iy1fJ2mVy_il6GIZB9OBuKibSbho
id: node.landing_page id: node.landing_page
target_entity_type_id: node target_entity_type_id: node
target_bundle: landing_page target_bundle: landing_page
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- node.type.page - node.type.page
_core: _core:
default_config_hash: 7Z9o886GCXih-e-aMYSRLVtbgZmJrLViAd3scx89fdg default_config_hash: yyVJQu93C_HruIZiperYhNZXxelR9YDLR9j6uYm-mgA
id: node.page id: node.page
target_entity_type_id: node target_entity_type_id: node
target_bundle: page target_bundle: page
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- paragraphs.paragraphs_type.form - paragraphs.paragraphs_type.form
_core: _core:
default_config_hash: OOYVmMVr48SORGSeO06C46UpERaeEthPRwckXDKAm4c default_config_hash: O2iLVd3sDy3-8yaWXQKgO2E5tIewPI5MqPXoTLkjH0k
id: paragraph.form id: paragraph.form
target_entity_type_id: paragraph target_entity_type_id: paragraph
target_bundle: form target_bundle: form
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- paragraphs.paragraphs_type.slider - paragraphs.paragraphs_type.slider
_core: _core:
default_config_hash: 9PQE4aW8pqiFT-IgGN4SdlHwc7D7p6z4RLLdTduuJDM default_config_hash: usCa0HpZ_GBt5VVjbnYWNiWiPtXf0GlWpYkuj39Ms5Q
id: paragraph.slider id: paragraph.slider
target_entity_type_id: paragraph target_entity_type_id: paragraph
target_bundle: slider target_bundle: slider
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- paragraphs.paragraphs_type.text - paragraphs.paragraphs_type.text
_core: _core:
default_config_hash: 65exupVrCIRI2rOlYkDVUI7ZQaNMF5V2S1piks4nTK0 default_config_hash: uuSZcMLnKuS3wL1rbMU89uO9YquNdGPHD4RzcJraHPM
id: paragraph.text id: paragraph.text
target_entity_type_id: paragraph target_entity_type_id: paragraph
target_bundle: text target_bundle: text
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- paragraphs.paragraphs_type.text_image - paragraphs.paragraphs_type.text_image
_core: _core:
default_config_hash: 0ta-Qn8pf6Z1NYSKWBIoozLtKoulDswfk0mJYBYWPdA default_config_hash: YPZju6vmJVpI_NWXBgYbjGfztpWqoktZb1jtxNIO6kI
id: paragraph.text_image id: paragraph.text_image
target_entity_type_id: paragraph target_entity_type_id: paragraph
target_bundle: text_image target_bundle: text_image
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- paragraphs.paragraphs_type.video - paragraphs.paragraphs_type.video
_core: _core:
default_config_hash: 2Il5wWy5dQKrDNmPS1y94wjug1RQvgWdcNEDjI5ZFEg default_config_hash: 0uQYbYKKHz_dWRZ63nX06UOEziakHQnQvFfSpy8AImc
id: paragraph.video id: paragraph.video
target_entity_type_id: paragraph target_entity_type_id: paragraph
target_bundle: video target_bundle: video
......
uuid: e4c69818-cd4b-4c17-b48e-593b42513ae0 uuid: eb25ed8d-3f30-437f-9341-964c07a127bf
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- path_alias - path_alias
_core: _core:
default_config_hash: GwIL79TgC64md9ipkrM6QO2BVkjvlJ-ihwuspBw9a4Y default_config_hash: Mhx09H9DgKph0sRwI54wiYAZ-7SxpFb8ZkKvfMnBl6U
id: path_alias.path_alias id: path_alias.path_alias
target_entity_type_id: path_alias target_entity_type_id: path_alias
target_bundle: path_alias target_bundle: path_alias
......
uuid: 1a9eaef9-fd3b-455d-8163-a2911ef5ade9 uuid: b336a936-1b28-48a2-8677-0266f416add4
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- redirect - redirect
_core: _core:
default_config_hash: D3TAIBtcqx7vm6NShKaPDXXD48NjPUalTEoUxFITapE default_config_hash: 1wJC-E6_I3h5HATpO8KajDqG4f8_8XLekN6sT_P9hIU
id: redirect.redirect id: redirect.redirect
target_entity_type_id: redirect target_entity_type_id: redirect
target_bundle: redirect target_bundle: redirect
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- shortcut.set.default - shortcut.set.default
_core: _core:
default_config_hash: dJs9vaMNhtq7A6Avyq7W6QZZ3-SVhfP7TUde1oTJ5LU default_config_hash: tVZzk9m0PdMFJ7AbdRN8L25BDLqOikkRKC-qzhldHZ8
id: shortcut.default id: shortcut.default
target_entity_type_id: shortcut target_entity_type_id: shortcut
target_bundle: default target_bundle: default
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- taxonomy.vocabulary.tags - taxonomy.vocabulary.tags
_core: _core:
default_config_hash: SjtPzLhnjoE1NENrFdhGdlzTBDO7T09k7kly-lrRTZ4 default_config_hash: 1s9Peq0-6dntf0q-eg7ATGX86Qg5A5556ufHFO09_ZY
id: taxonomy_term.tags id: taxonomy_term.tags
target_entity_type_id: taxonomy_term target_entity_type_id: taxonomy_term
target_bundle: tags target_bundle: tags
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: vS-g2zWhTz443Lkc33V8fiTaVHagCju70bwXkUsWMK4 default_config_hash: 4ufgvOJkVDUslQhUew2YXz_7T0Ee1VJlKlsxAtnpuDI
id: user.user id: user.user
target_entity_type_id: user target_entity_type_id: user
target_bundle: user target_bundle: user
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
config: config:
- webform.webform.contact - webform.webform.contact
_core: _core:
default_config_hash: aQLTuQ6oXY09a2W8iul8MTYZdmpgAlQaMeGDf4RuTyI default_config_hash: PF81JkHV3z6L0hxhus2me6UckLQMyGc3WLtolwM-KpM
id: webform_submission.contact id: webform_submission.contact
target_entity_type_id: webform_submission target_entity_type_id: webform_submission
target_bundle: contact target_bundle: contact
......
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: f4RgxtE1GrEYd_kufwggIMOVMn01mXoV1sCGMQUsVr0 default_config_hash: ctsT0n0iwdKvP0270M_Nr8_8YrXgktUhXydE-nEmy4M
id: ru id: ru
label: Russian label: Russian
direction: ltr direction: ltr
......
uuid: 83ce7b27-7c4d-4c73-87dd-42719fdd7341 uuid: b056f96b-194b-45ca-a3e0-1fe979162cf0
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: tcssh9i6S1uxMPLdUSFo87W9hPT0038_fJm7xc08NhE default_config_hash: hjwZ30XzV1bebKhZyGO0yWZIgwRFNBniLKPNW_xnHCo
id: und id: und
label: 'Не указано' label: 'Не указано'
direction: ltr direction: ltr
......
uuid: 0cb41b70-9bbc-4816-8865-5fd8d2c02ce0 uuid: 534c59d5-5cc8-486a-b438-1212b49a74d8
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: T3FXlfN7IE7nPU7m3H80wpQ8QojnaJhjfrDYJZPg0jk default_config_hash: tLiRuDjCX0noyNZPqI8-BAQXG__xjgSjAqFQAjhL6Zg
id: zxx id: zxx
label: 'Не применимо' label: 'Не применимо'
direction: ltr direction: ltr
......
_core: _core:
default_config_hash: zhf6fxRn2cvunufLm32TIjTtDCnLvg_5S-kLnvMFOiI default_config_hash: Kb7n912JijKywDVGQyXiI61Ehf-okypw6d62__AEVvs
map: map:
'no': nb 'no': nb
pt: pt-pt pt: pt-pt
......
_core: _core:
default_config_hash: e6nZyXUfrZKTes7OjOdjP93D_D4Hd80lc3uNepH4dOs default_config_hash: G6SxK5nwYLIbeeIywJEvzkbh-J0oAeTBJ4IU9yssGYs
session: session:
parameter: language parameter: language
url: url:
......
_core: _core:
default_config_hash: 2rIq9nm__9W4rzQpB5v0WkVZtunXjNBduKzjNWwoXZA default_config_hash: yKJNi79V2n2LKkGVYBCFsNejcDxqj1vRVBK6Y9kfoxE
all: all:
- language_interface - language_interface
- language_content - language_content
......
uuid: f1b53ade-447d-456a-bb99-6a011a9db722 uuid: 87be2cc0-dab9-40dd-90e2-71ead6107b2c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: Z-bWOKqWOKkVLJnaaEBZ37b-scnEy9M0CGSyFJ4SWeg default_config_hash: aqB9Mr-UFNubHC6EdVhzD2xjS6MWwOka3SB1ejZBVtU
label: Default label: Default
id: default id: default
description: 'A default Linkit profile' description: 'A default Linkit profile'
......
_core: _core:
default_config_hash: pzOVtQ0-gU1nuPldYullpJNl3szOJ-9tioTdFPiPlvY default_config_hash: eUh7e-Kjcdh6CpdCoO4mSHX_9fwlIkYxYOsWKJVtq_U
cache_strings: true cache_strings: true
translate_english: false translate_english: false
javascript: javascript:
......
_core: _core:
default_config_hash: CtLbPwT2vayCc3gBqOS2eJ045p6x8E5bBmNqoXZK8wk default_config_hash: hSD9Ny2hXtdR85aBEOI6ZCa3Q2O4I3_Br3uEfKHpLrw
theme: current theme: current
defaults: defaults:
sender: php_mail sender: php_mail
......
_core: _core:
default_config_hash: JNOCt-LdSSop0bI3D8Pqq2vGht7FAvylYvQFGrjI9gA default_config_hash: KL1_kNdbfWnrGUgw3n6XIBtMIMC3bL2C7xuMCmWf1P0
icon_base_uri: 'public://media-icons/generic' icon_base_uri: 'public://media-icons/generic'
iframe_domain: '' iframe_domain: null
oembed_providers_url: 'https://oembed.com/providers.json' oembed_providers_url: 'https://oembed.com/providers.json'
langcode: ru langcode: ru
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: 6Ul_1_wlECMXtjp8r7uHUwfzWEyRNjBYQl2NzKZxHsM default_config_hash: jVy5mQgKuBrpWdofo0R8kYqkNCjCQA6HZ0mrCVBVHUI
id: file id: file
label: Файл label: Файл
description: 'Use local files for reusable media.' description: 'Use local files for reusable media.'
......
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: 00LWY9Nir3KqpNiC0s6Y9XJJ2xI5OMM5TC5W4O1lP9g default_config_hash: '-MjgaESe5cIqGGiLNKLg_DUiIVzDgiDcBuB7waLGGLE'
id: image id: image
label: Изображение label: Изображение
description: 'Use local images for reusable media.' description: 'Use local images for reusable media.'
......
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
module: module:
- video_embed_media - video_embed_media
_core: _core:
default_config_hash: vqv8j7mWNLpTkqcNkETe3msHsI7U9szMU8vO67uzZM4 default_config_hash: er_kMwHAaZ8qG0EZREyw_rqIZluE3MJUMdd5aKTc8fA
id: video id: video
label: Video label: Video
description: 'Youtube or Vimeo' description: 'Youtube or Vimeo'
......
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: F3kCkrukf1ArpN0lnjl4DKP6S3tEr9-sFq0Kd7gU5iY default_config_hash: sEDOCsA_XKj5Ri4vXGCwRz-WXLDEkrWQDZvhKyP0OZ8
id: multiple_upload id: multiple_upload
label: 'Multiple upload' label: 'Multiple upload'
media_types: media_types:
...@@ -12,7 +12,7 @@ media_types: ...@@ -12,7 +12,7 @@ media_types:
audio: 0 audio: 0
remote_video: 0 remote_video: 0
video: 0 video: 0
form_mode: default
upload_location: null
show_alt: null show_alt: null
show_title: null show_title: null
form_mode: default
upload_location: null
_core: _core:
default_config_hash: AaYxgWJDMQTbWkZC5pP7_mxaJ8wIJ3_NMO9-E_O6yJI default_config_hash: ya9tg6qeycD4hNX5l5tTElzI2TLCwWjTY2FE01T0_RU
override_parent_selector: false override_parent_selector: false
langcode: ru langcode: ru
uuid: 16724590-98bc-4fd5-bf17-e047222bf8db uuid: 19503579-09d3-4532-ad71-63fe4fbb66f7
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: 9GuXUMBd7JLWISGCEfJ6memTYXLjsJjou31fTHS350g default_config_hash: BV9jrywFCKGcu47gcUxx4ZTlLjkZpe24qKNNhaUO59A
id: '403' id: '403'
label: '403 access denied' label: '403 access denied'
tags: tags:
......
uuid: 13400f46-e000-4049-8ba9-de20b62b05f3 uuid: 2ce4a881-778f-4436-999f-82121ab038df
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: hnUliRF7EDSvWONTnozDz1WWSoKIRieTKHMXlPzeZFY default_config_hash: i0HFJvL8kS2BCphVtNk4XSYwVBTpshoThDMLd4KaExA
id: '404' id: '404'
label: '404 страница не найдена' label: '404 страница не найдена'
tags: tags:
......
uuid: c2726419-1456-4fa9-9067-06afa44446ea uuid: 6e9e0fef-5b95-4360-a0c8-3be6e0ccda97
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: k2B3JCbUeK3VG_zXFXnO3Uapd6RiOEppurbzrGRxGwI default_config_hash: GzXcfo2KIeG-wzLyYzZUu_T_ZBgNu8yMmJBYjb6sJrU
id: front id: front
label: 'Главная страница' label: 'Главная страница'
tags: tags:
......
uuid: 962e3559-4bd1-48aa-927d-2f2fc8a5f334 uuid: cbff96a3-852c-4e91-821e-53efe3340cb0
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: NSTZNerirHZ6k1sQ66m3cBNkeieI3zxb9utjd7jS_zI default_config_hash: HCf1fTKdpmp_0Ed_GABJC37ZU-ySHpc8NBHJyEeiO2k
id: global id: global
label: Глобальный label: Глобальный
tags: tags:
......
uuid: 69c7d964-40f2-4bc6-9c3f-5ac4c1d2d82b uuid: ac219d00-6a10-4972-bced-af0bda4e5be7
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: QYLLv6TGTGRj3ClLAgnXuddO92p011CqF6ZMAPJS6Os default_config_hash: 4qgNpdy798Octyr9DpY4RzMLKbP5_Ez_rjNUyQEWmQw
id: node id: node
label: Содержимое label: Содержимое
tags: tags:
......
uuid: 5a382d8e-5cf3-4573-abf1-a353e3a3c0e8 uuid: 513e2d77-a7d0-4a3a-b9df-3455fedafefc
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: '-3SBK_0te5ODytUxv0mGPLf8VofcXlRqjQbhD9XTcXM' default_config_hash: wcV-pS8wVaYhnoA0pO3JL74OcayRYRHAklFEbtGcx_Y
id: taxonomy_term id: taxonomy_term
label: 'Термин таксономии' label: 'Термин таксономии'
tags: tags:
......
uuid: 9ae3b94e-8f05-4e5b-aff6-302121aff3b5 uuid: d110a48f-6700-4a36-9659-32fba5f7a558
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: 2L39lg-iT5FjyVKUcz-bgZATZ7Y7t0lrJq_sgvxyNro default_config_hash: Tq2xOieYSRVrJH9W33nX7M0lmeyWy2bDD_XKD60gzzE
id: user id: user
label: Пользователь label: Пользователь
tags: tags:
......
_core: _core:
default_config_hash: Q79Td2AmbquPRO0gnbPxCrZcMwKUTok6VHOR8ihg3mc default_config_hash: K1k6whlFxdA99k89nfLmIsEpAk1_4mTojx_5-MyUAQo
tabs: true tabs: true
langcode: ru langcode: ru
_core: _core:
default_config_hash: RmXbheowDK5yBak04PqxZ2kK4FpizuyfKd5UpiwmkXU default_config_hash: 9VzhWJuxPNVoiBhoj2xuaMWcbIpBjfUa4J0LU1EXSoQ
use_admin_theme: true use_admin_theme: true
langcode: ru langcode: ru
...@@ -9,7 +9,7 @@ third_party_settings: ...@@ -9,7 +9,7 @@ third_party_settings:
available_menus: { } available_menus: { }
parent: '' parent: ''
_core: _core:
default_config_hash: L6yeGx-A_YgX3zkrOwmfcGXUZRkazVrG_nk7BP2IQ7M default_config_hash: M3vc4mXxfGld4VqKdKqpuuvjHERwKzCLfgk0-OD9L0s
name: Лендинг name: Лендинг
type: landing_page type: landing_page
description: 'Страница для лендинга. Поддерживает разнообразные блоки такие как: видео, слайдер, баннеры и тд..' description: 'Страница для лендинга. Поддерживает разнообразные блоки такие как: видео, слайдер, баннеры и тд..'
......
...@@ -9,7 +9,7 @@ third_party_settings: ...@@ -9,7 +9,7 @@ third_party_settings:
available_menus: { } available_menus: { }
parent: '' parent: ''
_core: _core:
default_config_hash: a7ELTAFBlw-gF2MybRYgK376-NuVcs_FewfMcC-DJq4 default_config_hash: pe3kWEcYCQbIZZTUemQLyH_OHQpslAMPyiJC4MkO2ak
name: Страница name: Страница
type: page type: page
description: 'Обычная страница сайта, такая как например нас"' description: 'Обычная страница сайта, такая как например нас"'
......
_core:
default_config_hash: 1TswGK46jyu77aIM7Z-0JVQs5bxHmo-gtgrvrQGMXxc
langcode: ru
favicon:
use_default: true
features:
comment_user_picture: true
comment_user_verification: true
favicon: true
node_user_picture: false
logo:
use_default: false
third_party_settings:
shortcut:
module_link: true
mobile_menu_all_widths: 0
site_branding_bg_color: default
base_primary_color: '#1b9ae4'
...@@ -8,7 +8,7 @@ third_party_settings: ...@@ -8,7 +8,7 @@ third_party_settings:
paragraphs_browser: paragraphs_browser:
image_path: paragraphs_previews/banner_preview.jpg image_path: paragraphs_previews/banner_preview.jpg
_core: _core:
default_config_hash: rR1iKJed2jwrjvFziqAtRunA3SRXZ8qu3kQQSmIcFOM default_config_hash: E0pxVcIfEYA6l4yrl8JzumaX_Ft88ZoiF-XtyzPjl4Q
id: banner id: banner
label: Баннер label: Баннер
icon_uuid: null icon_uuid: null
......
...@@ -8,7 +8,7 @@ third_party_settings: ...@@ -8,7 +8,7 @@ third_party_settings:
paragraphs_browser: paragraphs_browser:
image_path: paragraphs_previews/form_preview.jpg image_path: paragraphs_previews/form_preview.jpg
_core: _core:
default_config_hash: UBL5qA0X8Nf0Zm3nqWHjJ7Bh0sdjTPJcOPx71OrjTYw default_config_hash: FxdBpf2XcpwF0iACqtO2S_90peQrcB9VXEQLrpU84jM
id: form id: form
label: 'Форма обратной связи' label: 'Форма обратной связи'
icon_uuid: null icon_uuid: null
......
...@@ -8,7 +8,7 @@ third_party_settings: ...@@ -8,7 +8,7 @@ third_party_settings:
paragraphs_browser: paragraphs_browser:
image_path: paragraphs_previews/slider_preview.jpg image_path: paragraphs_previews/slider_preview.jpg
_core: _core:
default_config_hash: 4-yZlnM-cuaVFtIm5_4XL66DZvQG83e7z1v7_6Fn0Q0 default_config_hash: ZDv7k7fk8czzrOXdYEQjnDQlkte777ggVgraggbHmcc
id: slider id: slider
label: Слайдер label: Слайдер
icon_uuid: null icon_uuid: null
......
...@@ -8,7 +8,7 @@ third_party_settings: ...@@ -8,7 +8,7 @@ third_party_settings:
paragraphs_browser: paragraphs_browser:
image_path: paragraphs_previews/text_preview.jpg image_path: paragraphs_previews/text_preview.jpg
_core: _core:
default_config_hash: Uogiyttq8r1JSRGQ9OrZOY4q7WWZN_n4h9163ayRUgs default_config_hash: 8ENtBsRU3IpyDFPT9JkgKaqHGIVZrJb0ISqbezWLVBc
id: text id: text
label: Текст label: Текст
icon_uuid: null icon_uuid: null
......
...@@ -8,7 +8,7 @@ third_party_settings: ...@@ -8,7 +8,7 @@ third_party_settings:
paragraphs_browser: paragraphs_browser:
image_path: paragraphs_previews/image_text_preview.jpg image_path: paragraphs_previews/image_text_preview.jpg
_core: _core:
default_config_hash: ZtkiXCZL3fXD_Lboa1Dv61J2eE7ceyiltu4Ka950IXM default_config_hash: LtjiPOWqDeV0p4CD0y7dOzNhAMRNVkDhH0nl2n4qkkE
id: text_image id: text_image
label: 'Изображение и текст' label: 'Изображение и текст'
icon_uuid: null icon_uuid: null
......
...@@ -8,7 +8,7 @@ third_party_settings: ...@@ -8,7 +8,7 @@ third_party_settings:
paragraphs_browser: paragraphs_browser:
image_path: paragraphs_previews/video_preview.jpg image_path: paragraphs_previews/video_preview.jpg
_core: _core:
default_config_hash: UbUlFbrxuvvljQbtGD18zfkcFPQZSNLgYN2kI6nSXpk default_config_hash: hBTnXsmpWrNu70TvPAFalFOysJNZbrWbEFcc9wkd45U
id: video id: video
label: 'Встроенное видео' label: 'Встроенное видео'
icon_uuid: null icon_uuid: null
......
_core: _core:
default_config_hash: lpZEZsBYXBDCKp1V5CvE8-MPM_r6XLe4H812hmL-Zxo default_config_hash: pwr_4nXYdhQNI0nuvwdhHzo_lIXJ2mryCMzuSplfK9Y
show_unpublished: true show_unpublished: true
langcode: ru langcode: ru
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: 9zxJeEDcnza8pzxvxqBHAgNVfZJKw3c_afBwWJH0Eh0 default_config_hash: o-dE3QaP7TsomI-6ETzsV6YaquBqRO-AoTqqApyIM2w
id: content id: content
label: Content label: Content
groups: { } groups: { }
......
_core: _core:
default_config_hash: '-2px_XDUXDZFttIWWJ-NOjuFoxh1Ye7aMRBLYeT5Vyo' default_config_hash: uWUyxaSB6Ga5IsHptLBntsWNJQ6UC-iJfL1lQ9YSg40
previewer_view_mode: full previewer_view_mode: full
langcode: ru langcode: ru
...@@ -5,7 +5,7 @@ dependencies: ...@@ -5,7 +5,7 @@ dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: aZRtQxKKfn7MXx1CjwASp-e8YemMvZKinesZYf0v8rM default_config_hash: Szlkz2swFy8xx5v3tOsYbYuIOqKlnF15GKIj-OqrMTw
id: simple_pattern id: simple_pattern
label: 'Simple pattern' label: 'Simple pattern'
type: 'canonical_entities:node' type: 'canonical_entities:node'
......
_core: _core:
default_config_hash: KriIzkN4yniVzMyFibRqobyhwirt8OtEM4pJlAE1Coc default_config_hash: ypMMwua0S4qE9w6D9tlPMkWRRnJTVXyXHjTqgYUB_98
enabled_entity_types: enabled_entity_types:
- user - user
punctuation: punctuation:
......
uuid: 07edce84-5113-4182-8953-da9781559c55 uuid: f18096a0-bc56-4183-b7ba-3fbe372d0ed1
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: aMUp6dr2dmCF6WRReBut8jVNskNCjQZylxteA4iq-Q8 default_config_hash: jxkaQmhHY8fksc6_yKuQjJkAkMT8tKCynfE3PWOxP2c
id: default id: default
entity_type_id: null entity_type_id: null
entity_id: null entity_id: null
......
uuid: 702c61da-1068-4850-97ad-202a051449a0 uuid: eecddfce-858a-46aa-ac75-32ec74edb0f0
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: 7HQQZ6lzur5fRbQu5beEGHR32hSdStpRaqnDFWz7Yn0 default_config_hash: pZKgtzETdaK0bDQ197uBdSsOD7G83pE6T2Ichr0cTf0
id: default_bundle id: default_bundle
entity_type_id: null entity_type_id: null
entity_id: null entity_id: null
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
module: module:
- comment - comment
_core: _core:
default_config_hash: tdtwYrldIcXI6Cmg7bkJjAfkEBGj5mBUruOc2fmpUwc default_config_hash: ehAQMYDMuDEpF-J0Lo2FxgXanMYZCfsg4ZQtePIE-s8
id: comment.comment id: comment.comment
targetEntityType: comment targetEntityType: comment
bundle: comment bundle: comment
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: 1y24IgtUyiYn_jwNYHJ9biK_9KRMYJ6qzvUKxJieaGM default_config_hash: nnhZEfiLnaK2G1wTexpz6ho2PCPoys2sNsnXTsqRlzk
id: node.page id: node.page
targetEntityType: node targetEntityType: node
bundle: page bundle: page
......
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
module: module:
- taxonomy - taxonomy
_core: _core:
default_config_hash: Nx1IDfZj_5C_vHdMTmydw5RDLLllpFJhMG2DpSw5Yl4 default_config_hash: TnsgeI11FenmChgiWnV2PfUf-o1LzfPegd_cA3Q35IY
id: taxonomy_term.tags id: taxonomy_term.tags
targetEntityType: taxonomy_term targetEntityType: taxonomy_term
bundle: tags bundle: tags
......
uuid: d28e0002-d3e9-4283-8d18-886c41207c93 uuid: 38352222-0d84-4810-b441-8ff4a70b0ac2
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: P4_ioZ331rUyOXMxoa7vcAOCCFJTCigMDpSNnaw_oJ8 default_config_hash: v9rGEcZ1-J-l1wqsBr-UQO73-eyaiQoyhT8r7m6ATBc
id: user.user id: user.user
targetEntityType: user targetEntityType: user
bundle: user bundle: user
......
_core: _core:
default_config_hash: atTz8f0fFDmXmITpFgnXp0n_CvoKGz6DC75qm-TZsVI default_config_hash: dQxXwAX6Nc-pHp-r0W357nXvE4V6qjHbAsXdovIet_U
auto_redirect: true auto_redirect: true
default_status_code: 301 default_status_code: 301
passthrough_querystring: true passthrough_querystring: true
......
langcode: ru
status: true
dependencies:
module:
- help
id: help_search
label: Help
path: help
weight: 0
plugin: help_search
configuration: { }
uuid: 9464ba78-60bf-4606-ac58-653d05243a65 uuid: dfee1ad2-ffc7-4373-97c7-838d5f64754f
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: b1RICsQT9GhnJe8cB3J4nQG8qLWkBn4uHyId8GR4A4k default_config_hash: M5XJpUyuwiXv3bVhqMXIst4XSfBdQdE99-bV4bD018s
id: node_search id: node_search
label: Содержимое label: Содержимое
path: node path: node
......
uuid: f0a656f9-3476-4498-8af4-24eee1e2164b uuid: 7cf18366-d361-4024-8c54-b2f817510944
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: FAjdzDEjVv9upGg6pbKRs8W0vSU0l3wywws3c2N_tik default_config_hash: mRr4uwakJ9lXuuUObOwhbxaQqtZd9ac33Izkmo72lbA
id: user_search id: user_search
label: Пользователи label: Пользователи
path: user path: user
......
_core: _core:
default_config_hash: Hq3vN8NtMXgg7KXDH9CInYAi8SwshbbIOhl3WJe1xAI default_config_hash: NdS4BIAnYk8PywEIDP9FVTv7q7fdz26TBnoDE0VujR8
and_or_limit: 7 and_or_limit: 7
default_page: node_search default_page: node_search
index: index:
......
_core: _core:
default_config_hash: 1orLEHIFGtNZ21phV5n9eC4SsoUirpo1rbc77L0zVgU default_config_hash: srrF59oG9KQWsltbgaMw2TdbnHqoGnIqrdiop8GKa0o
third_party_settings: third_party_settings:
shortcut: shortcut:
module_link: true module_link: true
......
uuid: 873b9f50-00b9-4d6c-ae28-b8a2c44581e6 uuid: 48cb7c13-c020-4416-a545-e1ebed735974
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: wD63EHx-meNGlKveRiw-ClypupKWgcYgNZp9hoVixUs default_config_hash: KXvYjKQ9cdWsVf1VPneiSW_QkKwZ1tUp13vv9h8G9Sw
id: default id: default
label: 'По умолчанию' label: 'По умолчанию'
_core: _core:
default_config_hash: GPUlRMvYvD6fCF1ruJhxZQmUR64-044ga47Q6Fr7psw default_config_hash: d7wRlIXRymawAcidVS4wbyr4GbKhJfFxnI-h6xQ7Lfk
langcode: ru langcode: ru
links: links:
- -
......
_core: _core:
default_config_hash: RtJeHjTHA7Db1G4rZBTTrdOewbP3XRZSKVQ4b6GyOaw default_config_hash: lJ-E8JdCPpiQIwLDahseZ_4Up781UFLw45cBl3Iu4OA
langcode: ru langcode: ru
max_links: 2000 max_links: 2000
cron_generate: true cron_generate: true
......
uuid: adeafe86-4215-48be-9b55-d20e48ae05d3 uuid: 27b12be0-39a8-4e02-b17c-6fc6f3bab577
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
config: config:
- simple_sitemap.type.default_hreflang - simple_sitemap.type.default_hreflang
_core: _core:
default_config_hash: 9C86ONcOYwcF-sNGD-UJ5luMc12vYHs97e2P8fkZOl0 default_config_hash: 7dcy8jf5n-AmiCk0Vb8s71zLGH43BOhzXgQTPyuxNUs
id: default id: default
label: Default label: Default
description: 'The default hreflang sitemap - lists URLs to be indexed by modern search engines.' description: 'The default hreflang sitemap - lists URLs to be indexed by modern search engines.'
......
uuid: f53975ae-3a27-4b19-99f2-445316225818 uuid: fc54060c-ecc6-404c-8671-bb02b54f265d
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
config: config:
- simple_sitemap.type.index - simple_sitemap.type.index
_core: _core:
default_config_hash: ttITkzSD6yf_eGjKKvfVBH3DtaDctIoIV3CqI-dd968 default_config_hash: F3iPDuUX-ejjpGFTmfmkYpc5EVgPJa0sNxKtoxGm6co
id: index id: index
label: 'Sitemap Index' label: 'Sitemap Index'
description: 'The sitemap index listing all other sitemaps - useful if there are at least two other sitemaps. In most cases this sitemap should be last in the generation queue and set as the default sitemap.' description: 'The sitemap index listing all other sitemaps - useful if there are at least two other sitemaps. In most cases this sitemap should be last in the generation queue and set as the default sitemap.'
......
uuid: a4ed9dcc-731e-4d48-ab98-6d671221c2cb uuid: f10f3f50-effe-4742-8205-12e6e5921107
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: _VroKsg-9jYP3YlP2Qyl-n72pUzzzBRseO54JfA2lGs default_config_hash: OJ_kpGAHrxJb4c1wehC9h1SE3C1V8nJ7Eiug6z6lLHM
id: default_hreflang id: default_hreflang
label: 'Default hreflang' label: 'Default hreflang'
description: 'The default hreflang sitemap type. A sitemap of this type is understood by most modern search engines.' description: 'The default hreflang sitemap type. A sitemap of this type is understood by most modern search engines.'
......
uuid: 4a43e386-1359-4127-874f-cb8f4f62cdaf uuid: 9e7b3f0b-67ec-46ad-bd8b-453761290dc8
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: bjADbrm3qIzeQzq2cjSSEwe8c02lJQjG39gDiL1dUyc default_config_hash: CMgY4BueNzAMsNRrqPLKqntOIJmPK0wQGYHpaKVvn1Q
id: index id: index
label: 'Sitemap Index' label: 'Sitemap Index'
description: 'The sitemap index sitemap type. A sitemap of this type lists sitemaps of all other types.' description: 'The sitemap index sitemap type. A sitemap of this type lists sitemaps of all other types.'
......
uuid: 1d9bfd80-1fd0-4180-bb95-85c84d9566ef uuid: 78b4ce33-9707-4753-9c1a-e6c033e41ef1
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- slick - slick
_core: _core:
default_config_hash: PyHP1LVvCsZT91o3LRNcJgHILPQwnflSBzL97is3slg default_config_hash: LxkcLQtYu8qhTTRUXQeDuMhvgHs6cLt1u3N3BeMafpY
id: default id: default
name: default name: default
weight: -10 weight: -10
......
_core: _core:
default_config_hash: KMyyj16xoBX5fbv1uP8kUK_DVDiP9bzF5zuKwIxMapQ default_config_hash: 6sHa0JIC23cgTK3BonOyqJdYS-RFDIeRFDJ19OsBWew
module_css: true module_css: true
slick_css: true slick_css: true
langcode: ru langcode: ru
uuid: f8c25628-19f6-4576-a922-ee0644669b0d uuid: a0194510-30a4-4285-b614-bbeb05c26def
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- comment - comment
_core: _core:
default_config_hash: tKZjaNEP49R58d2tkj3oxPW-4gIIHK89Kk_oWo1eNDU default_config_hash: mSC_RkPmfN_IMLgNrFqoV44DOJMTNMvL6Ounr0Nhr08
id: comment_delete_action id: comment_delete_action
label: 'Удалить комментарий' label: 'Удалить комментарий'
type: comment type: comment
......
uuid: c780d340-bb3f-4d3a-b022-a46957a9243e uuid: 89fde5a3-bf9b-48a4-a0b9-c97b6dc744cd
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- comment - comment
_core: _core:
default_config_hash: tZzRNwXzeyTCgFM6mvFhSiwz29ThCB8W151N4oILSWA default_config_hash: E9ptUIOCUmUB-FAUTEyahjFa0EMItuApmc2DL6-fIko
id: comment_publish_action id: comment_publish_action
label: 'Опубликовать комментарий' label: 'Опубликовать комментарий'
type: comment type: comment
......
uuid: 40c384af-2393-40a0-94cf-605ecf6f82a1 uuid: b23172b0-7dac-4a7e-8856-47470834bb90
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- comment - comment
_core: _core:
default_config_hash: '-DByp5BAJPHdQvPQtLdT-0t95QW9yUjFlPv3Ti58rTQ' default_config_hash: aQWNQHc-vCKOb5wgU1cf909wgAzAXhauJq1w1ffx8Lo
id: comment_save_action id: comment_save_action
label: 'Сохранить комментарий' label: 'Сохранить комментарий'
type: comment type: comment
......
uuid: ad86c844-cc42-43a3-a95b-f94d0eb7d7c2 uuid: 5246f8b4-d4fc-4507-b4a8-c3ba2efcceb1
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- comment - comment
_core: _core:
default_config_hash: Mh-P4fPcSnpIHp4PwVD6nqNTMv-Vr2_PEodC561RgcI default_config_hash: hZ39l1pZ_GeivTB4f1Ok29TKl6Zr7NaDPEX4SYV-IBo
id: comment_unpublish_action id: comment_unpublish_action
label: 'Снять с публикации комментарий' label: 'Снять с публикации комментарий'
type: comment type: comment
......
uuid: 253ac6a6-dac1-4e1f-917a-5a918ad993f9 uuid: f19d004d-40f5-4f7d-b75f-45fafc181c29
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: SXYTOxp0Yysh8xe1AUBAr_MYtuwgqlMzC6usu1wt-2s default_config_hash: 7queEP1wbR_pP4AAmHZkohvALkmrjUczat7QFufaWs8
id: media_delete_action id: media_delete_action
label: 'Delete media' label: 'Delete media'
type: media type: media
......
uuid: 415b0349-e938-4e74-8fce-7f820fe280ca uuid: 7926614d-835c-467d-8828-31ecbe3dd2c4
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: jxDHVBTF1rK0WuLWIaAs-KZS2w4dtoGYOG1SMeTlfIc default_config_hash: oh9UiYYuXkyz8dD7Yh1bMvUffn0o2Yx49pMiizLjWac
id: media_publish_action id: media_publish_action
label: 'Publish media' label: 'Publish media'
type: media type: media
......
uuid: 77651df5-bb4d-4f77-9759-ee91e6f61bb6 uuid: 5b7b3c4f-1b2d-430f-90c6-bc9965e72d6b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: M01UMa3MBjAadZFQP_ichW94N6DMKIh4fa6oHm7P_qM default_config_hash: y4PhjPFFYAIwZrdUM_7U3jNvIO39XsJdV_wEZBouAIk
id: media_save_action id: media_save_action
label: 'Save media' label: 'Save media'
type: media type: media
......
uuid: 00c5cb57-ae06-4cf8-81a4-bf657c8c0bb4 uuid: 5273637f-cef7-4c78-b47c-9b01aefecc7f
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- media - media
_core: _core:
default_config_hash: M70JnAcEgivdSdt0leRK7sD9z3W-G72xKT6EDxzvq4s default_config_hash: pKzNwx67dBaPXMHq__6wq4eXe30ZreoDpMYAnRxJTs0
id: media_unpublish_action id: media_unpublish_action
label: 'Unpublish media' label: 'Unpublish media'
type: media type: media
......
uuid: 2988b65a-633b-4739-93b1-29062bd2d6ee uuid: 9ce8bda0-f2f7-4119-8798-fc6107316446
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: xrQQB0D9oc1nUq8hFroSvt-79QKmDCF-_HFybti0tss default_config_hash: BeHyeinOBl_mpxzZTkfEMIPXXvlc4ep_y65qOLmjDRk
id: node_delete_action id: node_delete_action
label: 'Удалить содержимое' label: 'Удалить содержимое'
type: node type: node
......
uuid: fe6632bf-9507-4215-9a0e-46645f28fb12 uuid: 311849c5-0366-42ea-8b53-751b270e262f
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: eb0RuOuRBtlOIIe1DTP2NWeTvgzv_Rp3yI6IOQ0McpA default_config_hash: 3zuVUpED-fMHQ3wyzzlHPRY61cPWJRRBV-Lb3K9ZQmo
id: node_make_sticky_action id: node_make_sticky_action
label: 'Make content sticky' label: 'Make content sticky'
type: node type: node
......
uuid: 5e697608-05da-44e9-808b-c388df2ad31b uuid: ddb06a3e-1fbc-4338-8002-f455459945ff
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: 4Y1AChvMSrRRQSDS4t-YkD27MWj0xxuHUMA78orqPDw default_config_hash: vP4eVxA_7ILH0_KZdnGE_yZAGZ93Jt9oqpp2FK_gJxQ
id: node_make_unsticky_action id: node_make_unsticky_action
label: 'Make content unsticky' label: 'Make content unsticky'
type: node type: node
......
uuid: 0018f301-e165-43db-b945-23a09308a24b uuid: 690b7525-a374-4855-a0eb-03602991b7d9
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: 2Q4rjtBAC2R_V5pivX8HL97zNK7rxiSCxjWj2O2zcAc default_config_hash: pVPleyPhLIWIphRTm2280ULmtgMRcweb9E1ITcOcnUI
id: node_promote_action id: node_promote_action
label: 'Promote content to front page' label: 'Promote content to front page'
type: node type: node
......
uuid: 33bc4494-a3a3-4eeb-93d7-ada096c9580e uuid: 472864ce-4fc5-4063-ac07-7612bdd75905
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: CmvTVSASIkTggPhJ51rFHxPpZvtmHd_Yl8OSKlGHYTk default_config_hash: aSt-ZJc__UaRtzmEqLfHb5FtftQaRsZaBtUdbgR-cUU
id: node_publish_action id: node_publish_action
label: 'Publish content' label: 'Publish content'
type: node type: node
......
uuid: 7081deee-1ebf-47f5-a48e-5b115dfbad5c uuid: a21ba9d8-6fc7-4ecb-a8dd-5639c4888b2d
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: 7O6Mrw2hBiiecUwfUfHQAR8t9DFgl7AIP527vKiFJ9g default_config_hash: CUqxxWc-Drc8YU6qIPncNwd4iDiS5S-ZkvdBkPjENME
id: node_save_action id: node_save_action
label: 'Сохранить материал' label: 'Сохранить материал'
type: node type: node
......
uuid: b78de34b-b22e-4592-bc38-4e7ff9c49b5d uuid: c795795d-85b9-4b3f-8c15-6fab9ed8a69e
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: bA1ImzTJH8NFVy6M6KuyuEUyAfz9aORNTzqk77qd2eQ default_config_hash: dB37wDZgLzEHORIU6aBm2cCc_TJyMpYTOu50CFFbYRg
id: node_unpromote_action id: node_unpromote_action
label: 'Remove content from front page' label: 'Remove content from front page'
type: node type: node
......
uuid: 2c689f3e-efc8-4737-9b13-30b70d903ae5 uuid: bb69017c-fb57-4fe3-84f2-40f18fa2bbe6
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: C_HTN2V6YhcMZTiZShT9wBsLuk0lAu29_hVdNf4QT94 default_config_hash: Pm3q0AbnSAziOmWp3kp7RJU_twiLR_osThKVNJJq5jY
id: node_unpublish_action id: node_unpublish_action
label: 'Unpublish content' label: 'Unpublish content'
type: node type: node
......
uuid: 5ed27535-7436-4af0-9b69-b4883b195ff5 uuid: 263b850a-eba4-4259-9ad2-e853ae8bc437
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- pathauto - pathauto
_core: _core:
default_config_hash: 93Zgjdb-IUq6ACnqUO3SyJqbPCqA8ArnR8KWLIR0oYk default_config_hash: wAG42KSyCj2yBPXkbcAlL9m-3YkysIqj5LhUBz13mts
id: pathauto_update_alias_node id: pathauto_update_alias_node
label: 'Обновить URL-синоним' label: 'Обновить URL-синоним'
type: node type: node
......
uuid: bf5d26f8-18dd-4926-b411-60e5ca7973d4 uuid: 9a32f572-3003-42f1-8749-25c041adef3c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- pathauto - pathauto
_core: _core:
default_config_hash: hST7UqYy6jEDH_n1vZ-YWwEcjVtnd3d76l0iooUMSaE default_config_hash: 2K_DDmu5NDfxkEWv3o-RUt_0MZSYBGVWZksqXVUFRk4
id: pathauto_update_alias_user id: pathauto_update_alias_user
label: 'Обновить URL-синоним' label: 'Обновить URL-синоним'
type: user type: user
......
uuid: 4d1d1d78-6f54-41c9-bed9-db35da60a1fe uuid: 9958087b-64a2-4af2-9589-3b00288f46bf
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
module: module:
- redirect - redirect
_core: _core:
default_config_hash: ovqHoDNx329O2JvCvxHtkVKMvT3ss9ltHY1Uq8g4UHY default_config_hash: 7JIPPKFdGgoEQqdKYmfelDBTsCZXmAndoPr1pBE1Efs
id: redirect_delete_action id: redirect_delete_action
label: 'Удалить перенаправление' label: 'Удалить перенаправление'
type: redirect type: redirect
......
uuid: 6eb6705d-2bca-4cae-b623-cec7fdca76bb uuid: db02191d-5ff5-4105-9482-f0ad6e7bfe9d
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- taxonomy - taxonomy
_core: _core:
default_config_hash: FskXrADaN5hMvIhd5pfohrh200vFezlrsPood3OfClY default_config_hash: BYJIJMvpozWJ_QOljLxBfE0H5NZq2HJkXvsP351qlfE
id: taxonomy_term_publish_action id: taxonomy_term_publish_action
label: 'Опубликовать термин таксономии' label: 'Опубликовать термин таксономии'
type: taxonomy_term type: taxonomy_term
......
uuid: b90f4b83-077e-4676-812b-acba14096d3f uuid: 15d4365a-b088-466d-9230-7b4c644a9d13
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- taxonomy - taxonomy
_core: _core:
default_config_hash: uQ5pmmQgzUk6tKM6wYhmYp_ZhdbeUC7uF-K5Q413Iyc default_config_hash: ceZLvmUcE5ZGRVOs5row6-8yTPBa1UkjNx7xe8UVw7M
id: taxonomy_term_unpublish_action id: taxonomy_term_unpublish_action
label: 'Снять с публикации термин таксономии' label: 'Снять с публикации термин таксономии'
type: taxonomy_term type: taxonomy_term
......
uuid: f5b03cdf-40c0-42e7-a5e2-44d0f38a9d93 uuid: 53478d27-d7ff-43ec-8901-afb35f441477
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: 0X7C-VN34G51x4_y_BorVJPHrZTzLms-277orv_dLhs default_config_hash: m0lUZVNW4NTbquRxvRtS6915TxSt3l_Gl4btLF2XSrE
id: user_add_role_action.administrator id: user_add_role_action.administrator
label: 'Add the Administrator role to the selected user(s)' label: 'Add the Administrator role to the selected user(s)'
type: user type: user
......
uuid: 48686731-030d-46a1-854c-f18893edb950 uuid: f4216ca7-4826-4c1c-8a72-04bc9618e74d
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: VtmSMbTQjm0jHydvfOzyVZ_BOvsZnE0FpaiOSo-ZIrg default_config_hash: iFaM2w3_RoIPOHPyT9mWyu3fqzhyrTZu-bMd7cM37fg
id: user_block_user_action id: user_block_user_action
label: 'Block the selected user(s)' label: 'Block the selected user(s)'
type: user type: user
......
uuid: 1aceae23-26ce-4aba-a635-918e91474674 uuid: 3d684255-48fe-4874-a713-cd7eaa53af8c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: h1o68HPjOQyNWWSMX2sXcNxXSqgUyiKCna6hWcGCzZg default_config_hash: 8Y4OkHbyTnVWcDc2CVNBq_u94Lj_hv_4WanSZxNrQoA
id: user_cancel_user_action id: user_cancel_user_action
label: 'Cancel the selected user account(s)' label: 'Cancel the selected user account(s)'
type: user type: user
......
uuid: 7300767d-0135-4c92-993d-a645d7bbeda3 uuid: 83930ad1-7cc4-4256-a95a-b84c55d0983b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: 9rMk7onR7K3KzEq1FNhh0o_N46isXtrmtX7ho2yJips default_config_hash: ki9zNyGYXIDD8-lKRKiCws3aAlvvKRzIkO3o6WAxHTU
id: user_remove_role_action.administrator id: user_remove_role_action.administrator
label: 'Remove the Administrator role from the selected user(s)' label: 'Remove the Administrator role from the selected user(s)'
type: user type: user
......
uuid: 19bd29f3-5a74-4d0f-84aa-1a3b826a0d25 uuid: 285b9432-f076-40a5-8671-385ad19c921b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: 72-frpHIyvAwsFBydDLkeCnuOkKhAnOLY0C5c0hiZQc default_config_hash: OBCOn5GQWjjZOcaHNSug-e0Y55RAuTLh1bow0uc0YO8
id: user_unblock_user_action id: user_unblock_user_action
label: 'Unblock the selected user(s)' label: 'Unblock the selected user(s)'
type: user type: user
......
uuid: 7bdc6d3c-33b3-4dd4-9182-8b70600a57fc uuid: 785a5b96-bf58-4776-ab8c-39026f0f38fe
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: FaMQ0QPN6-qg2xRG_gAeWiEIeVcVVBG4XzAab704ohg default_config_hash: 9kCgcsjJXIBJIKFRFUOVLlAiEY4z2wqBNUDjfwNScCc
id: webform_archive_action id: webform_archive_action
label: 'Archive webform' label: 'Archive webform'
type: webform type: webform
......
uuid: f3d5f62f-6e07-46bf-a626-84a527864cb3 uuid: 5f35bcc4-aa85-4af5-9963-ffebc38618f2
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: BV2wqT3qNXhLjHRAZDcKuGQXov4jGVhpb4xrp6OfUR0 default_config_hash: eUYdGFEtM8Tr1uul3iPhKNpls_VUEy7HcOE8Vs4rClU
id: webform_close_action id: webform_close_action
label: 'Close webform' label: 'Close webform'
type: webform type: webform
......
uuid: 278025e5-0dd0-4f9e-b2df-879a2d1ba011 uuid: 731b772d-4b10-4e98-9223-112deedae69b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: _-MYjpelDvfAv4JZwstmPDpZoXtr5dbiE28GC6EcaIs default_config_hash: vlKY4Ps9dvnSnJLUrGTORFuBJZdDqgh2rLmoycUsmQA
id: webform_delete_action id: webform_delete_action
label: 'Delete webform' label: 'Delete webform'
type: webform type: webform
......
uuid: 3f72e135-358b-4030-9bfc-e1711cc84df9 uuid: 05a1a797-c177-4233-ba9e-443c846520e0
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: ZsznYLlMPJbIzMCwRLltYPkPlELfUupxfT9ruw9g-pM default_config_hash: WE7l4-7baAdEprSkEE9w6I0tSw6CuCnmfIYe2Mzzu5A
id: webform_open_action id: webform_open_action
label: 'Open webform' label: 'Open webform'
type: webform type: webform
......
uuid: df49a228-c6a7-4f5e-8c41-f304b28043b1 uuid: 85c37f3b-5132-4d21-aa0b-b1e61891f1e7
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: SRUEB-qFBL_0deRjHbbDeJrdUoLR13ckvZ5JetZpmKw default_config_hash: dKzB2ic6pysT_tL4bX2YoBuJ2kgHqA6EhXmIJkzv9hc
id: webform_submission_delete_action id: webform_submission_delete_action
label: 'Delete submission' label: 'Delete submission'
type: webform_submission type: webform_submission
......
uuid: 5734eeca-572e-4348-a063-eae47fe7af17 uuid: c696a3ad-50ff-4f3a-b1d7-c297d12cf903
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: OWVSbJdBCKa7nNokXQwpPkPciPBQE0j2JEXetxyag98 default_config_hash: ASQfSHffRqTaXCENUKq_eh07A7SX4860f45piN_pCvQ
id: webform_submission_make_lock_action id: webform_submission_make_lock_action
label: 'Lock submission' label: 'Lock submission'
type: webform_submission type: webform_submission
......
uuid: 6728f812-4c80-4e55-8326-7cf359d43556 uuid: 375f46a5-9bbd-4cec-8555-64949666cfbe
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: q5wzsTAUAgFnnDQtWm4tL5mkN6OQ2QMIqZLzjEEfLbI default_config_hash: ujYRnZ0mBjjiteZwKvMC8lNp1VGXtksxcjs_ZW8Htqw
id: webform_submission_make_sticky_action id: webform_submission_make_sticky_action
label: 'Star/flag submission' label: 'Star/flag submission'
type: webform_submission type: webform_submission
......
uuid: 47ae9926-9c5d-45ea-b7e0-d8a96ad16066 uuid: b1f70fb0-8732-4a35-9266-501b806fc949
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: bWzGWhK7Rb_DptsUtbUBdZmGwjCIkccuNOefj2HCrao default_config_hash: s-0UJJ_L_oe0yHv-rvAVz4r3kQTsb2t2YdYrwBbYxoI
id: webform_submission_make_unlock_action id: webform_submission_make_unlock_action
label: 'Unlock submission' label: 'Unlock submission'
type: webform_submission type: webform_submission
......
uuid: b3c591f0-96b4-4ab3-8b71-cdf2041a3a26 uuid: 478a54de-726e-49a4-b292-581e67b629af
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: NkIs3rrJuEeC03-L9NDTxwz2sPaRlJYaXubKgIZGa1Q default_config_hash: Nt5nV7rHhvQklp5Wxt0vLqjYQkkj3c7OzDuxw_-LBUI
id: webform_submission_make_unsticky_action id: webform_submission_make_unsticky_action
label: 'Unstar/unflag submission' label: 'Unstar/unflag submission'
type: webform_submission type: webform_submission
......
uuid: 2c921293-bef2-44b3-9165-9b1bec80d860 uuid: 0dfec8dd-1f93-4d73-a905-6978085f6688
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: RamdoFBI7-z1l86aXAeyCpvoHJMs2-UyQTQVeGTxrUs default_config_hash: v4bB90XwywWY04X6Y18WGgFYDPxH-fpXuxxDuycHTvk
id: webform_unarchive_action id: webform_unarchive_action
label: 'Restore webform' label: 'Restore webform'
type: webform type: webform
......
_core: _core:
default_config_hash: __yLO1CbnlPpl3_Vuq3uwKE74H3dvGLUHmSLiX0brlQ default_config_hash: BFob3iO6nkkamQp68JmpPKnSYQd-RqXcv_EVeM5H3UY
langcode: ru langcode: ru
enabled: true enabled: true
interval_hours: 6 interval_hours: 6
_core: _core:
default_config_hash: ef2zzXkRo71x2k5CQ7aihiT-YF9fF90fgVPUjwJqXPg default_config_hash: zT2y_7o3SZUXRmXLW6CqGUOhiKV7oa3Vr3NH9nWsbTo
filetransfer_default: null filetransfer_default: null
langcode: ru langcode: ru
_core: _core:
default_config_hash: umpvft-hptfE0jfGen0y02P4ST0u_2NFoLlB_g2QT2Q default_config_hash: xI2r5-RnEWAsR8Yzq_LkoNb1FrLfuMy6ilDEKj-vmK4
threshold: threshold:
requirements_warning: 172800 requirements_warning: 172800
requirements_error: 1209600 requirements_error: 1209600
......
_core: _core:
default_config_hash: EOWBu-_TuiRqym55VUE9ZznbVierKzcLmUwvxDGTQ7c default_config_hash: S3SzD72ipf8sjJJRj9ysmdzVXzhJ183rx0HLW2nc7DE
country: country:
default: RU default: RU
first_day: 1 first_day: 1
......
_core: _core:
default_config_hash: UPj2g5ActjvBazx3Is5Ey7RyLcymF7Z80OkS6ohLVUQ default_config_hash: ipocxoXDmfipIpTvlKhvoCW_XEdZyMLHpma3qNSCEaU
context: context:
lines_leading: 2 lines_leading: 2
lines_trailing: 2 lines_trailing: 2
......
_core: _core:
default_config_hash: dW9H83fhHFrX7xOBNHqLRFbso6HFs7MGl-5uWmMdsqI default_config_hash: 7Z2lzAopmVUZf0IoGY_h2-hy7TcXYym9abh8DK-M9nE
allow_insecure_uploads: false allow_insecure_uploads: false
default_scheme: public default_scheme: public
path: path:
......
_core: _core:
default_config_hash: OZ6TTK9H3dHnZMLRJCL6o0M-L87Fpz_fs6HuVvY-xvw default_config_hash: yHFh9pvG4N1fJz6tDx055_UNbecQ10VQpwOaiTJtZEg
jpeg_quality: 75 jpeg_quality: 75
langcode: ru langcode: ru
_core: _core:
default_config_hash: 7-rW4KsWaYS7QH47tME3IyNX0K3Vc09t27-fUccJ0S8 default_config_hash: BtaA2T7C64ANFIenN8rYbDMQAIlaYYUq3h7URNzcpRI
toolkit: gd toolkit: gd
langcode: ru langcode: ru
_core: _core:
default_config_hash: nVZ6dinsddElMUpfwYWKcb7asjHUoByGF1_RK_xWq2Q default_config_hash: juGeL9FjwOmqTZ7Jfm42T_NGlCRo4q54eEo9c8GJKL8
error_level: hide error_level: hide
langcode: ru langcode: ru
_core: _core:
default_config_hash: hSonbNTLreAkwgbnhBDUnBznkGxhbrrmOr2NDIU2wKw default_config_hash: Xwke_sY9pyNPBXVK83Np8G8PZVbJXfxPm1WQJm5npnQ
langcode: ru
interface: interface:
default: php_mail default: php_mail
langcode: ru mailer_dsn:
scheme: sendmail
host: default
user: null
password: null
port: null
options: { }
_core: _core:
default_config_hash: _joCL4a1Zaqf6PtCznHK5MRW4gXMAq3UDmrfwO4_9bI default_config_hash: e2Mh5rqX8z9bw_kNggra2x3K3TOe1Dtw7794dOcygzc
message: 'Сайт @site сейчас на техническом обслуживании. Скоро он заработает вновь. Благодарим вас за терпение.' message: 'Сайт @site сейчас на техническом обслуживании. Скоро он заработает вновь. Благодарим вас за терпение.'
langcode: ru langcode: ru
uuid: a6a1eaa6-1f88-41f4-a945-f360d0cbc63e uuid: 470218ad-f291-419f-86ea-a9a972f6fecf
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: BP5E3ISnxerrzvieFjbjh7TghXLIpJa6ayx4KlYcUYg default_config_hash: Fdq54t07R8pIi9QWz1W6c7rYXb3bmCz4nfG8Zo5FbL0
id: account id: account
label: 'Меню учётной записи пользователя' label: 'Меню учётной записи пользователя'
description: 'Ссылки, относящиеся к учётной записи активного пользователя' description: 'Ссылки, относящиеся к учётной записи активного пользователя'
......
uuid: 1d618e8e-0422-432b-9870-6e73ef9a01e1 uuid: 63ad16ef-1d57-424f-a31a-439208cfb23e
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: Z1fjlyzJACgu5I63H4UR4vNhie8t8vEP1_rqsfMLuqU default_config_hash: g4D2ujgz3gEkKnqxjI9nI53o6CC2R1fvu92jkvAEH4o
id: admin id: admin
label: Администрирование label: Администрирование
description: 'Ссылки административных заданий' description: 'Ссылки административных заданий'
......
uuid: 645a6b8d-8267-40a7-ae1d-667e1e472f03 uuid: 7233be4d-873b-40f7-a0f6-5989a74ea6b0
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- devel - devel
_core: _core:
default_config_hash: mDPaw-3sFL7QVkSQAWt8Ee9duRTDmguMh88fq17lSw0 default_config_hash: dUK0qRGknNv2iLsLobAAJ4b7gKXOUeqOT_mDshPdj_4
id: devel id: devel
label: Разработка label: Разработка
description: 'Links related to Devel module.' description: 'Links related to Devel module.'
......
uuid: 8f836404-5d72-4389-99ee-8f898104a7ae uuid: 27b40067-c998-4f49-87df-082f3af6a9db
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: nkWwDgwZiAfplmZWtVshwUF3eWsRz2Y6bgqjIv0-jS0 default_config_hash: NnBT1AyQFUnXGaqX-RdsCYKUnX6uMm9VmdwX3rbZBTQ
id: footer id: footer
label: Подвал label: Подвал
description: 'Ссылки информации о сайте' description: 'Ссылки информации о сайте'
......
uuid: 5b6444f6-ead5-4cb4-a2be-a8041fdfbda2 uuid: bb3ba0c6-6a6f-478b-b01d-d48615868973
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: pwgkJMBkq_x5KLbFqqx-fg-x9BHUVP5LDBZwcJx6GFw default_config_hash: lbWH0NnVk62SXfT1uDjytRHqpWbVJsPIqizbfeQJhnM
id: main id: main
label: 'Основная навигация' label: 'Основная навигация'
description: 'Ссылки разделов сайта' description: 'Ссылки разделов сайта'
......
uuid: b5e9bf06-e1f7-47f0-ba94-03bf71eb4dca uuid: ce023895-e3b4-48fa-9b74-9daac7e01fe8
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: QY5S0P3wnX8i3l1SvvdF-hpa78Q9nHRj1EFdrQUk598 default_config_hash: ZTC75ueTT2N9FCtyBnYaGFm_Zipr0X4sNVsiVcA4tgU
id: tools id: tools
label: Инструменты label: Инструменты
description: 'Ссылки инструментов пользователя, часто добавленные модулями' description: 'Ссылки инструментов пользователя, часто добавленные модулями'
......
_core: _core:
default_config_hash: lUxMwe7TBE87q0NWYTNf4r5tDcukEB1AV53I9MP2RdU default_config_hash: IjeLMJ6unvxHnybbN3Z4QEBCwM2lhIFbsTvehuWKGAQ
langcode: ru
cache: cache:
page: page:
max_age: 0 max_age: 0
...@@ -14,5 +15,3 @@ fast_404: ...@@ -14,5 +15,3 @@ fast_404:
js: js:
preprocess: false preprocess: false
gzip: true gzip: true
stale_file_threshold: 2592000
langcode: ru
_core: _core:
default_config_hash: Y7D2FRXRuwaZR24feOtyoBOaUJDGV3DViSm3Qml1aPM default_config_hash: SDDGrdVnhnj_F6CcQ-daEPkmzSCbjjuxOEKA8rWK508
channel: channel:
description: '' description: ''
items: items:
......
_core: _core:
default_config_hash: VvJ7SWs_Cpe80Y5en98jJFcaNENlbAUMcZWiTJ7QiTk default_config_hash: hyBEhbLY1FO3DV4DVMJ0AABFcVQf9UZus07B8VV2CJI
langcode: ru langcode: ru
uuid: 85eddd4b-ff74-4321-8f3b-3457e3fda0df uuid: 086556cd-34af-47fc-b020-186cf22a5c26
name: dar10 name: 'ДАР CMS'
mail: dar10@yopmail.com mail: dar10@yopmail.com
slogan: '' slogan: ''
page: page:
......
_core: _core:
default_config_hash: WheRER4v7ORSwYAH209UNoReAN9-4U2-6VNfFJ5_loE default_config_hash: vxTd5x3Ni3DJ1uKE_jPRAUFix0FgNVU7RsBFDqDdTN0
favicon: favicon:
mimetype: image/vnd.microsoft.icon mimetype: image/vnd.microsoft.icon
path: '' path: ''
...@@ -12,6 +12,6 @@ features: ...@@ -12,6 +12,6 @@ features:
node_user_picture: true node_user_picture: true
logo: logo:
path: '' path: ''
url: '' url: null
use_default: true use_default: true
langcode: ru langcode: ru
_core: _core:
default_config_hash: s8JpJO7DTYADt-UP3VgbqDAa2jEX9wYITjgmkLvwSB4 default_config_hash: SzdFZgzEUptiGwsyruUCTGQv20XErVt1pJpwQJJhmk0
langcode: ru
admin: claro admin: claro
default: dar_simple default: dar_simple
langcode: ru
_core: _core:
default_config_hash: hQudrEb2kADl4SR6YenjY0nunsRPcjZ4VsoZ4byGxkg default_config_hash: 14kplHDY_xsT-rIB_XjjosDc-Fj7dTZqT0wA9dnmnrY
maintain_index_table: true maintain_index_table: true
override_selector: false override_selector: false
terms_per_page_admin: 100 terms_per_page_admin: 100
......
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: YfRt6nh1xA5lLGT5HQP58-QEbKxbbdTVNRbYL3wmWJA default_config_hash: tZwlvWPlPdaM25US38JAPksVgrXUC6yLw9Fq5K2vsZ8
name: Теги name: Теги
vid: tags vid: tags
description: 'Use tags to group articles on similar topics into categories.' description: 'Use tags to group articles on similar topics into categories.'
......
_core: _core:
default_config_hash: cd793D6rbF14HYySj-d4D0jgVHoFOiPFoevfMAGKK-A default_config_hash: pi8FhicggGgFrgTwJ0P9Tx33OEfpWWvwdh1O7WBXbiM
default_summary_length: 600 default_summary_length: 600
langcode: ru langcode: ru
uuid: 17e36df3-7913-4a40-914a-cd2e4a2347a0 uuid: 6e8fd60a-1d11-4841-85dd-98d47b21c0c1
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- block - block
_core: _core:
default_config_hash: rYvfj-duacQGkmJeFP8cX6RpWcopXju7nGwrRIKRDoA default_config_hash: ga0fCijGIqhyd43j3_Q-XHbKGgKB379mVwacXkHH5iE
id: block-layout id: block-layout
label: 'Block Layout Page' label: 'Block Layout Page'
module: block module: block
......
uuid: a536fc87-ea43-496c-b4d1-2cdba04c0176 uuid: 92d8c90f-0a74-40d8-964a-ab9b6aa12df1
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- honeypot - honeypot
_core: _core:
default_config_hash: z6w3zkYg5jPB7QiaYGvbqtGOyIs1ZrrPcrtd-ZnevHE default_config_hash: h7P02dhtFzzrTch1TJvUtr1OxK5VDG7TsbSj9Z9gqYQ
id: honeypot id: honeypot
label: Honeypot label: Honeypot
module: honeypot module: honeypot
......
uuid: 0f5937ad-881a-4d4e-a122-0e38193880e2 uuid: a69e397a-604f-4759-b23b-722bcb86a81c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- language - language
_core: _core:
default_config_hash: SQL8DaEamNTmmyN5CaOmb1cmOkbEcNCfWziwXeJMOwA default_config_hash: yGhFZtuUoXNVK-Uf79_EIUB10ftvpIAa6HjjC-f2NJw
id: language-add id: language-add
label: 'Добавление языков' label: 'Добавление языков'
module: language module: language
......
uuid: 74fc3efa-de71-4256-96c9-b0e5c12d87ab uuid: 55268a09-7c4d-4d38-b4b3-7dc1c097b3b7
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- language - language
_core: _core:
default_config_hash: ROYEy_LRtiQ8tu_RMr--DGPNhsiU8_O9OAUVSD8imE4 default_config_hash: 7knFGvSIjTfN09XwMle9Uw1yU3QpY30xGbuvFUQHpIc
id: language-edit id: language-edit
label: 'Редактирование языков' label: 'Редактирование языков'
module: language module: language
......
uuid: 3e9653cc-43cb-4bbc-ae13-a39e5d2b870a uuid: 0e5c021b-1892-4685-a397-c1de72aba2d0
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- language - language
_core: _core:
default_config_hash: '-x4p8Jp0vz64yqhlCyWkJxFX3wF20RmiXNGc6bQNa44' default_config_hash: NCyPai1sg-JAZ8ZiwxXD08SVZVgS8a0Snf0nYbT5wgw
id: language id: language
label: Язык label: Язык
module: language module: language
......
uuid: f5040e75-e183-4a26-ba93-3b6210afec8c uuid: af409cfe-abe0-49b7-9da9-7203d5b96453
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- locale - locale
_core: _core:
default_config_hash: 2xdXcPoz1aO61aCd9zmagjaDfESW-uAUm3Ib-s21hQE default_config_hash: 9ZEGu213B9f4b0V4z5ePureiA3NHJdy3c-XhfqUNGvM
id: locale id: locale
label: Перевод label: Перевод
module: locale module: locale
......
uuid: 42140072-8fe6-4f18-91c8-ba531e963169 uuid: 2a7cbc1a-2e8f-4234-b8a9-fea89b15f744
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- views_ui - views_ui
_core: _core:
default_config_hash: VXEuPxuo5ML-ZL_idITn0cBWZ777EOcyuh7tEvfJSZY default_config_hash: HXLaaFiXH-HysUsbyd8hBEJH17G36zAZQug3XmS0HWM
id: views-ui id: views-ui
label: 'View edit page' label: 'View edit page'
module: views_ui module: views_ui
......
uuid: 71d48ff7-7837-4917-a32c-4196f8e2f87a uuid: 43fbb9f2-4e37-42fd-8245-1923e4e2e57e
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- comment - comment
_core: _core:
default_config_hash: ZuSLgZRYisZlDv8iScRR2lFXlcDWt1lmDkzSpqz_5F8 default_config_hash: Puc-nl8qM5c1okGD7h5funfGH3g8wFmiFYELIlAiwEU
title: 'Store the maximum possible comments per thread' title: 'Store the maximum possible comments per thread'
id: comment_cron id: comment_cron
weight: 0 weight: 0
......
uuid: 191253cb-5376-4a47-8ae5-0db1ad48c090 uuid: fba68db3-5e70-4119-aa58-608b0e0485ef
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- dblog - dblog
_core: _core:
default_config_hash: KY4FBxGzCUafS8CoJTT7to7Al32hJU__SDwAcJkzTrs default_config_hash: 8YxXjpMya78fwlXeoyJae6q70HMrZC-kK04iqq6YNB8
title: 'Remove expired log messages and flood control events' title: 'Remove expired log messages and flood control events'
id: dblog_cron id: dblog_cron
weight: 0 weight: 0
......
uuid: 22178599-9113-4db0-87c0-0b1bb91940fd uuid: 78f0459f-d30f-4e78-8643-40f8a5647f1c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- field - field
_core: _core:
default_config_hash: yBGNy43-wnOC5MX3dUoSMzvNVBDi-YRQkO3rH5eWY9E default_config_hash: JfwSPpy37Bm4FVzOJmUtY7PYQ4klHUnF4UMaBRItnjw
title: 'Purges deleted Field API data' title: 'Purges deleted Field API data'
id: field_cron id: field_cron
weight: 0 weight: 0
......
uuid: 00738011-e587-4c90-b11b-b9d8499fddda uuid: 54854d5f-a75f-4d51-b4bc-16b204ae4997
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- file - file
_core: _core:
default_config_hash: aZ2ynY6PtGq1mCRMgw-vxlYfUEWAVed5mmGJ8fHr_G0 default_config_hash: tLjH2yl1Jsfn2WvP1DI68SEI8CUidZJ6-v99gG0HNtI
title: 'Deletes temporary files' title: 'Deletes temporary files'
id: file_cron id: file_cron
weight: 0 weight: 0
......
uuid: 49fba81b-e0d2-4a35-9dd9-b5d15185bae3 uuid: 6b6a5960-17c5-49c2-90ef-8329b920b5cc
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- google_analytics - google_analytics
_core: _core:
default_config_hash: aUS-lDxMJxgZEjIgRiriJpMVstUw3_9_ZEBVb5K78q8 default_config_hash: 9ZdcjUHSJ-fzxxlRPfn0n2eiAEPDXHKS1bCRgHvbBeU
title: 'Default cron handler' title: 'Default cron handler'
id: google_analytics_cron id: google_analytics_cron
weight: 0 weight: 0
......
uuid: d4017010-b776-4d9b-8045-00cb0bce2899 uuid: 75d64130-5088-4bd0-a6fe-a5c18ee1f86b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- history - history
_core: _core:
default_config_hash: S4XWJrzDOGn3ICjxuE-JD1ERkYcjpNa_pKgKgsfQmug default_config_hash: rIH4BpIEOwQX0q2KP4a6FE6bmZmKB5SwK1_rfBaJrN4
title: 'Deletes history' title: 'Deletes history'
id: history_cron id: history_cron
weight: 0 weight: 0
......
uuid: 73d6e760-bda5-409a-9ce1-872966a0470d uuid: 46560fc6-4253-43b3-9464-21baf3f0d9c1
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- honeypot - honeypot
_core: _core:
default_config_hash: 8CRnspc2vPbpBc6SxkyJ18rDsux7919QP9jhiwjL8UE default_config_hash: WHhulWZgLlPFmV3_gsAozK4ZG165i7-QpetJWvqeyBU
title: 'Default cron handler' title: 'Default cron handler'
id: honeypot_cron id: honeypot_cron
weight: 0 weight: 0
......
uuid: f42edad2-fa2b-436f-ab08-d2bc3384d4db uuid: eddfb010-66b6-4b74-b82b-08a132720784
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- locale - locale
_core: _core:
default_config_hash: ljA4YUgbAyOyWeFo33dqBVI6ZpAshiCZgeVO4jOqwHE default_config_hash: ZegbYCyT-4zxnM24eKjQiJ6Rrvj-7nohmiJy_tx-znA
title: 'Default cron handler' title: 'Default cron handler'
id: locale_cron id: locale_cron
weight: 0 weight: 0
......
uuid: ed218dc8-60b2-48e6-a314-ac140c070784 uuid: fb0a59db-4ce5-4b07-8a74-2a3073b553bd
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- node - node
_core: _core:
default_config_hash: 5xd3OGMyDfEMy2xKfKyJpsGClK65rT1i0Y53ccsCjl0 default_config_hash: qSpuanh_V7Al8BWUgRu2PdRH2vVr5YDFcZwFmAF-2CE
title: 'Updates search rankings for nodes' title: 'Updates search rankings for nodes'
id: node_cron id: node_cron
weight: 0 weight: 0
......
uuid: 19e93b71-d1e2-494c-825e-742f457d974b uuid: f781ce4c-d8bf-49bc-b91a-b2e1a5d9f8b0
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- search - search
_core: _core:
default_config_hash: Yx_p8oYakdvzDhzK9fBsHHB43B5m7XT3f-7YjtOLOao default_config_hash: 5vz_9G74cbo3wat6iOKXz3rAwBTvm7lmcQIjlHmiEp0
title: 'Updates indexable active search pages' title: 'Updates indexable active search pages'
id: search_cron id: search_cron
weight: 0 weight: 0
......
uuid: f34970f7-39eb-4c84-aa6f-edd5c2d02aac uuid: 2c9247f2-fbaa-4d34-86c7-90aeac8e6f7a
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- simple_sitemap - simple_sitemap
_core: _core:
default_config_hash: _T03c_C7IYL-mj1C6h2kPLoOmylP2NqDXv7xs5qM3oY default_config_hash: nCe43x8FZXx2CyJbHLdfl9FcR9AxjA8167T_royo1Ec
title: 'Default cron handler' title: 'Default cron handler'
id: simple_sitemap_cron id: simple_sitemap_cron
weight: 0 weight: 0
......
uuid: 36d6b944-9c7f-4444-a552-a08b43d4dbdf uuid: 5f04ce0a-b810-44fe-bd1e-d4ec17bfb215
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- system - system
_core: _core:
default_config_hash: HOpnCgg8hhXWlRseAz2F9flE_6PeMZFET2wmRUihHz4 default_config_hash: 0l6VshcxA_X_XTr_uJ8dN05KPeTATycPZgZ0NP5L-KY
title: 'Cleanup (caches, batch, flood, temp-files, etc.)' title: 'Cleanup (caches, batch, flood, temp-files, etc.)'
id: system_cron id: system_cron
weight: 0 weight: 0
......
uuid: 30e60557-397f-443d-81f0-b2b403b07684 uuid: 34af93db-655e-4cf1-8c3d-2a86e4f19649
langcode: ru langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: Jab8ZmOHTH8W4wyBjUBbucXwgyScbgSOO-2M6YDENT0 default_config_hash: a3m0pZfsYv7aH3jMv0Rv2-hoCg3ptQ8J3Q4ODWfvOr0
title: 'Runs internal cleanup operations' title: 'Runs internal cleanup operations'
id: ultimate_cron_cron id: ultimate_cron_cron
weight: 0 weight: 0
......
uuid: ceb944d1-991d-435f-9c73-aa4d2fffacbf
langcode: ru
status: true
dependencies:
module:
- update
title: 'Update indexes'
id: update_cron
weight: 0
module: update
callback: update_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database
uuid: 404950cc-d5ba-4fdc-8c1d-1f24af2d90cb uuid: 8bae1cc1-81cd-4f2d-be40-530d89bdb38d
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: WnFVcrGAVnWlaR8ff6lK_4sThy7f_zJ99EmFNqwCLc4 default_config_hash: c8UCpAtQsvsiHJnoLhRKZXLFLUvJ4mENQ3QUHJ6T_Jg
title: 'Default cron handler' title: 'Default cron handler'
id: webform_cron id: webform_cron
weight: 0 weight: 0
......
_core: _core:
default_config_hash: v_YFpe4fSiZbPDRrbDQuePSRQgWVv-JWCYD0vtFaJHw default_config_hash: zcxrCbSuCY5PZN_9eWJ8l4jVkPLhm1mJZNqhkmGHXoM
langcode: ru langcode: ru
bypass_transactional_safe_connection: false bypass_transactional_safe_connection: false
queue: queue:
......
_core: _core:
default_config_hash: bvY9ZVvX7xUkNr72-K-KrWBdTsLBIqZGCOPn-lqyfMI default_config_hash: nZGzHUyTeMYbG-rCWUAMbvwc062V-f78NI3w_EoCOkM
uid_only: false uid_only: false
ip_limit: 50 ip_limit: 50
ip_window: 3600 ip_window: 3600
......
_core: _core:
default_config_hash: QB7i-Ctuu-oyUsx1yCGjAjH3T7220CSLWmtESo94CWs default_config_hash: GuX2l50O-5q7kGIckHbeRAyzJboYDFq-9slaZ2sl2_c
cancel_confirm: cancel_confirm:
body: "[user:display-name],\r\n\r\nБыл сделан запрос на удаление Вашей учётной записи на сайте [site:name].\r\n\r\nТеперь Вы можете удалить свою учётную запись на сайте [site:url-brief] перейдя по этой ссылке или скопировав ее в адресную строку Вашего браузера:\r\n\r\n[user:cancel-url]\r\n\r\nВНИМАНИЕ: Удаление учётной записи это необратимый процесс!\r\n\r\nСрок действия ссылки завершится через сутки, и если она не будет использована, то удаления не произойдет.\r\n\r\n-- Администрация сайта [site:name]" body: "[user:display-name],\r\n\r\nБыл сделан запрос на удаление Вашей учётной записи на сайте [site:name].\r\n\r\nТеперь Вы можете удалить свою учётную запись на сайте [site:url-brief] перейдя по этой ссылке или скопировав ее в адресную строку Вашего браузера:\r\n\r\n[user:cancel-url]\r\n\r\nВНИМАНИЕ: Удаление учётной записи это необратимый процесс!\r\n\r\nСрок действия ссылки завершится через сутки, и если она не будет использована, то удаления не произойдет.\r\n\r\n-- Администрация сайта [site:name]"
subject: 'Запрос на удаление учётной записи [user:display-name] на сайте «[site:name]»' subject: 'Запрос на удаление учётной записи [user:display-name] на сайте «[site:name]»'
......
...@@ -3,7 +3,7 @@ langcode: ru ...@@ -3,7 +3,7 @@ langcode: ru
status: true status: true
dependencies: { } dependencies: { }
_core: _core:
default_config_hash: uXPPpT1Y-F9qBPh3oX0Fxv4CIz77TJ2UxBlPvIO0Yqo default_config_hash: o7iwtJzZ6gjTHk4XdxgWgPRzchX2BYAvQHViY7Y_DIc
id: administrator id: administrator
label: Administrator label: Administrator
weight: 2 weight: 2
......
uuid: fe0fcf64-8467-4fb3-89ce-04798ce7a8e6 uuid: 1acf3dba-79f6-4b1c-b230-b90aaa3e51e5
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
config:
- filter.format.restricted_html
module: module:
- comment - comment
- contact - contact
- filter
- media - media
- search - search
- system - system
_core: _core:
default_config_hash: kQpsAnpFlNmpW8bkJV6PKXJuas5PIKvjXu1uBMyB8TM default_config_hash: XDH8H56pJzGmeA5LMEnxtiOgFJdKb2Jf2vsKZrmVwbE
id: anonymous id: anonymous
label: 'Анонимный пользователь' label: 'Анонимный пользователь'
weight: 0 weight: 0
...@@ -19,4 +22,5 @@ permissions: ...@@ -19,4 +22,5 @@ permissions:
- 'access content' - 'access content'
- 'access site-wide contact form' - 'access site-wide contact form'
- 'search content' - 'search content'
- 'use text format restricted_html'
- 'view media' - 'view media'
uuid: d05d2203-af5b-418a-b713-7cdac5306c2e uuid: 925114a6-35d4-48e6-a0fc-8cae9ba2bfee
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
config: config:
- filter.format.basic_html - filter.format.basic_html
- filter.format.webform_default
module: module:
- comment - comment
- contact - contact
- file
- filter - filter
- google_analytics - google_analytics
- media - media
...@@ -14,7 +16,7 @@ dependencies: ...@@ -14,7 +16,7 @@ dependencies:
- shortcut - shortcut
- system - system
_core: _core:
default_config_hash: B3U8U2CH3IeAwJRu8zuyDCGroLiDVSaP3-GBm9en8lM default_config_hash: hhJCBfPUT73i8969PHkyAhOtIthLzUCJ8nmtl62M9d8
id: authenticated id: authenticated
label: 'Аутентифицированный пользователь' label: 'Аутентифицированный пользователь'
weight: 1 weight: 1
...@@ -24,9 +26,11 @@ permissions: ...@@ -24,9 +26,11 @@ permissions:
- 'access content' - 'access content'
- 'access shortcuts' - 'access shortcuts'
- 'access site-wide contact form' - 'access site-wide contact form'
- 'delete own files'
- 'opt-in or out of google analytics tracking' - 'opt-in or out of google analytics tracking'
- 'post comments' - 'post comments'
- 'search content' - 'search content'
- 'skip comment approval' - 'skip comment approval'
- 'use text format basic_html' - 'use text format basic_html'
- 'use text format webform_default'
- 'view media' - 'view media'
_core: _core:
default_config_hash: gtU3XCKgsxMDw2zpMrHCpiZCW8d1jgHRaQDsAIqP2Jg default_config_hash: wcg6UBh0gxdZdlZ5v8rgS6YOsuFhH7zZfRD40OMWcFU
anonymous: Гость anonymous: Гость
verify_mail: true verify_mail: true
notify: notify:
......
_core: _core:
default_config_hash: gLKLtIw3lGnIYzwGJJ_szUOSp2wrhahRbyK_f8Pi_T0 default_config_hash: Cl60orKSgSgwcC59vQihiZUVVc1bbNtWepr6CjL5UkY
display_extenders: { } display_extenders: { }
skip_cache: false
sql_signature: false sql_signature: false
ui: ui:
show: show:
......
uuid: e2057f3d-2677-46bf-976c-29424d0334a3 uuid: 99a93aa7-4f54-4a06-9005-ecd8e0f7b149
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
- node - node
- user - user
_core: _core:
default_config_hash: 4MiLfUdI2i400fr9z4Yv3yRa01QQi21g-sUJHUafzuo default_config_hash: NwHz4IPuGqiYPO9G1uqRjmHskVa9Z-wK9BcTjBM7CSw
id: archive id: archive
label: Archive label: Archive
module: node module: node
......
uuid: 1fe4d861-5ffa-400c-8267-63ed30df37f9 uuid: d3c99e7c-f507-4419-bb03-b761d14d60c5
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,9 +6,9 @@ dependencies: ...@@ -6,9 +6,9 @@ dependencies:
- block_content - block_content
- user - user
_core: _core:
default_config_hash: dTRAo7opMaGk0-HZ1M9pf0YoHbLNAQbWoGQqdp5IRNw default_config_hash: O4k2O6nRZY9UZTV8vY3XYoKa5mZ5NP7FI3Bh6BgRhiY
id: block_content id: block_content
label: 'Custom block library' label: 'Content blocks'
module: views module: views
description: 'Find and manage custom blocks.' description: 'Find and manage custom blocks.'
tag: default tag: default
...@@ -209,6 +209,15 @@ display: ...@@ -209,6 +209,15 @@ display:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
operations: operations:
id: operations id: operations
table: block_content table: block_content
...@@ -291,7 +300,7 @@ display: ...@@ -291,7 +300,7 @@ display:
access: access:
type: perm type: perm
options: options:
perm: 'administer blocks' perm: 'access block library'
cache: cache:
type: tag type: tag
options: { } options: { }
...@@ -523,14 +532,15 @@ display: ...@@ -523,14 +532,15 @@ display:
position: 1 position: 1
display_options: display_options:
display_extenders: { } display_extenders: { }
path: admin/structure/block/block-content path: admin/content/block
menu: menu:
type: tab type: tab
title: 'Custom block library' title: Blocks
description: '' description: 'Create and edit block content.'
weight: 0 weight: 0
expanded: false
menu_name: admin menu_name: admin
parent: block.admin_display parent: system.admin_content
context: '0' context: '0'
cache_metadata: cache_metadata:
max-age: -1 max-age: -1
......
uuid: 6f7ba28b-2322-4c2b-95fb-d92eef28d5fe uuid: 9bee2e8f-9765-4725-b7e3-a7b46dd1929e
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- comment - comment
- user - user
_core: _core:
default_config_hash: oIpCYw7UBb485xLVsjtlBHXKM42RPULNnlKJHdAPLho default_config_hash: HuH8hETpdVar3GzPPhUrLaQP5uFfG2iy8n8mPog-xAA
id: comment id: comment
label: Comments label: Comments
module: comment module: comment
...@@ -394,6 +394,15 @@ display: ...@@ -394,6 +394,15 @@ display:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
...@@ -1272,6 +1281,15 @@ display: ...@@ -1272,6 +1281,15 @@ display:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
......
uuid: c23514bd-6892-4b4b-9ef4-22662ead0139 uuid: ef1c828d-1866-47b6-a30c-59981420fc18
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
- node - node
- user - user
_core: _core:
default_config_hash: JYAJmtQ11ckDrs-I6zXWb6meg_AgHBr3oKvwbgh_AUw default_config_hash: n7RsaCPx2sBhTEWIyDFk88m9ArVxc7R5U21Wbwi5I4s
id: comments_recent id: comments_recent
label: 'Recent comments' label: 'Recent comments'
module: views module: views
......
uuid: 31e4376a-1652-40b1-b5c5-8cac9a7daa6e uuid: 0b6bb779-fc49-478c-b93b-6893f2783b62
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- node - node
- user - user
_core: _core:
default_config_hash: n8reLIeGs6zN3ge2edtfsUuNolEx4HBJZvQ3s_TX7cU default_config_hash: RVRxa21T_2OwhloDaETD8tmfrWNlYJKoLnmUUnIlh6g
id: content id: content
label: Content label: Content
module: node module: node
...@@ -187,6 +187,15 @@ display: ...@@ -187,6 +187,15 @@ display:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
operations: operations:
id: operations id: operations
table: node table: node
......
uuid: e3fa8506-29af-46e3-aad4-0c23ddf70f2f uuid: dbb9a948-5a30-4a30-96f7-25088ff12288
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- node - node
- user - user
_core: _core:
default_config_hash: qLnafkwc6RoXP7rnjPidXHYX9UEAZeH8-EK0p_ESwLs default_config_hash: Tg_Kh1wk8EFhqhcBwUEypNAlRsv-xCxIQV-BRe4J9qE
id: content_recent id: content_recent
label: 'Recent content' label: 'Recent content'
module: node module: node
......
uuid: d8b04010-732d-4e2a-83e5-a739b725bc94 uuid: bb2faec9-9bd0-41ae-8550-d837f58a7ac6
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- file - file
- user - user
_core: _core:
default_config_hash: SXxWT9qfEGw5LuvcintMUBSgDvqg-veTPnngAiyjUWA default_config_hash: 3ienbpoEdYh8r7dDpFzq3iUCST2PD1JgYzWBqp1U358
id: files id: files
label: Files label: Files
module: file module: file
...@@ -335,6 +335,15 @@ display: ...@@ -335,6 +335,15 @@ display:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
changed: changed:
id: changed id: changed
table: file_managed table: file_managed
...@@ -391,6 +400,15 @@ display: ...@@ -391,6 +400,15 @@ display:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
count: count:
id: count id: count
table: file_usage table: file_usage
...@@ -1023,7 +1041,6 @@ display: ...@@ -1023,7 +1041,6 @@ display:
default_argument_type: fixed default_argument_type: fixed
default_argument_options: default_argument_options:
argument: '' argument: ''
default_argument_skip_url: false
summary_options: summary_options:
base_path: '' base_path: ''
count: true count: true
......
uuid: 5f27b2d7-02db-4bde-b261-15a3a2d9a3ea uuid: 1938b28d-6226-4900-9365-a76a5860747b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
- node - node
- user - user
_core: _core:
default_config_hash: vdIRKmeoc-JpQznb0LprsMzMjyMGowl7zGL6mftKoeY default_config_hash: gxSjjDGjqJh2JjRLLwhU0BFsDmmC0BTcLuQBEWK8wtM
id: frontpage id: frontpage
label: Frontpage label: Frontpage
module: node module: node
......
uuid: 6e1f85fc-d2a3-4e38-acdd-1a560d667030 uuid: 0f93bc36-9695-4df0-9b7f-086b17bfa179
langcode: ru langcode: ru
status: false status: false
dependencies: dependencies:
...@@ -8,7 +8,7 @@ dependencies: ...@@ -8,7 +8,7 @@ dependencies:
- node - node
- user - user
_core: _core:
default_config_hash: U28LPzORRyIbJZJD8DsErcdye_eQOoyg_7SJL2jeIq8 default_config_hash: _uVaFjKxPSe317pVBEw-rfJPX1EyzA8OMSY2YKNBaI8
id: glossary id: glossary
label: Glossary label: Glossary
module: node module: node
...@@ -183,6 +183,15 @@ display: ...@@ -183,6 +183,15 @@ display:
date_format: long date_format: long
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
pager: pager:
type: mini type: mini
options: options:
...@@ -239,7 +248,6 @@ display: ...@@ -239,7 +248,6 @@ display:
default_argument_type: fixed default_argument_type: fixed
default_argument_options: default_argument_options:
argument: a argument: a
default_argument_skip_url: false
summary_options: { } summary_options: { }
summary: summary:
format: default_summary format: default_summary
...@@ -406,7 +414,6 @@ display: ...@@ -406,7 +414,6 @@ display:
default_argument_type: fixed default_argument_type: fixed
default_argument_options: default_argument_options:
argument: a argument: a
default_argument_skip_url: false
summary_options: summary_options:
items_per_page: 25 items_per_page: 25
inline: true inline: true
......
uuid: 86bf3679-c89c-4dfc-a1de-56cb64f9b54f uuid: 1ba1ebb4-b33e-4b77-8667-2d6eeb621054
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
- media - media
- user - user
_core: _core:
default_config_hash: XuTjoMyLWwFn27YkIbgyWrOPMJ80PGAeFOAslQtFD80 default_config_hash: xmsVfvROehZ_OUnToscmvefGe6euGi8k91UqBylA4oY
id: media id: media
label: Media label: Media
module: views module: views
...@@ -448,6 +448,15 @@ display: ...@@ -448,6 +448,15 @@ display:
date_format: short date_format: short
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
......
uuid: c53707dd-6e34-40c7-a02a-7c58ca6d3de8 uuid: fa781057-7f13-4ac1-ae61-5003241971f8
langcode: und langcode: und
status: true status: true
dependencies: dependencies:
...@@ -10,7 +10,7 @@ dependencies: ...@@ -10,7 +10,7 @@ dependencies:
- media - media
- user - user
_core: _core:
default_config_hash: P3oTTDKEwL1LqNFwJaKm609jOKh3JzhCPpD4EhtOaos default_config_hash: GZ4XYp9vaO9O9myjoqwl6tAP6scNpFILT-MIm3tJi5w
id: media_entity_browser id: media_entity_browser
label: 'Media Browser' label: 'Media Browser'
module: views module: views
......
uuid: 2ae918fc-5d72-484d-80c8-3f993db57f25 uuid: 87c00082-3c63-4ee3-86b5-86c8014024a2
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -7,7 +7,7 @@ dependencies: ...@@ -7,7 +7,7 @@ dependencies:
- redirect - redirect
- user - user
_core: _core:
default_config_hash: N87tB9kxpWag3EpHmXn8uiNocJbdGAxG6gc1_ex2wRQ default_config_hash: lFB8yZFhoNAVgWvOIEJUdRNW5ElaQBdiecXIkRfZuTE
id: redirect id: redirect
label: Redirect label: Redirect
module: views module: views
...@@ -247,7 +247,7 @@ display: ...@@ -247,7 +247,7 @@ display:
type: basic type: basic
options: options:
submit_button: Filter submit_button: Filter
reset_button: false reset_button: true
reset_button_label: Reset reset_button_label: Reset
exposed_sorts_label: 'Sort by' exposed_sorts_label: 'Sort by'
expose_sort_order: true expose_sort_order: true
......
uuid: f67809d9-29dc-4656-9c1c-aeba24469778 uuid: d4653ea7-1129-45f5-aec2-cc6270f2193c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
- taxonomy - taxonomy
- user - user
_core: _core:
default_config_hash: 0bvQ4phSvu_8arvyfXciVLL_XNnTpCJQ1h_RdzsnRgM default_config_hash: tfH7RztAHo2SuIQ18VFyuImOWp7JPqh03y1ERrjrFiI
id: taxonomy_term id: taxonomy_term
label: 'Taxonomy term' label: 'Taxonomy term'
module: taxonomy module: taxonomy
...@@ -108,7 +108,6 @@ display: ...@@ -108,7 +108,6 @@ display:
default_argument_type: fixed default_argument_type: fixed
default_argument_options: default_argument_options:
argument: '' argument: ''
default_argument_skip_url: false
summary_options: summary_options:
base_path: '' base_path: ''
count: true count: true
......
uuid: 79e42d71-f61b-46c1-84b6-45c31f5225f5 uuid: 28bfa393-911c-4501-855e-23d08d637420
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: R6DvWMVA1bbSa73iSHM6uxM0uB-lV61wcyy94bpqDxA default_config_hash: DL2mb7RZdgBXmWuFw7WAqdgi8jKzvmJ7WyO0MkhBAKo
id: user_admin_people id: user_admin_people
label: People label: People
module: user module: user
......
uuid: 39651551-cedb-473b-b7a1-2cce9ba68190 uuid: 76d3e725-8759-4e3c-8344-c0762ab2176b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
- dblog - dblog
- user - user
_core: _core:
default_config_hash: 2HBrfa5kA0IoLjE-sxC_WwbjsXgh1AdFfKcZ2oD4Wu0 default_config_hash: jrozwrW3P7i8sf1uG12la3LlC7H2Mqq06mIC8ZBafKE
id: watchdog id: watchdog
label: Watchdog label: Watchdog
module: views module: views
......
uuid: 46f3c0d9-235d-4ac6-9d20-5d61dbf239d6 uuid: f84a835e-5aec-4bb1-9043-7b3e22258178
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -9,7 +9,7 @@ dependencies: ...@@ -9,7 +9,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: WataeTbQOGeBIa09zk0_C1lPalvFa_klQvj9NIZeKwQ default_config_hash: H053EGtoqKWyGTTN0hw-nYcbRo1BiKKbrUnTRpDLLrk
id: webform_submissions id: webform_submissions
label: 'Webform submissions' label: 'Webform submissions'
module: views module: views
...@@ -216,6 +216,15 @@ display: ...@@ -216,6 +216,15 @@ display:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
...@@ -443,7 +452,6 @@ display: ...@@ -443,7 +452,6 @@ display:
default_argument_type: fixed default_argument_type: fixed
default_argument_options: default_argument_options:
argument: '' argument: ''
default_argument_skip_url: false
summary_options: summary_options:
base_path: '' base_path: ''
count: true count: true
...@@ -979,6 +987,15 @@ display: ...@@ -979,6 +987,15 @@ display:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
...@@ -1046,6 +1063,15 @@ display: ...@@ -1046,6 +1063,15 @@ display:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
...@@ -1901,6 +1927,15 @@ display: ...@@ -1901,6 +1927,15 @@ display:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
...@@ -1968,6 +2003,15 @@ display: ...@@ -1968,6 +2003,15 @@ display:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
...@@ -2735,6 +2779,15 @@ display: ...@@ -2735,6 +2779,15 @@ display:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
...@@ -2802,6 +2855,15 @@ display: ...@@ -2802,6 +2855,15 @@ display:
date_format: medium date_format: medium
custom_date_format: '' custom_date_format: ''
timezone: '' timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
group_column: value group_column: value
group_columns: { } group_columns: { }
group_rows: true group_rows: true
......
uuid: 82872bca-93f2-4cfa-815a-359af44a69be uuid: 13bc754f-ae78-4780-a073-ab2450241b39
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: 5yr6jLYCbvFRRkZbZZxYFfpfz153to3pzE2DzkQgpKM default_config_hash: Qot5dpvBep1oO6TFIrSodkL-uEl1ZQPe96xM8OBFoAU
id: who_s_new id: who_s_new
label: "Who's new" label: "Who's new"
module: user module: user
......
uuid: 1a96dad7-6386-40ac-b883-110af8c001fa uuid: 5d71e005-abf3-4c80-ae29-12fe27ee06dc
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
module: module:
- user - user
_core: _core:
default_config_hash: 9vt_cpJvJWYwCjUN_Umr9XN_Z2BVxljlt6chCJujIBM default_config_hash: 7I9aps95EwPr1JlgXGtmjF9mzJTI3Ivz6zppLnDE5jg
id: who_s_online id: who_s_online
label: "Who's online block" label: "Who's online block"
module: user module: user
......
_core: _core:
default_config_hash: Gdz3CK2B18ly90EDPMyfEbs6WR38iJXpOPB9CoStg6o default_config_hash: Z1XdQGt35kGsOqtyYXZb8GWsFLP6_pwFOX1MIXZHpio
langcode: ru
settings: settings:
default_status: open default_status: open
default_categories: { }
default_page: true
default_page_base_path: form default_page_base_path: form
default_form_open_message: 'This form has not yet been opened to submissions.' default_ajax: false
default_form_close_message: 'Sorry…This form is closed to new submissions.' default_ajax_progress_type: throbber
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.' default_ajax_effect: fade
default_ajax_speed: 500
default_submit_button_label: Отправить default_submit_button_label: Отправить
default_reset_button_label: Сбросить default_reset_button_label: Сбросить
default_delete_button_label: Delete
default_form_submit_once: false default_form_submit_once: false
default_form_open_message: 'This form has not yet been opened to submissions.'
default_form_close_message: 'Sorry…This form is closed to new submissions.'
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
default_form_confidential_message: 'This form is confidential. You must <a href="[site:login-url]/logout?destination=[current-page:url:relative]">Log out</a> to submit it.' default_form_confidential_message: 'This form is confidential. You must <a href="[site:login-url]/logout?destination=[current-page:url:relative]">Log out</a> to submit it.'
default_form_access_denied_message: 'Please login to access this form.' default_form_access_denied_message: 'Please login to access this form.'
default_form_disable_back: false default_form_disable_remote_addr: false
default_form_submit_back: false
default_form_unsaved: false
default_form_novalidate: false default_form_novalidate: false
default_form_disable_inline_errors: false default_form_disable_inline_errors: false
default_form_required: false default_form_required: false
default_form_required_label: 'Indicates required field' default_form_required_label: 'Indicates required field'
default_form_unsaved: false
default_form_disable_back: false
default_form_submit_back: false
default_form_details_toggle: true default_form_details_toggle: true
default_form_file_limit: '' default_form_file_limit: ''
form_classes: |
container-inline clearfix
form--inline clearfix
messages messages--error
messages messages--warning
messages messages--status
button_classes: ''
default_wizard_prev_button_label: '< Предыдущая страница' default_wizard_prev_button_label: '< Предыдущая страница'
default_wizard_next_button_label: 'Следующая страница >' default_wizard_next_button_label: 'Следующая страница >'
default_wizard_start_label: Начало default_wizard_start_label: Начало
default_wizard_confirmation_label: Завершен default_wizard_confirmation_label: Завершен
default_wizard_toggle_show_label: 'Show all'
default_wizard_toggle_hide_label: 'Hide all'
default_preview_next_button_label: Предпросмотр default_preview_next_button_label: Предпросмотр
default_preview_prev_button_label: '< Previous' default_preview_prev_button_label: '< Previous'
default_preview_label: Предпросмотр default_preview_label: Предпросмотр
...@@ -39,12 +43,14 @@ settings: ...@@ -39,12 +43,14 @@ settings:
default_draft_button_label: 'Сохранить черновик' default_draft_button_label: 'Сохранить черновик'
default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.' default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.'
default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.' default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.'
default_draft_pending_single_message: 'You have a pending draft for this webform. <a href="#">Load your pending draft</a>.'
default_draft_pending_multiple_message: 'You have pending drafts for this webform. <a href="#">View your pending drafts</a>.'
default_confirmation_message: 'New submission added to [webform:title].' default_confirmation_message: 'New submission added to [webform:title].'
default_confirmation_back_label: 'Back to form' default_confirmation_back_label: 'Back to form'
default_confirmation_noindex: true
default_limit_total_message: 'No more submissions are permitted.'
default_limit_user_message: 'No more submissions are permitted.'
default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]' default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]'
default_submission_access_denied_message: 'Please login to access this submission.'
default_submission_exception_message: 'Unable to process this submission. Please contact the site administrator.'
default_submission_locked_message: 'This submission has been locked.'
default_submission_log: false default_submission_log: false
default_submission_views: { } default_submission_views: { }
default_submission_views_replace: default_submission_views_replace:
...@@ -59,9 +65,20 @@ settings: ...@@ -59,9 +65,20 @@ settings:
- entity.node.webform.results_submissions - entity.node.webform.results_submissions
- entity.node.webform.user.drafts - entity.node.webform.user.drafts
- entity.node.webform.user.submissions - entity.node.webform.user.submissions
default_results_customize: false
default_submission_access_denied_message: 'Please login to access this submission.'
default_submission_exception_message: 'Unable to process this submission. Please contact the site administrator.'
default_submission_locked_message: 'This submission has been locked.'
default_previous_submission_message: 'You have already submitted this webform. <a href="#">View your previous submission</a>.' default_previous_submission_message: 'You have already submitted this webform. <a href="#">View your previous submission</a>.'
default_previous_submissions_message: 'You have already submitted this webform. <a href="#">View your previous submissions</a>.' default_previous_submissions_message: 'You have already submitted this webform. <a href="#">View your previous submissions</a>.'
default_autofill_message: 'This submission has been autofilled with your previous submission.' default_autofill_message: 'This submission has been autofilled with your previous submission.'
form_classes: |
container-inline clearfix
form--inline clearfix
messages messages--error
messages messages--warning
messages messages--status
button_classes: ''
preview_classes: | preview_classes: |
messages messages--error messages messages--error
messages messages--warning messages messages--warning
...@@ -72,8 +89,23 @@ settings: ...@@ -72,8 +89,23 @@ settings:
messages messages--status messages messages--status
confirmation_back_classes: | confirmation_back_classes: |
button button
default_limit_total_message: 'No more submissions are permitted.' default_share: false
default_limit_user_message: 'No more submissions are permitted.' default_share_node: false
default_share_theme_name: ''
webform_bulk_form: true
webform_bulk_form_actions:
- webform_open_action
- webform_close_action
- webform_archive_action
- webform_unarchive_action
- webform_delete_action
webform_submission_bulk_form: true
webform_submission_bulk_form_actions:
- webform_submission_make_sticky_action
- webform_submission_make_unsticky_action
- webform_submission_make_lock_action
- webform_submission_make_unlock_action
- webform_submission_delete_action
dialog: false dialog: false
dialog_options: dialog_options:
narrow: narrow:
...@@ -88,37 +120,12 @@ settings: ...@@ -88,37 +120,12 @@ settings:
assets: assets:
css: '' css: ''
javascript: '' javascript: ''
handler: form:
excluded_handlers: { } limit: 50
export: filter_category: ''
temp_directory: '' filter_state: ''
exporter: delimited
multiple_delimiter: ;
header_format: label
header_prefix: true
header_prefix_label_delimiter: ': '
header_prefix_key_delimiter: __
composite_element_item_format: label
options_single_format: compact
options_multiple_format: compact
options_item_format: label
entity_reference_items:
- id
- title
- url
likert_answers_format: label
signature_format: status
delimiter: ','
excel: false
excluded_exporters: { }
batch:
default_batch_export_size: 500
default_batch_update_size: 500
default_batch_delete_size: 500
default_batch_email_size: 500
purge:
cron_size: 100
element: element:
machine_name_pattern: a-z0-9_
empty_message: '{Empty}' empty_message: '{Empty}'
allowed_tags: admin allowed_tags: admin
wrapper_classes: | wrapper_classes: |
...@@ -149,14 +156,14 @@ element: ...@@ -149,14 +156,14 @@ element:
default_empty_option: true default_empty_option: true
default_empty_option_required: '' default_empty_option_required: ''
default_empty_option_optional: '' default_empty_option_optional: ''
default_icheck: ''
default_google_maps_api_key: ''
default_algolia_places_app_id: '' default_algolia_places_app_id: ''
default_algolia_places_api_key: '' default_algolia_places_api_key: ''
excluded_elements: excluded_elements:
password: password password: password
password_confirm: password_confirm password_confirm: password_confirm
webform_location_geocomplete: webform_location_geocomplete webform_location_geocomplete: webform_location_geocomplete
default_icheck: ''
default_google_maps_api_key: ''
html_editor: html_editor:
disabled: false disabled: false
element_format: '' element_format: ''
...@@ -169,10 +176,10 @@ file: ...@@ -169,10 +176,10 @@ file:
file_private_redirect_message: 'Please login to access the uploaded file.' file_private_redirect_message: 'Please login to access the uploaded file.'
default_max_filesize: '' default_max_filesize: ''
default_managed_file_extensions: 'gif jpg png bmp eps tif pict psd txt rtf html odf pdf doc docx ppt pptx xls xlsx xml avi mov mp3 ogg wav bz2 dmg gz jar rar sit svg tar zip' default_managed_file_extensions: 'gif jpg png bmp eps tif pict psd txt rtf html odf pdf doc docx ppt pptx xls xlsx xml avi mov mp3 ogg wav bz2 dmg gz jar rar sit svg tar zip'
default_audio_file_extensions: 'mp3 ogg wav'
default_document_file_extensions: 'txt rtf pdf doc docx odt ppt pptx odp xls xlsx ods'
default_image_file_extensions: 'gif jpg png' default_image_file_extensions: 'gif jpg png'
default_video_file_extensions: 'avi mov mp4 ogg wav webm' default_video_file_extensions: 'avi mov mp4 ogg wav webm'
default_audio_file_extensions: 'mp3 ogg wav'
default_document_file_extensions: 'txt rtf pdf doc docx odt ppt pptx odp xls xlsx ods'
make_unused_managed_files_temporary: true make_unused_managed_files_temporary: true
delete_temporary_managed_files: true delete_temporary_managed_files: true
format: { } format: { }
...@@ -197,6 +204,40 @@ mail: ...@@ -197,6 +204,40 @@ mail:
<p>Submitted values are:</p> <p>Submitted values are:</p>
[webform_submission:values] [webform_submission:values]
roles: { } roles: { }
export:
temp_directory: ''
exporter: delimited
delimiter: ','
multiple_delimiter: ;
excel: false
archive_type: tar
header_format: label
header_prefix: true
header_prefix_key_delimiter: __
header_prefix_label_delimiter: ': '
entity_reference_items:
- id
- title
- url
options_single_format: compact
options_multiple_format: compact
options_item_format: label
likert_answers_format: label
signature_format: status
composite_element_item_format: label
excluded_exporters: { }
handler:
excluded_handlers: { }
variant:
excluded_variants: { }
batch:
default_batch_export_size: 500
default_batch_import_size: 100
default_batch_update_size: 500
default_batch_delete_size: 500
default_batch_email_size: 500
purge:
cron_size: 100
test: test:
types: | types: |
checkbox: checkbox:
...@@ -279,13 +320,15 @@ test: ...@@ -279,13 +320,15 @@ test:
- 'Dixisset' - 'Dixisset'
ui: ui:
video_display: dialog video_display: dialog
details_save: true
help_disabled: false help_disabled: false
dialog_disabled: false dialog_disabled: false
offcanvas_disabled: false offcanvas_disabled: false
contribute_disabled: false
promotions_disabled: false promotions_disabled: false
support_disabled: false
details_save: true
description_help: true description_help: true
toolbar_item: false
contribute_disabled: false
libraries: libraries:
excluded_libraries: excluded_libraries:
- jquery.chosen - jquery.chosen
...@@ -293,10 +336,10 @@ libraries: ...@@ -293,10 +336,10 @@ libraries:
- jquery.toggles - jquery.toggles
requirements: requirements:
cdn: true cdn: true
clientside_validation: true
bootstrap: true bootstrap: true
spam: true spam: true
third_party_settings: { }
contribute: contribute:
account_type: user account_type: user
account_id: null account_id: null
langcode: ru
third_party_settings: { }
uuid: 76736279-5ff4-4729-bd8e-b6ca890eb1ac uuid: 5f240e5d-54a1-4153-9733-e3922b8b8585
langcode: ru langcode: ru
status: open status: open
dependencies: dependencies:
...@@ -6,17 +6,17 @@ dependencies: ...@@ -6,17 +6,17 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: QtyzjQTDr1Tjki6BuGp7IItdefhliMfKdPUsTj3X0G4 default_config_hash: ulzpMJmw0svy53PmMfOggO3RnZxy1YBHEbYkxwIp3-8
weight: 0
open: null open: null
close: null close: null
weight: 0
uid: null uid: null
template: false template: false
archive: false archive: false
id: contact id: contact
title: Contact title: Contact
description: 'Basic email contact webform.' description: 'Basic email contact webform.'
category: '' categories: { }
elements: | elements: |
name: name:
'#title': 'Your Name' '#title': 'Your Name'
...@@ -129,6 +129,8 @@ settings: ...@@ -129,6 +129,8 @@ settings:
wizard_toggle: false wizard_toggle: false
wizard_toggle_show_label: '' wizard_toggle_show_label: ''
wizard_toggle_hide_label: '' wizard_toggle_hide_label: ''
wizard_page_type: container
wizard_page_title_tag: h2
preview: 0 preview: 0
preview_label: '' preview_label: ''
preview_title: '' preview_title: ''
...@@ -226,9 +228,9 @@ access: ...@@ -226,9 +228,9 @@ access:
handlers: handlers:
email_confirmation: email_confirmation:
id: email id: email
handler_id: email_confirmation
label: 'Email confirmation' label: 'Email confirmation'
notes: '' notes: ''
handler_id: email_confirmation
status: true status: true
conditions: { } conditions: { }
weight: 1 weight: 1
...@@ -263,9 +265,9 @@ handlers: ...@@ -263,9 +265,9 @@ handlers:
debug: false debug: false
email_notification: email_notification:
id: email id: email
handler_id: email_notification
label: 'Email notification' label: 'Email notification'
notes: '' notes: ''
handler_id: email_notification
status: true status: true
conditions: { } conditions: { }
weight: 2 weight: 2
......
uuid: 763c0017-76eb-4697-b347-1fd879a633f1 uuid: aa220b62-919c-4f85-aeb4-438bca598a20
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: HfdZWbJbgGH_y28di1I6HWcumNpeupgu2eXBo7uWiSA default_config_hash: ET4M4olpyTrruzidUDwgDEoZqBuU8LbYhUbJkmshQI0
id: country_codes id: country_codes
label: 'Country codes' label: 'Country codes'
category: Geographic category: Geographic
......
uuid: f9f7ef6d-260a-40c5-94cc-0de9aeb81645 uuid: 77e7aef2-f535-496a-b496-24e3f80d0ee2
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: oAU_hKT_Jc3MEeZZOj35tKlbS3-J5-0w9eAqOaCEEAE default_config_hash: JsNYQlyKaxIgRUIJQFrQXr1fgoK_cHctCGdQvJkXpaE
id: country_names id: country_names
label: 'Country names' label: 'Country names'
category: Geographic category: Geographic
......
uuid: d56cc77d-b753-448a-b74c-8a779f898db5 uuid: 4402b4ee-fc7c-4249-9692-2b67b4f04b1d
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: Rd-o1XK0Yn23pRg6-xUhpry7TWWVRSvjHnfx-6_xvu8 default_config_hash: cMtZo3PwdR6KXhHsSgylogMAQO0CQcaPRDzW3HWg65Y
id: days id: days
label: Days label: Days
category: 'Date and time' category: 'Date and time'
......
uuid: 9becd2cc-2c0f-4250-a63b-32f055018aa4 uuid: 66d6ebb5-0673-4b66-9d60-baae08f8fcf0
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: bEamfL03ROuxZ2VGpXDLrAAT2mtjtDsz-5dm3QYvfYo default_config_hash: 28eA2DViKDsblRNqQU7saCT04V4LVkZDWV7r3Q6L9Vg
id: education id: education
label: Education label: Education
category: Demographic category: Demographic
......
uuid: 519b80d8-d17e-4ec8-bd30-7c78094331b7 uuid: 67593e58-ce45-46c7-886b-1504ba33074b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: 8h_CcWI3r1pmMGIicV9CnL3oF2iR_aM1_KtIPZaKPZY default_config_hash: pts9pocjOAz8FgY6Q1hUeWRH5nImm6PG3cWjgMVV-qM
id: employment_status id: employment_status
label: 'Employment status' label: 'Employment status'
category: Demographic category: Demographic
......
uuid: a7efe7be-04ca-48fe-9065-ad118af3b204 uuid: b7bf076e-5476-4a94-8da7-4838ba266771
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: u-6aS1i812xmDcUcxHcnQgnD3H5yoJym9Ykv6emp1SA default_config_hash: yqUPXhJsxXg6HDkR9Xbp_sQxEIno7xNTKJYNyV360K8
id: ethnicity id: ethnicity
label: Ethnicity label: Ethnicity
category: Demographic category: Demographic
......
uuid: 73d10304-778c-4735-bb2a-d49ee940904f uuid: 8a8ce180-8b61-452c-a982-07cac275d267
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: cIDZzsitvPtJpTwA4AWyIMNdy-IhRIj18AXTQ_vMEHI default_config_hash: 7mUjpNX5QaCTvotTeYAAtbR53jCN_s4AwfOj5-4jIgU
id: gender id: gender
label: Gender label: Gender
category: Demographic category: Demographic
......
uuid: 87319816-79e1-4f89-b000-b2176c56edc0 uuid: 4597898a-68cb-4dc4-8f63-f51c604720dc
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: 6wh5yWCVaPSrBzCGRtpURJsI3PYLOGzPVOxiSU9aiNI default_config_hash: mv92ZPeFcnJgThJ4dg2eMt_huQzNQ0-ajk2zscOKgbA
id: industry id: industry
label: Industry label: Industry
category: Demographic category: Demographic
......
uuid: e644d34b-df33-431e-8b5c-a714326b126a uuid: ec3c7192-92a4-4347-9ab8-f3e4f3e3a9a7
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: 4mQeT12Y-cv5VCPwR2jF7MN1u8Ss7qis5-3P7ksV1zk default_config_hash: XpzwdMXwW_dYdkaDVxa9hIM67NpkjjTBvcP71B9KSAw
id: languages id: languages
label: Languages label: Languages
category: Language category: Language
......
uuid: 38670e04-ab90-48ae-9ca9-6ec48fc16898 uuid: 778efef0-28cd-4806-ad77-1c5a48705e34
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: gDLx_r7g2lsxD3w1mbI7TZ7L-7dGXEFTtUSCwfD3fUk default_config_hash: Ap5nVQ2VOr9cl7dk2SR0B1c2cyY_45kutgxPHVKa5TU
id: likert_agreement id: likert_agreement
label: 'Likert: Agreement' label: 'Likert: Agreement'
category: Likert category: Likert
......
uuid: 4f867b58-3f53-47c5-a529-f8ac781106d1 uuid: 3052f149-6724-4979-864e-782eede9a6fd
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: FM8dB6Zmtbt232lUQ9RNyVhjziapQTCSuD31ZxCr9eE default_config_hash: 41ElVnFmAyDx1SqtHP4tGSmlP5meOLbN_URvDfYq6is
id: likert_comparison id: likert_comparison
label: 'Likert: Comparison' label: 'Likert: Comparison'
category: Likert category: Likert
......
uuid: d4594c73-eb48-4c7b-98d7-f33479d03630 uuid: 3c3ec294-bad1-4951-a184-3a0cd1bfd95c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: _LbQ_wwxS6WQlrDFjlcM7M1gGQlba_qyyJ2VyRZf4p4 default_config_hash: fp5hYOvKmRaM4bwibEZql4s62V0Htn5nkmYOQ16uYEA
id: likert_importance id: likert_importance
label: 'Likert: Importance' label: 'Likert: Importance'
category: Likert category: Likert
......
uuid: 006fcc0c-1df5-4027-b33a-18aedb44e642 uuid: b5eb96a0-dc75-4897-934f-6f063a9ba675
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: miSmJYvVrKcIQHeEIqK1gIigkXuC_rK6l8_wQ-vQwlg default_config_hash: Z1Cg-8thTeV1blRORcMRqlQLqOpXmZKdbTGqA1KQpZM
id: likert_quality id: likert_quality
label: 'Likert: Quality' label: 'Likert: Quality'
category: Likert category: Likert
......
uuid: 3526841b-6701-4b3a-929d-bef887c81aee uuid: b4702bb1-6beb-47b9-9e11-2a391bdcae66
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: TKnERHcIN1M1J-OUoukj61uxxebdCbFFqbr6_ixe7oU default_config_hash: wcozIPsc1d0CTKACcTlWySC6WVx_Ma-5RLF6T0JI3Hw
id: likert_satisfaction id: likert_satisfaction
label: 'Likert: Satisfaction' label: 'Likert: Satisfaction'
category: Likert category: Likert
......
uuid: 1eda9f72-85b4-40ff-8d26-a901fc8a1425 uuid: 242fcd9f-252b-4805-846f-69cec775e07c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: _knTolWuhAQ75YL5p_ohikBbz5xmDM1aYf8kXSZBruU default_config_hash: 4WfX-fuAgxC4Vg88-Nuv5pDGUsq1pfej9xsJ_U6zRUY
id: likert_ten_scale id: likert_ten_scale
label: 'Likert: Ten Scale' label: 'Likert: Ten Scale'
category: Likert category: Likert
......
uuid: 81bc7446-16b3-415e-a10e-93739da66c0d uuid: 8121d0d0-5afa-4f28-a90a-fe74090c78c5
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: bYuZfUghvOX0n5l2zUSTR8wp_owV0mK8UfYR3vwgfaU default_config_hash: FWViQKWsx0ZxQICsUNbh3PeoBueLiMYj1y0W26JuO3A
id: likert_would_you id: likert_would_you
label: 'Likert: Would You' label: 'Likert: Would You'
category: Likert category: Likert
......
uuid: b6a1e9f5-9581-44de-96c3-64cab3760daa uuid: 8ad58466-580f-4ec7-9cf6-ba3dacc3903b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: sywK3nIrvFilQR-zyDXNyHzqptpB_m5oFNOiDzwdPYk default_config_hash: CxWAhoFT0VU2Em1_--xjyycvFOuUNrzMU9RoBltAVgM
id: marital_status id: marital_status
label: 'Marital status' label: 'Marital status'
category: Demographic category: Demographic
......
uuid: ece2dfa2-8822-4ac8-a01a-9e603678b079 uuid: 7038f454-7775-4e43-8288-405ba5ab233b
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: 2ePBfw1z0hXY1OdqSk88HwrbcQfm3E-dxiJWzcpGFBU default_config_hash: VlJMJUdWug6ct5MZMi1LmulwPuj-ZMJYd-YuvKmywU4
id: months id: months
label: Months label: Months
category: 'Date and time' category: 'Date and time'
......
uuid: 23e734dc-103c-445c-8000-e675617c7959 uuid: 36c55c69-87b8-4e54-9723-17bd0e8685bf
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: wQ07vCvjNSCAllhMmvtPV97wlG2jNIRDJfSkD9r9GMQ default_config_hash: izAzn2M7Jt_7p1djWdKeeo-oLUIlsHc_WPPYX5K1fwY
id: phone_types id: phone_types
label: 'Phone type' label: 'Phone type'
category: Demographic category: Demographic
......
uuid: 0106dda7-42a8-42d4-b052-c0fc349c7834 uuid: 8e47c640-0560-4d69-b8dd-e2ab411b14bc
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: WYajnnRdtmussmD_4-ujgVSBcuWEzY6cIF8thpNOVTY default_config_hash: 4X-o8umHduOltfQVLxv1knPZ0_zb01039uyV565Fpvk
id: province_codes id: province_codes
label: 'Province codes' label: 'Province codes'
category: Geographic category: Geographic
......
uuid: b10cec2c-53ce-4619-95a0-334ac4be5ec3 uuid: 5920030f-aa7a-44ee-a107-d9fb8bfc3e3e
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: d-UzkADyBhF2IRFfXXNSvthD2ckpqFtEmSm80gkWwCQ default_config_hash: bheQ05YLuQGy4Q9U2b2_eiVNi3lSkhvPdWfTtTF3-Mg
id: province_names id: province_names
label: 'Province names' label: 'Province names'
category: Geographic category: Geographic
......
uuid: 8af62b9c-7afb-4859-85ea-1cd3d87d8db1 uuid: fcc91677-0d9a-49f7-bee1-f4b40cb65920
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: XnJJBfWMAUuSXTc5kDUD9ovlJTorbVPL09pL92_lYCQ default_config_hash: ffUlEfzkx4m8u8K_geB8i3WDgp8hf6sfsgjwTKoXiTg
id: relationship id: relationship
label: Relationship label: Relationship
category: Demographic category: Demographic
......
uuid: c859fff2-7e54-4a17-81a5-1302afac2443 uuid: 74904ffb-e642-4e59-b4a2-5c49bd2b2556
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: t4RnGjKI7rIpSYD2m53UoDcTKkfUMpHwyKoS9cPxHc4 default_config_hash: jiEtdifTUqhtj2vlluBwYhXNG90-Gn2ut6LOA92knwg
id: sex id: sex
label: Sex label: Sex
category: Demographic category: Demographic
......
uuid: 420f3863-1730-4da7-92a2-d4ba199fc6bf uuid: 59bfefaf-5a64-4b61-a277-0887c77c395c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: VFh-vTjxnDMBL297QMo5G6nolC5N_MskAHS6eVmtgNc default_config_hash: 3YUEz5xTmpOKb2E78qpf3jlcdSdpADV7DpCP9jCzMfU
id: sex_icao id: sex_icao
label: 'Sex - International Civil Aviation Organization (ICAO)' label: 'Sex - International Civil Aviation Organization (ICAO)'
category: Demographic category: Demographic
......
uuid: 06307743-bf63-4676-be86-72bd7e2c6427 uuid: d553215f-476a-4696-91f6-c5f1216b69f7
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: ZUWDU62U_czW6tDI7XBGDzLk-B_tMmKy7lHHdw1Pidg default_config_hash: ZRDflotARtrhkts1V9DJT-jIula2JHSg_rY-7xUHNCI
id: size id: size
label: Size label: Size
category: General category: General
......
uuid: 7bb0c48f-8dfc-4e6b-88a4-6111b4e2491a uuid: 79282293-5e74-4729-aa39-6d2d734d9194
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: FRvCeyHBgdJzY-8n-DjjagoB2MlCPkrlaae67TZSgJU default_config_hash: de_jOMTq6ljMN8QPmVUZ3ekH5YwE4Xedkap_hl0GHV8
id: state_codes id: state_codes
label: 'State codes' label: 'State codes'
category: Geographic category: Geographic
......
uuid: 14a9f78d-c82d-42fb-a70b-335b43a7b9e6 uuid: 9a078743-ffea-4cbd-ad8e-b43ceb930403
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: 0NjCd5cNznnf-3lUo1HWzx7L3-BebsiCujJYJjQLWOc default_config_hash: tdzrp_L5xwv049wu0Ng8OY4gpagPoj8oVRze-gNGEhc
id: state_names id: state_names
label: 'State names' label: 'State names'
category: Geographic category: Geographic
......
uuid: e2c4ff03-3472-4aeb-9d5c-dc7d9f2a85b8 uuid: 6b46eeae-c94a-4846-b248-ac549afbd233
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: 6x0k_d6Kx6uHYvvQg8rrdBFqpaE8uTFWVgHCKcE-Woo default_config_hash: w9FFO_DQQBE0D1ea3i7lITJCfmuXWtgJsNdIw6c0_NQ
id: state_province_codes id: state_province_codes
label: 'State/Province codes' label: 'State/Province codes'
category: Geographic category: Geographic
......
uuid: 12bb38c6-6528-4356-961c-138fa2fc3df5 uuid: 17ed993c-12fb-4d5a-9d18-4ac3bdf13c71
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: zo0VmaNuxOjMkUwLt_zRg_iDVbrukrZ3FUa2MCheN2A default_config_hash: mTjC3-s8HkcchhsSrEXi8sBw9leVlen7hmS64-csFs0
id: state_province_names id: state_province_names
label: 'State/Province names' label: 'State/Province names'
category: Geographic category: Geographic
......
uuid: 671811bf-0295-408c-b031-f7d0df663ddc uuid: 7954ccad-3411-4a40-97cf-9ba1a60161dc
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: QJcIcuDNK08AVcrmCqUPlv6QOoq7Ka2C0kYFTufA7EU default_config_hash: QQOqMNCuMhT0mhQYz-NSbQHCNA_vCLwDXMSjt4p3udw
id: time_zones id: time_zones
label: 'Часовые пояса' label: 'Часовые пояса'
category: 'Дата и время' category: 'Дата и время'
......
uuid: 5a8e795b-4e43-4115-b384-0db79a107284 uuid: 1863eda8-ed70-4979-8da3-97ac68825561
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: 97aF2fvH36Hg0_LTPD3xU2FSM11FE_J_l3l9fxHSxH4 default_config_hash: TF8NhIYu6KGwIIk6qKgGAaJWD3xu3-i2jOcpNOffuiQ
id: titles id: titles
label: Названия label: Названия
category: Demographic category: Demographic
......
uuid: c5d5da34-8a94-472f-a751-9c7c4f8bb973 uuid: c75d3e1e-0a0b-4af1-8621-42eb4d93869c
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: GLkzSImu1w4RDxTOTT6492JDjiUhi0jIM3ah3_ykedY default_config_hash: _eSRMF_giyZ2fYhWyMMxJcwEbYWZ18EVu_t9zcOLwI8
id: translations id: translations
label: Переводы label: Переводы
category: Язык category: Язык
......
uuid: f7b7789c-a518-427b-aaf0-8dd8229725d8 uuid: 19a63ab5-5491-4210-9ac4-0506d3c35a79
langcode: ru langcode: ru
status: true status: true
dependencies: dependencies:
...@@ -6,7 +6,7 @@ dependencies: ...@@ -6,7 +6,7 @@ dependencies:
module: module:
- webform - webform
_core: _core:
default_config_hash: Czb96ZBFOzyR-FLcPCxhNK53VWj_AZVQlzqqvPfL8nU default_config_hash: MB2Us8ooel1nAcUtIPf9cf7L8P9GEqO-e36FI7xwiAQ
id: yes_no id: yes_no
label: Да/Нет label: Да/Нет
category: Общий category: Общий
......
...@@ -3341,7 +3341,7 @@ ...@@ -3341,7 +3341,7 @@
} }
} }
}, },
"installation-source": "source", "installation-source": "dist",
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
"license": [ "license": [
"GPL-2.0-or-later" "GPL-2.0-or-later"
...@@ -4349,28 +4349,28 @@ ...@@ -4349,28 +4349,28 @@
}, },
{ {
"name": "drupal/module_filter", "name": "drupal/module_filter",
"version": "5.0.0", "version": "5.0.1",
"version_normalized": "5.0.0.0", "version_normalized": "5.0.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/module_filter.git", "url": "https://git.drupalcode.org/project/module_filter.git",
"reference": "5.0.0" "reference": "5.0.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/module_filter-5.0.0.zip", "url": "https://ftp.drupal.org/files/projects/module_filter-5.0.1.zip",
"reference": "5.0.0", "reference": "5.0.1",
"shasum": "7df861654753a3eab9c392c7b25b914ea5ce90d8" "shasum": "e9686c142a2caf6f8f8c72f7e271f3a963356c15"
}, },
"require": { "require": {
"drupal/core": "^10 || ^11", "drupal/core": "^10 || ^11",
"drupal/jquery_ui_autocomplete": "^2.0" "drupal/jquery_ui_autocomplete": "^2.1"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "5.0.0", "version": "5.0.1",
"datestamp": "1711984385", "datestamp": "1718638834",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
......
...@@ -686,9 +686,9 @@ ...@@ -686,9 +686,9 @@
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'drupal/module_filter' => array( 'drupal/module_filter' => array(
'pretty_version' => '5.0.0', 'pretty_version' => '5.0.1',
'version' => '5.0.0.0', 'version' => '5.0.1.0',
'reference' => '5.0.0', 'reference' => '5.0.1',
'type' => 'drupal-module', 'type' => 'drupal-module',
'install_path' => __DIR__ . '/../../docroot/modules/contrib/module_filter', 'install_path' => __DIR__ . '/../../docroot/modules/contrib/module_filter',
'aliases' => array(), 'aliases' => array(),
......
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