Compare commits

..

No commits in common. "main" and "multiparagraph-flow" have entirely different histories.

174 changed files with 2401 additions and 5026 deletions

View file

@ -15,6 +15,10 @@
"type": "git",
"url": "https://codeberg.org/agaric/search_api_entity_multiselect.git"
},
"drupal/google_analytics": {
"type": "git",
"url": "git@git.drupal.org:issue/google_analytics-3357831.git"
},
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
@ -84,7 +88,7 @@
"drupal/gin_gutenberg": "^1",
"drupal/gin_login": "^2",
"drupal/gin_toolbar": "^1",
"drupal/google_analytics": "^4",
"drupal/google_analytics": "dev-3357831-php-8.2-compatibility",
"drupal/gutenberg": "^2",
"drupal/http_cache_control": "^2",
"drupal/http_client_error_status": "^3",
@ -98,7 +102,6 @@
"drupal/linkit": "^6",
"drupal/mail_login": "^2.7",
"drupal/markdown": "^3",
"drupal/media_alias_display": "^2.0",
"drupal/menu_item_extras": "^2.19",
"drupal/menu_link_config": "^1.0@alpha",
"drupal/menu_trail_by_path": "^2",
@ -136,7 +139,6 @@
"drupal/seckit": "^2.0",
"drupal/select_or_other": "^4.0",
"drupal/shield": "^1.4",
"drupal/simple_sitemap": "^4.1",
"drupal/smart_date": "^4.0",
"drupal/sms": "^2.0",
"drupal/social_post_facebook": "3.0.x-dev@dev",
@ -161,7 +163,7 @@
"drupal/weight": "^3.3",
"drupal/workflow_buttons": "1.x-dev",
"drupal/wysiwyg_linebreaks": "^2",
"drush/drush": "*",
"drush/drush": "^11",
"drutopia/drutopia": "2.0.x-dev",
"league/commonmark": "^1.0",
"vlucas/phpdotenv": "^5.1",
@ -213,8 +215,9 @@
"patches": {
"drupal/core": {
"Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch",
"Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2024-06-24/2648950-283.patch",
"Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch"
"Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch",
"Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch",
"Entity reference filter for all entity reference fields 3347343": "https://git.drupalcode.org/project/drupal/-/merge_requests/4053.diff"
},
"drupal/ds": {
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"

3967
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,21 +0,0 @@
uuid: 4807a852-0c98-4464-b94a-69f839b9f0c1
langcode: en
status: true
dependencies:
module:
- block_visibility_groups
id: grid_paragraph_image
label: 'Grid paragraph image'
code: |-
.grid__item img {
width: 100%;
}
media: all
preprocess: true
conditions:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
contexts: { }
conditions_require_all: true

View file

@ -1,21 +0,0 @@
uuid: b490d3cf-656f-497d-a687-53f0df526053
langcode: en
status: true
dependencies:
module:
- block_visibility_groups
id: link
label: Link
code: |-
a {
color: #3b5bdb;
}
media: all
preprocess: true
conditions:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
contexts: { }
conditions_require_all: true

View file

@ -1,23 +0,0 @@
uuid: b70d3331-6b4c-413a-8d0d-2fa0ace602f2
langcode: en
status: true
dependencies:
module:
- block_visibility_groups
id: preserve_footer_menu_on_small_screens
label: 'Preserve footer menu on small screens'
code: |-
@media screen and (max-width: 768px) {
.is-hidden-mobile {
display: block !important;
}
}
media: all
preprocess: true
conditions:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
contexts: { }
conditions_require_all: true

View file

@ -1,21 +0,0 @@
uuid: b1b17c5f-0612-4cca-888b-35f5d37a6915
langcode: en
status: true
dependencies:
module:
- block_visibility_groups
id: purge_font_size_modifications
label: 'Purge font size modifications'
code: |-
.purge-child-class .is-medium {
font-size: 1rem;
}
media: all
preprocess: true
conditions:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
contexts: { }
conditions_require_all: true

View file

@ -1,27 +0,0 @@
uuid: f4f700e0-429a-48db-91b5-b52b42ee7223
langcode: en
status: true
dependencies:
module:
- block_visibility_groups
id: remove_column_negative_margins
label: 'Remove column negative margins'
code: |-
.columns {
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
.columns:last-child {
margin-bottom: 0;
}
media: all
preprocess: true
conditions:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
contexts: { }
conditions_require_all: true

View file

@ -1,36 +0,0 @@
uuid: 16f0e340-e8c1-42f3-8be8-e25b8f89cd3e
langcode: en
status: true
dependencies:
module:
- block_visibility_groups
id: sticky_navbar
label: 'Sticky navbar'
code: |-
.navbar {
position: sticky;
top: 0;
overflow-y: scroll;
max-height: 100vh;
}
@media screen and (min-width: 1024px) {
.navbar {
overflow-y: inherit;
max-height: none;
}
}
.navbar-burger {
align-self: center;
}
media: all
preprocess: true
conditions:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
contexts: { }
conditions_require_all: true

View file

@ -1,25 +0,0 @@
uuid: 7b0d066a-6392-417e-a874-24c44efa2ec7
langcode: en
status: true
dependencies:
module:
- block_visibility_groups
id: unblock_mountain_banner
label: 'Unblock mountain banner'
code: |-
div.column:has(#block-octavia-mountainbanner) + div.column {
display: none;
}
div.column:has(#block-octavia-mountainbanner) {
padding: 0.75rem 0;
}
media: all
preprocess: true
conditions:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
contexts: { }
conditions_require_all: true

View file

@ -1,6 +1,5 @@
_core:
default_config_hash: NX6_WyjygzZfQY-9SZq6_5fmh_KUK7L0XlOqaAXkRCQ
langcode: en
interval: 60000
only_on_form_change: false
active_on:

View file

@ -18,8 +18,8 @@ _core:
default_config_hash: _nmlhOeWfOyaMIMAfKhf_LEJ4eG9vdXDTuogV7xjoDA
id: home_page_feature
theme: octavia
region: content_bottom
weight: -12
region: content
weight: -14
provider: null
plugin: 'block_content:2b547200-6da3-4608-aa40-b98a6bea4933'
settings:

View file

@ -1,6 +1,6 @@
uuid: 0cf4b034-7d19-41fd-bda3-7f230a3572e5
langcode: en
status: false
status: true
dependencies:
config:
- system.menu.account

View file

@ -3,7 +3,6 @@ langcode: en
status: true
dependencies:
module:
- block_visibility_groups
- system
theme:
- octavia
@ -12,7 +11,7 @@ _core:
id: octavia_branding
theme: octavia
region: navbar_branding
weight: -17
weight: 0
provider: null
plugin: system_branding_block
settings:
@ -22,9 +21,5 @@ settings:
provider: system
use_site_logo: true
use_site_name: true
use_site_slogan: false
visibility:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
use_site_slogan: true
visibility: { }

View file

@ -1,31 +0,0 @@
uuid: a7461e9d-867c-40fa-a571-eb1f8b6d2a37
langcode: en
status: true
dependencies:
content:
- 'block_content:basic:2163a919-d0d5-44c2-98dd-1ff7956f168b'
module:
- block_class
- block_content
- block_visibility_groups
theme:
- octavia
id: octavia_homeandbookinglinks
theme: octavia
region: footer
weight: 0
provider: null
plugin: 'block_content:2163a919-d0d5-44c2-98dd-1ff7956f168b'
settings:
id: 'block_content:2163a919-d0d5-44c2-98dd-1ff7956f168b'
label: 'Home and Booking links'
label_display: '0'
provider: block_content
status: true
info: ''
view_mode: full
visibility:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''

View file

@ -1,31 +0,0 @@
uuid: 28dbe5e9-ec53-4d73-abed-a481d2c3b9ef
langcode: en
status: true
dependencies:
content:
- 'block_content:basic:99e0d113-4340-4cfb-b8d7-90ca6b79a651'
module:
- block_class
- block_content
- block_visibility_groups
theme:
- octavia
id: octavia_mountainbanner
theme: octavia
region: header
weight: -16
provider: null
plugin: 'block_content:99e0d113-4340-4cfb-b8d7-90ca6b79a651'
settings:
id: 'block_content:99e0d113-4340-4cfb-b8d7-90ca6b79a651'
label: 'Mountain banner'
label_display: '0'
provider: block_content
status: true
info: ''
view_mode: full
visibility:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''

View file

@ -2,9 +2,6 @@ uuid: 19b15e56-a362-4403-aae6-1a8b14c67b4e
langcode: en
status: true
dependencies:
module:
- block_class
- block_visibility_groups
theme:
- octavia
_core:
@ -12,7 +9,7 @@ _core:
id: octavia_page_title
theme: octavia
region: header
weight: -15
weight: 0
provider: null
plugin: page_title_block
settings:
@ -20,8 +17,4 @@ settings:
label: 'Page title'
label_display: '0'
provider: core
visibility:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''
visibility: { }

View file

@ -1,34 +0,0 @@
uuid: d460a99c-3297-44e2-ac8c-7f008ad88c24
langcode: en
status: true
dependencies:
content:
- 'block_content:slide:e4459d36-277a-4d51-8b1b-64b798d11d20'
module:
- block_class
- block_content
- block_visibility_groups
theme:
- octavia
third_party_settings:
block_class:
classes: 'image is-fullwidth purge-child-class'
id: octavia_tourratesfooterblock
theme: octavia
region: content_bottom
weight: -10
provider: null
plugin: 'block_content:e4459d36-277a-4d51-8b1b-64b798d11d20'
settings:
id: 'block_content:e4459d36-277a-4d51-8b1b-64b798d11d20'
label: 'Tour rates footer block'
label_display: '0'
provider: block_content
status: true
info: ''
view_mode: default
visibility:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''

View file

@ -15,7 +15,7 @@ _core:
id: views_block__article_block_promoted
theme: octavia
region: content_bottom
weight: -11
weight: -12
provider: null
plugin: 'views_block:article-block_promoted'
settings:

View file

@ -15,7 +15,7 @@ _core:
id: views_block__blog_block_promoted
theme: octavia
region: content
weight: -13
weight: -12
provider: null
plugin: 'views_block:blog-block_promoted'
settings:

View file

@ -15,7 +15,7 @@ _core:
id: views_block__content_by_author_block_author
theme: octavia
region: content
weight: -11
weight: -10
provider: null
plugin: 'views_block:content_by_author-block_author'
settings:

View file

@ -15,7 +15,7 @@ _core:
id: views_block__related_content_block_related_content
theme: octavia
region: content
weight: -12
weight: -11
provider: null
plugin: 'views_block:related_content-block_related_content'
settings:

View file

@ -0,0 +1,33 @@
uuid: 85f5cd0f-5f12-4834-8f59-c5cce8c19e52
langcode: en
status: true
dependencies:
config:
- block_visibility_groups.block_visibility_group.home_page
- views.view.resource
module:
- block_visibility_groups
- views
theme:
- octavia
_core:
default_config_hash: DI69rTS0Bj5-RjyySaiyHvjBZH04xxsO7tSJ0CVfVdU
id: views_block__resource_block_promoted
theme: octavia
region: content
weight: -13
provider: null
plugin: 'views_block:resource-block_promoted'
settings:
id: 'views_block:resource-block_promoted'
label: ''
label_display: visible
provider: views
views_label: ''
items_per_page: none
visibility:
condition_group:
id: condition_group
negate: false
context_mapping: { }
block_visibility_group: home_page

View file

@ -1,23 +0,0 @@
_core:
default_config_hash: u2wQ4ot4t4xKOJKWxoKwelgzx8j37Ve5SQ0qqxtVXlQ
langcode: en
maxlength_block_class_field: 255
field_type: multiple_textfields
default_case: standard
block_classes_stored: '{"image":"image","is-fullwidth":"is-fullwidth","purge-child-class":"purge-child-class"}'
enable_attributes: true
enable_auto_complete: true
qty_classes_per_block: 10
items_per_page: 50
enable_special_chars: false
qty_attributes_per_block: 10
enable_id_replacement: true
weight_attributes: 0
weight_class: 0
weight_id: 0
filter_html_clean_css_identifier: ''
maxlength_attributes: 0
maxlength_id: 255
attribute_keys_stored: '[]'
attribute_value_stored: '[]'
attributes_inline: '[]'

View file

@ -6,5 +6,5 @@ _core:
default_config_hash: zglzjmYxi0G0ag9MZ02y0LSJOdpWRwJxyP_OvFojFyo
id: basic
label: 'Basic block'
revision: false
revision: 0
description: 'A basic block contains a title and a body.'

View file

@ -6,5 +6,5 @@ _core:
default_config_hash: pOGP3cCvZKJh3KvC3N1wt5CzxZgG0DOu7KDyFMi3gZw
id: slide
label: Slide
revision: true
revision: 1
description: ''

View file

@ -1,33 +0,0 @@
uuid: e9d6d472-19ab-4318-a73b-13eaf68ab7e1
langcode: en
status: true
dependencies:
module:
- block_class
id: config_sync.module.block_class
snapshotSet: config_sync
extensionType: module
extensionName: block_class
items:
-
collection: ''
name: block_class.settings
data:
default_case: standard
enable_attributes: true
enable_auto_complete: true
enable_id_replacement: true
enable_special_chars: false
field_type: multiple_textfields
filter_html_clean_css_identifier: ''
items_per_page: 50
qty_attributes_per_block: 10
qty_classes_per_block: 10
maxlength_attributes: false
maxlength_block_class_field: 255
maxlength_id: 255
weight_attributes: 0
weight_class: 0
weight_id: 0
_core:
default_config_hash: u2wQ4ot4t4xKOJKWxoKwelgzx8j37Ve5SQ0qqxtVXlQ

View file

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

View file

@ -2037,40 +2037,6 @@ items:
field_type: file
_core:
default_config_hash: i0b97odFJz3_v7ctsvVTJCH3HXJVTjnrcfuONJU0J_o
-
collection: ''
name: field.field.paragraph.file.field_media_document
data:
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_media_document
- media.type.document
- paragraphs.paragraphs_type.file
id: paragraph.file.field_media_document
field_name: field_media_document
entity_type: paragraph
bundle: file
label: 'Media document'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:media'
handler_settings:
target_bundles:
document: document
sort:
field: _none
direction: ASC
auto_create: false
auto_create_bundle: ''
field_type: entity_reference
_core:
default_config_hash: eoQHtzdldkrpPMrpuPRq9I77Ijs0OXAQaIQ92_1qf7M
-
collection: ''
name: field.field.paragraph.image.field_image
@ -2874,31 +2840,6 @@ items:
custom_storage: false
_core:
default_config_hash: shpX7SN4SMQrtD1yinDZI59p7VHAGCVOs0P3E73LNyQ
-
collection: ''
name: field.storage.paragraph.field_media_document
data:
langcode: en
status: true
dependencies:
module:
- media
- paragraphs
id: paragraph.field_media_document
field_name: field_media_document
entity_type: paragraph
type: entity_reference
settings:
target_type: media
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
_core:
default_config_hash: Ej3uljafrGXXa0IvQk8uAYRwNpUBEPyIBFSwEASXvjE
-
collection: ''
name: field.storage.paragraph.field_media_image

View file

@ -1,57 +0,0 @@
uuid: 2c3c776a-86ef-4fab-bc46-6174336b03c4
langcode: en
status: true
dependencies:
module:
- linkit
id: config_sync.module.linkit
snapshotSet: config_sync
extensionType: module
extensionName: linkit
items:
-
collection: ''
name: image.style.linkit_result_thumbnail
data:
langcode: en
status: true
dependencies: { }
name: linkit_result_thumbnail
label: 'Linkit result thumbnail'
effects:
2943df29-38ea-459c-ba1d-290489bb1807:
uuid: 2943df29-38ea-459c-ba1d-290489bb1807
id: image_scale_and_crop
weight: 1
data:
width: 50
height: 50
anchor: center-center
_core:
default_config_hash: PY0kMp7KIxvU4kBi5mcnD_DHTKUc1OkYCfaPliXjpa8
-
collection: ''
name: linkit.linkit_profile.default
data:
langcode: en
status: true
dependencies:
module:
- node
id: default
label: Default
description: 'A default Linkit profile'
matchers:
556010a3-e317-48b3-b4ed-854c10f4b950:
uuid: 556010a3-e317-48b3-b4ed-854c10f4b950
id: 'entity:node'
weight: 0
settings:
metadata: '[node:content-type:name] #[node:nid] | [node:created:medium] by [node:author]'
bundles: { }
group_by_bundle: false
include_unpublished: false
substitution_type: canonical
limit: 100
_core:
default_config_hash: 0Jw_BFJCCtWk187tIYvME58VFpYwPaAdrc4eRtAyHH0

View file

@ -1,27 +0,0 @@
uuid: 709cff5e-70e9-4185-9051-9b07cf4b3947
langcode: en
status: true
dependencies:
module:
- notfoundpassthrough
id: config_sync.module.notfoundpassthrough
snapshotSet: config_sync
extensionType: module
extensionName: notfoundpassthrough
items:
-
collection: ''
name: notfoundpassthrough.settings
data:
langcode: en
servers: ''
search: ''
redirect: ''
site_404: ''
title: '404 - Page not found'
content: 'Page not found'
save_redirect: 0
redirect_code: '302'
force_redirect_code: 0
_core:
default_config_hash: 03kQa0BMwNSDV8ceb2SnCSEQRmeCqoEwbdtN-QZfBRY

View file

@ -1,103 +0,0 @@
uuid: 12aadf90-d910-46d1-9af3-e72c9bb57a5e
langcode: en
status: true
dependencies:
module:
- simple_sitemap
id: config_sync.module.simple_sitemap
snapshotSet: config_sync
extensionType: module
extensionName: simple_sitemap
items:
-
collection: ''
name: simple_sitemap.custom_links.default
data:
links:
-
path: /
priority: '1.0'
changefreq: daily
_core:
default_config_hash: 25hWeYa4sasuJtHqKKcEN_nYiuEC1lMPYHsn5dawJEw
-
collection: ''
name: simple_sitemap.settings
data:
max_links: 2000
cron_generate: true
cron_generate_interval: 0
generate_duration: 10000
entities_per_queue_item: 50
remove_duplicates: true
skip_untranslated: true
xsl: true
base_url: ''
default_variant: default
custom_links_include_images: false
disable_language_hreflang: false
hide_branding: false
excluded_languages: { }
enabled_entity_types:
- node
- taxonomy_term
- menu_link_content
_core:
default_config_hash: MUpaAk1hn-0Ph4OFw3DD_6gUF9KbGwxja9Y0qmampzo
-
collection: ''
name: simple_sitemap.sitemap.default
data:
id: default
label: Default
description: 'The default hreflang sitemap - lists URLs to be indexed by modern search engines.'
type: default_hreflang
weight: 0
status: true
dependencies:
config:
- simple_sitemap.type.default_hreflang
_core:
default_config_hash: zHW-ZT11Lkf2zSRgisGKjgU7TzrNcT8_MwFeuVtl8O8
-
collection: ''
name: simple_sitemap.sitemap.index
data:
id: 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.'
type: index
weight: 1000
status: false
dependencies:
config:
- simple_sitemap.type.index
_core:
default_config_hash: aJs7eKxEbjBloVrp0IuxQbeq25CNH0r9AhSS29kHFMw
-
collection: ''
name: simple_sitemap.type.default_hreflang
data:
id: default_hreflang
label: 'Default hreflang'
description: 'The default hreflang sitemap type. A sitemap of this type is understood by most modern search engines.'
sitemap_generator: default
url_generators:
- custom
- entity
- entity_menu_link_content
- arbitrary
_core:
default_config_hash: pYORFuFzL0b2FKevz6fSag1wOUNTthFPPLxZ18JB1t0
-
collection: ''
name: simple_sitemap.type.index
data:
id: index
label: 'Sitemap Index'
description: 'The sitemap index sitemap type. A sitemap of this type lists sitemaps of all other types.'
sitemap_generator: index
url_generators:
- index
_core:
default_config_hash: pbgJrin6L7zsVEKS8oEDCYJPCzgu765iTGQh2GPX1no

View file

@ -1,88 +0,0 @@
uuid: 83681fa6-8f66-43d7-a964-ccb70b5bff8b
langcode: en
status: true
dependencies:
module:
- simple_sitemap_engines
id: config_sync.module.simple_sitemap_engines
snapshotSet: config_sync
extensionType: module
extensionName: simple_sitemap_engines
items:
-
collection: ''
name: simple_sitemap_engines.settings
data:
enabled: true
submission_interval: 24
index_now_enabled: true
index_now_preferred_engine: ''
index_now_on_entity_save: false
_core:
default_config_hash: 33gg8hVdxE7nTswwBBOY_d2rH3XjAbBa4rw0XyMRh6Y
-
collection: ''
name: simple_sitemap_engines.simple_sitemap_engine.bing
data:
id: bing
label: Bing
url: null
index_now_url: 'https://www.bing.com/indexnow?url=[url]&key=[key]'
sitemap_variants: { }
_core:
default_config_hash: uOksGlB4ho0egmcvzWqkR0Gon2HxOILPRhHQYuvcQ_E
-
collection: ''
name: simple_sitemap_engines.simple_sitemap_engine.index_now
data:
id: index_now
label: IndexNow
url: null
index_now_url: 'https://api.indexnow.org/indexnow?url=[url]&key=[key]'
sitemap_variants: { }
_core:
default_config_hash: CEvRzshIbGfbSDdfC3_RrIcyIACFbQzIqPK0W2l0LpY
-
collection: ''
name: simple_sitemap_engines.simple_sitemap_engine.naver
data:
id: naver
label: Naver
url: null
index_now_url: 'https://searchadvisor.naver.com/indexnow?url=[url]&key=[key]'
sitemap_variants: { }
_core:
default_config_hash: oCsWl2tvWgytYORap-rUJCMkzKsFtICQt21uOtHGG_I
-
collection: ''
name: simple_sitemap_engines.simple_sitemap_engine.seznam
data:
id: seznam
label: Seznam
url: null
index_now_url: 'https://search.seznam.cz/indexnow?url=[url]&key=[key]'
sitemap_variants: { }
_core:
default_config_hash: VVUUpnJomJ_zAlrcmzQCTAVLNHiZWbw4-e4rdaLHic4
-
collection: ''
name: simple_sitemap_engines.simple_sitemap_engine.yandex
data:
id: yandex
label: Yandex
url: null
index_now_url: 'https://yandex.com/indexnow?url=[url]&key=[key]'
sitemap_variants: { }
_core:
default_config_hash: H5rVsTF_mIRdWj_oH26Hcc-U8aT3HU8A_mjbkZ_D27s
-
collection: ''
name: simple_sitemap_engines.simple_sitemap_engine.yep
data:
id: yep
label: Yep
url: null
index_now_url: 'https://indexnow.yep.com/indexnow?url=[url]&key=[key]'
sitemap_variants: { }
_core:
default_config_hash: GtuDCiCWdrpa9bravGtmwQGVNTGToZx3RDZ5_IzS2Kk

View file

@ -4,10 +4,9 @@ status: true
dependencies:
config:
- field.field.paragraph.file.field_file
- field.field.paragraph.file.field_media_document
- paragraphs.paragraphs_type.file
module:
- media_library_media_modify
- file
_core:
default_config_hash: 47c_p3_AKkkCabhYVnOWmPVzSp8BmBg5ERP84VO4EM0
id: paragraph.file.default
@ -15,20 +14,14 @@ targetEntityType: paragraph
bundle: file
mode: default
content:
field_media_document:
type: media_library_media_modify_widget
field_file:
weight: 0
region: content
settings:
media_types: { }
form_mode: default
check_selected: false
replace_checkbox_by_order_indicator: false
multi_edit_on_create: false
no_edit_on_create: false
progress_indicator: throbber
third_party_settings: { }
type: file_generic
region: content
hidden:
created: true
field_file: true
status: true
uid: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: ENk37W6NnKGWq84DwzIkfEhYQv_afN8gHHugUQi7jjs
id: media.main
label: Main
description: ''
targetEntityType: media
cache: true

View file

@ -11,6 +11,5 @@ _core:
default_config_hash: Tdhz-aDHfDoV1Ul9umtItxGTrjkFzoNAkDw8FWXjYA0
id: media.media_library
label: 'Media library'
description: ''
targetEntityType: media
cache: true

View file

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

View file

@ -77,7 +77,6 @@ content:
timezone_override: ''
format_type: long
separator: '-'
from_to: both
third_party_settings: { }
weight: 1
region: left

View file

@ -63,7 +63,6 @@ content:
timezone_override: ''
format_type: medium
separator: '-'
from_to: both
third_party_settings: { }
weight: 1
region: ds_content

View file

@ -69,7 +69,6 @@ content:
timezone_override: ''
date_format: 'Y-m-d\TH:i:s'
separator: '-'
from_to: both
third_party_settings: { }
weight: 1
region: ds_content

View file

@ -73,7 +73,6 @@ content:
timezone_override: ''
format_type: medium
separator: '-'
from_to: both
third_party_settings: { }
weight: 2
region: right

View file

@ -4,8 +4,9 @@ status: true
dependencies:
config:
- field.field.paragraph.file.field_file
- field.field.paragraph.file.field_media_document
- paragraphs.paragraphs_type.file
module:
- file
_core:
default_config_hash: 7APNi5gpaAg2_8CMsnLPZDur8I52PYdXwRHzYO3SLbg
id: paragraph.file.default
@ -13,15 +14,12 @@ targetEntityType: paragraph
bundle: file
mode: default
content:
field_media_document:
type: entity_reference_entity_view
label: hidden
settings:
view_mode: default
link: false
third_party_settings: { }
field_file:
weight: 0
label: hidden
settings: { }
third_party_settings: { }
type: file_default
region: content
hidden:
field_file: true
search_api_excerpt: true

View file

@ -6,6 +6,5 @@ dependencies:
- block
id: block.token
label: Token
description: ''
targetEntityType: block
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: QqgQqXTAzP3BZhl5XLw2R5EE1BsJTCwptXnMkjY8xZw
id: block_content.columnar
label: Columnar
description: ''
targetEntityType: block_content
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: 4tedlMuvQjDOdvHdw86_e-2Rt78aR7TGFMfOK8Ejppg
id: block_content.full
label: Full
description: ''
targetEntityType: block_content
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- block_content
id: block_content.token
label: Token
description: ''
targetEntityType: block_content
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: K7eNlfU7NEUajz01wItywZklr2oaPgL6s1_97fmDXLA
id: comment.full
label: 'Full comment'
description: ''
targetEntityType: comment
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- comment
id: comment.token
label: Token
description: ''
targetEntityType: comment
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- contact
id: contact_message.token
label: Token
description: ''
targetEntityType: contact_message
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- content_moderation
id: content_moderation_state.token
label: Token
description: ''
targetEntityType: content_moderation_state
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- crop
id: crop.token
label: Token
description: ''
targetEntityType: crop
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- file
id: file.token
label: Token
description: ''
targetEntityType: file
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: 6NBUEuGmlkClK8Fb76tSMMpO2eZ4LWCBdbUk4z7CuP0
id: media.full
label: 'Full content'
description: ''
targetEntityType: media
cache: true

View file

@ -11,6 +11,5 @@ _core:
default_config_hash: Tdhz-aDHfDoV1Ul9umtItxGTrjkFzoNAkDw8FWXjYA0
id: media.media_library
label: 'Media library'
description: ''
targetEntityType: media
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: FNlRm8KB_uxHKVIuv4uEA3sQbmGiBKQ_r9BbgH61Bp8
id: media.narrow
label: Narrow
description: ''
targetEntityType: media
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- media
id: media.token
label: Token
description: ''
targetEntityType: media
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: kYbmr_oacOcMdwBxezolZwPMWVT7saq972LWg92nKZk
id: media.wide
label: Wide
description: ''
targetEntityType: media
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- menu_link_content
id: menu_link_content.token
label: Token
description: ''
targetEntityType: menu_link_content
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: 72C_fCp3_JLorvt4YLz5w9UeUuor4vY465KrhUFEBxM
id: node.box
label: Box
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: z6QSG0XSjPK_V4notuY8MaeIAO_QnwfvuH825TyLiHg
id: node.card
label: Card
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk
id: node.full
label: 'Full content'
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: zCJHOoAhXJBG7URAzV10-MNcnU7eNX9VTz4LvWS625I
id: node.media
label: 'Media object'
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: REKLyEtFZOM1LgQ-KVSwvqkcwNlS7EvkWbdV12zinFw
id: node.micro
label: Micro
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: vlYzr-rp2f9NMp-Qlr4sFjlqRq-90mco5-afLNGwCrU
id: node.rss
label: RSS
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: fVFfJv_GzBRE-wpRHbfD5a3VjnhbEOXG6lvRd3uaccY
id: node.search_index
label: 'Search index'
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: 6GCOQ-jP2RbdbHA5YWQ6bT8CfGbqrBYKOSC_XY4E3ZM
id: node.search_result
label: 'Search result highlighting input'
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: Crt6i6j8yM0YLdbxgS7BCzDtadVne43fhOy0WVkoB1o
id: node.simple_card
label: 'Simple card'
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: I68oVlHUQbsqRH-WCvFJRANAwaYqU1nl3ZHVstUkWkg
id: node.small_card
label: 'Small card'
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: Mz9qWr1kUYK0mjRAGDsr5XS6PvtZ24en_7ndt-pyWe4
id: node.teaser
label: Teaser
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: nfevs6UIIvKBEKDLqjESVCx8H-owjCTzCHcyb398q3w
id: node.tile
label: Tile
description: ''
targetEntityType: node
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- node
id: node.token
label: Token
description: ''
targetEntityType: node
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: hFG3sm7kkwkMu9ruyw2Ys51J421IyluY9DhnSsT6tMM
id: paragraph.columnar
label: Columnar
description: ''
targetEntityType: paragraph
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: h3BeHVei4Lnyqbkao3YiF4KqoY-DhRvUNfEgKG8Rgjg
id: paragraph.preview
label: Preview
description: ''
targetEntityType: paragraph
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- path_alias
id: path_alias.token
label: Token
description: ''
targetEntityType: path_alias
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- shortcut
id: shortcut.token
label: Token
description: ''
targetEntityType: shortcut
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE'
id: taxonomy_term.full
label: 'Taxonomy term page'
description: ''
targetEntityType: taxonomy_term
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- taxonomy
id: taxonomy_term.token
label: Token
description: ''
targetEntityType: taxonomy_term
cache: true

View file

@ -6,6 +6,5 @@ dependencies:
- tour
id: tour.token
label: Token
description: ''
targetEntityType: tour
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: 71CSAr_LNPcgu6D6jI4INl1KATkahmeyUFBETAWya8g
id: user.compact
label: Compact
description: ''
targetEntityType: user
cache: true

View file

@ -8,6 +8,5 @@ _core:
default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM
id: user.full
label: 'User account'
description: ''
targetEntityType: user
cache: true

View file

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

View file

@ -10,7 +10,6 @@ module:
automated_crop: 0
autosave_form: 0
block: 0
block_class: 0
block_content: 0
block_visibility_groups: 0
breakpoint: 0
@ -38,7 +37,6 @@ module:
ctools: 0
datetime: 0
datetime_range: 0
dblog: 0
drutopia_article: 0
drutopia_blog: 0
drutopia_comment: 0
@ -56,7 +54,6 @@ module:
drutopia_user: 0
dynamic_page_cache: 0
editor: 0
editor_advanced_link: 0
entity_reference_revisions: 0
exclude_node_title: 0
facets: 0
@ -76,9 +73,7 @@ module:
jquery_ui_accordion: 0
layout_discovery: 0
link: 0
linkit: 0
media: 0
media_alias_display: 0
media_contextual_crop: 0
media_contextual_crop_fp_adapter: 0
media_contextual_crop_iwc_adapter: 0
@ -89,11 +84,9 @@ module:
menu_link_content: 0
menu_ui: 0
metatag: 0
metatag_views: 0
multiparagraph_flow: 0
mysql: 0
node: 0
notfoundpassthrough: 0
options: 0
page_cache: 0
paragraphs_browser: 0
@ -108,9 +101,6 @@ module:
search_api_db: 0
shortcut: 0
similarterms: 0
simple_sitemap: 0
simple_sitemap_engines: 0
simple_sitemap_views: 0
skins: 0
system: 0
taxonomy: 0

View file

@ -1,3 +0,0 @@
_core:
default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58
row_limit: 10000

View file

@ -37,10 +37,8 @@ settings:
- heading5
- heading6
ckeditor5_list:
properties:
reversed: false
startIndex: true
multiBlock: true
reversed: false
startIndex: true
ckeditor5_sourceEditing:
allowed_tags:
- '<cite>'
@ -50,25 +48,19 @@ settings:
- '<a hreflang>'
- '<blockquote cite>'
- '<ul type>'
- '<ol type>'
- '<ol start type>'
- '<h2 id>'
- '<h3 id>'
- '<h4 id>'
- '<h5 id>'
- '<h6 id>'
editor_advanced_link_link:
enabled_attributes:
- target
linkit_extension:
linkit_enabled: true
linkit_profile: default
media_media:
allow_view_mode_override: true
allow_view_mode_override: false
image_upload:
status: true
scheme: public
directory: inline-images
max_size: null
max_size: ''
max_dimensions:
width: null
height: null
width: 0
height: 0

View file

@ -49,20 +49,15 @@ settings:
ckeditor5_imageResize:
allow_resize: true
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
reversed: true
startIndex: true
ckeditor5_sourceEditing:
allowed_tags: { }
linkit_extension:
linkit_enabled: true
linkit_profile: default
image_upload:
status: true
scheme: public
directory: inline-images
max_size: null
max_size: ''
max_dimensions:
width: null
height: null
width: 0
height: 0

View file

@ -13,17 +13,17 @@ id: paragraph.file.field_file
field_name: field_file
entity_type: paragraph
bundle: file
label: 'File (deprecated)'
label: File
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:file'
handler_settings: { }
file_directory: '[date:custom:Y]-[date:custom:m]'
file_extensions: 'txt pdf odt doc docx'
max_filesize: ''
description_field: true
handler: 'default:file'
handler_settings: { }
field_type: file

View file

@ -1,29 +0,0 @@
uuid: 01a41180-36f8-4cd9-9341-2e620b276a62
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_media_document
- media.type.document
- paragraphs.paragraphs_type.file
id: paragraph.file.field_media_document
field_name: field_media_document
entity_type: paragraph
bundle: file
label: 'Media document'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:media'
handler_settings:
target_bundles:
document: document
sort:
field: _none
direction: ASC
auto_create: false
auto_create_bundle: ''
field_type: entity_reference

View file

@ -12,10 +12,10 @@ field_name: field_file
entity_type: paragraph
type: file
settings:
target_type: file
display_field: false
display_default: false
uri_scheme: public
target_type: file
module: file
locked: false
cardinality: -1

View file

@ -1,20 +0,0 @@
uuid: 0f9ff95d-5877-47b0-a77c-01f835ddeedc
langcode: en
status: true
dependencies:
module:
- media
- paragraphs
id: paragraph.field_media_document
field_name: field_media_document
entity_type: paragraph
type: entity_reference
settings:
target_type: media
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View file

@ -6,10 +6,3 @@ description:
icon:
directory: core/modules/file/icons
make_unused_managed_files_temporary: false
filename_sanitization:
transliterate: false
replace_whitespace: false
replace_non_alphanumeric: false
deduplicate_separators: false
lowercase: false
replacement_character: '-'

View file

@ -2,11 +2,8 @@ uuid: 93056a5a-c628-4a3f-91f9-4ccb5927d6c7
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.media.wide
module:
- editor
- linkit
- media
_core:
default_config_hash: 73bBl0mQ4I5Md9_FoI1V9MErX_I6ykC9gNKwLqb80Ko
@ -14,12 +11,15 @@ name: 'Basic HTML'
format: basic_html
weight: 0
filters:
editor_file_reference:
id: editor_file_reference
provider: editor
filter_html:
id: filter_html
provider: filter
status: true
weight: 11
settings: { }
weight: -10
settings:
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href> <blockquote cite> <ul type> <ol start type> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-caption data-align>'
filter_html_help: false
filter_html_nofollow: false
filter_align:
id: filter_align
provider: filter
@ -32,28 +32,18 @@ filters:
status: true
weight: 8
settings: { }
filter_html:
id: filter_html
provider: filter
status: true
weight: -10
settings:
allowed_html: '<br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href target="_blank" data-entity-type data-entity-uuid data-entity-substitution> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li> <drupal-media data-entity-type data-entity-uuid alt data-view-mode data-caption data-align>'
filter_html_help: false
filter_html_nofollow: false
filter_html_image_secure:
id: filter_html_image_secure
provider: filter
status: true
weight: 9
settings: { }
linkit:
id: linkit
provider: linkit
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: 0
settings:
title: true
weight: 11
settings: { }
media_embed:
id: media_embed
provider: media
@ -61,7 +51,5 @@ filters:
weight: 100
settings:
default_view_mode: default
allowed_view_modes:
default: default
wide: wide
allowed_view_modes: { }
allowed_media_types: { }

View file

@ -4,19 +4,12 @@ status: true
dependencies:
module:
- editor
- linkit
_core:
default_config_hash: KMhXYrB50PHlC9zRDcIi-BZAV9qSWhsxVvhznwJBvUM
name: 'Full HTML'
format: full_html
weight: 1
filters:
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: 11
settings: { }
filter_align:
id: filter_align
provider: filter
@ -29,6 +22,18 @@ filters:
status: true
weight: 9
settings: { }
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: true
weight: 10
settings: { }
editor_file_reference:
id: editor_file_reference
provider: editor
status: true
weight: 11
settings: { }
filter_html:
id: filter_html
provider: filter
@ -38,16 +43,3 @@ filters:
allowed_html: ''
filter_html_help: true
filter_html_nofollow: false
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: true
weight: 10
settings: { }
linkit:
id: linkit
provider: linkit
status: true
weight: 0
settings:
title: true

View file

@ -8,12 +8,6 @@ name: 'Plain text'
format: plain_text
weight: 10
filters:
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
filter_html_escape:
id: filter_html_escape
provider: filter
@ -27,3 +21,9 @@ filters:
weight: 0
settings:
filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }

View file

@ -8,12 +8,6 @@ name: 'Restricted HTML'
format: restricted_html
weight: 0
filters:
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
filter_html:
id: filter_html
provider: filter
@ -23,6 +17,12 @@ filters:
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_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }
filter_url:
id: filter_url
provider: filter

View file

@ -1,17 +0,0 @@
uuid: ca7c40a0-46ac-44c7-b147-6749fef155d7
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: PY0kMp7KIxvU4kBi5mcnD_DHTKUc1OkYCfaPliXjpa8
name: linkit_result_thumbnail
label: 'Linkit result thumbnail'
effects:
2943df29-38ea-459c-ba1d-290489bb1807:
uuid: 2943df29-38ea-459c-ba1d-290489bb1807
id: image_scale_and_crop
weight: 1
data:
width: 50
height: 50
anchor: center-center

View file

@ -1,34 +0,0 @@
uuid: c37aae9f-63fc-490e-a352-787a2617d78d
langcode: en
status: true
dependencies:
module:
- node
_core:
default_config_hash: 0Jw_BFJCCtWk187tIYvME58VFpYwPaAdrc4eRtAyHH0
label: Default
id: default
description: 'A default Linkit profile'
matchers:
556010a3-e317-48b3-b4ed-854c10f4b950:
id: 'entity:node'
uuid: 556010a3-e317-48b3-b4ed-854c10f4b950
settings:
metadata: '[node:content-type:name] #[node:nid] | [node:created:medium] by [node:author]'
bundles: { }
group_by_bundle: false
substitution_type: canonical
limit: 100
include_unpublished: false
weight: 0
5dddb224-19c1-45e8-b303-071acde45145:
id: 'entity:media'
uuid: 5dddb224-19c1-45e8-b303-071acde45145
settings:
metadata: ''
bundles:
document: document
group_by_bundle: false
substitution_type: media
limit: 100
weight: 0

View file

@ -1,6 +1,6 @@
_core:
default_config_hash: PlWtVQXY5oKYZqCMPXh6SPamXagn5BoZqgAI8EY9WsY
icon_base_uri: 'public://media-icons/generic'
iframe_domain: null
iframe_domain: ''
oembed_providers_url: 'https://oembed.com/providers.json'
standalone_url: true
standalone_url: false

View file

@ -1,7 +0,0 @@
kill_switch: false
media_bundles:
document: document
audio: '0'
image: '0'
remote_video: '0'
video: '0'

View file

@ -8,6 +8,4 @@ id: front
label: 'Front page'
tags:
canonical_url: '[site:url]'
description: '[node:field_summary]'
shortlink: '[site:url]'
title: '[node:title] | [site:name]'

View file

@ -7,6 +7,6 @@ _core:
id: node
label: Content
tags:
canonical_url: '[node:url]'
description: '[node:field_summary]'
title: '[node:title] | [site:name]'
description: '[node:summary]'
canonical_url: '[node:url]'

View file

@ -7,7 +7,7 @@ _core:
name: Article
type: article
description: 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.'
help: null
help: ''
new_revision: true
preview_mode: 1
display_submitted: true

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