Core update

This commit is contained in:
Dan Chadwick 2024-12-08 18:46:52 -05:00
parent 13971f626c
commit 43b1da5b5c
55 changed files with 3639 additions and 3347 deletions

View File

@ -21,39 +21,31 @@
"drupal/better_exposed_filters": "^7.0",
"drupal/color_field": "^3.0",
"drupal/config_split": "^2.0",
"drupal/core-composer-scaffold": "^10.3",
"drupal/core-project-message": "^10.3",
"drupal/core-recommended": "^10.3",
"drupal/devel_entity_updates": "^4.1",
"drupal/core-composer-scaffold": "^11",
"drupal/core-project-message": "^11",
"drupal/core-recommended": "^11",
"drupal/entity_clone": "^2.1@beta",
"drupal/entity_hierarchy": "^3.3",
"drupal/field_group": "^3.4",
"drupal/flexslider": "^3.0@alpha",
"drupal/fpa": "^4.0",
"drupal/gin": "^3.0@RC",
"drupal/gin_login": "^2.1",
"drupal/google_tag": "^2.0",
"drupal/html_formatter": "^2.0",
"drupal/jsonapi_permission_access": "1.0.1",
"drupal/layout_builder_admin_theme": "^2.0",
"drupal/layout_builder_block_clone": "^1.3",
"drupal/layout_builder_styles": "^2.0",
"drupal/mailsystem": "^4.5",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_tools": "^6.0",
"drupal/openid_connect": "^3.0@alpha",
"drupal/pathauto": "^1.12",
"drupal/smtp": "^1.4",
"drupal/stage_file_proxy": "^3.1",
"drupal/upgrade_status": "^4.3",
"drupal/views_bulk_operations": "^4.2",
"drupal/views_json_source": "^2.0",
"drupal/workflow": "^1.8",
"drush/drush": "^12.4",
"symfony/css-selector": "^6",
"symfony/dom-crawler": "^6",
"symfony/polyfill-php80": "^1.29",
"symfony/polyfill-php81": "^1.29",
"symfony/polyfill-php82": "^1.29"
"drush/drush": "^13",
"mglaman/composer-drupal-lenient": "^1.0"
},
"conflict": {
"drupal/drupal": "*"
@ -69,7 +61,8 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true,
"cweagans/composer-patches": true,
"tbachert/spi": true
"tbachert/spi": true,
"mglaman/composer-drupal-lenient": true
},
"sort-packages": true
},
@ -79,6 +72,14 @@
"web-root": "web/"
}
},
"patches": {
"drupal/fpa": {
"Drupal 11 compat.": "./patches/fpa/core-11.patch"
},
"drupal/layout_builder_block_clone": {
"Drupal 11 compat.": "./patches/layout_builder_block_clone/core-11.patch"
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
@ -128,12 +129,15 @@
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
},
"drupal-lenient": {
"allowed-list": ["drupal/layout_builder_block_clone", "drupal/fpa"]
}
},
"require-dev": {
"behat/behat": "^3.14",
"dmore/behat-chrome-extension": "^1.4",
"drupal/core-dev": "^10",
"drupal/core-dev": "^11",
"drupal/drupal-extension": "^5.0"
}
}

4606
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,22 @@
uuid: 9fbddd00-1e9b-4e10-87e4-005ca0a8bac6
langcode: en
status: false
dependencies:
module:
- workflow
theme:
- null
_core:
default_config_hash: Cs2l2qZ2r60qh0aD5hM7ePYviecEo81KvYpFMUgPP2k
id: workflowtransitionform
theme: null
region: ''
weight: -7
provider: workflow
plugin: workflow_transition_form_block
settings:
id: workflow_transition_form_block
label: 'Workflow Transition form'
label_display: visible
provider: workflow
visibility: { }

View File

@ -1,14 +0,0 @@
uuid: 70db1e21-01cc-494f-8a60-459951140de7
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw
id: feedback
label: 'Website feedback'
recipients:
- admin@example.com
reply: ''
weight: 0
message: 'Your message has been sent.'
redirect: ''

View File

@ -1,13 +0,0 @@
uuid: fbde4d88-f309-496c-b9de-1d7ac5920d71
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: jonvgt3CkUM2eMLTFwWfHileWWDC4YtXCuIlCahTk_I
id: personal
label: 'Personal contact form'
recipients: { }
reply: ''
weight: 0
message: 'Your message has been sent.'
redirect: ''

View File

@ -1,7 +0,0 @@
_core:
default_config_hash: U69DBeuvXuNVOC15rVNaBjDPK2fWFbo9v4takdYSSO8
default_form: feedback
flood:
limit: 5
interval: 3600
user_default_enabled: false

View File

@ -0,0 +1,22 @@
uuid: a245220e-51be-42a7-b8f6-982f3b42b305
langcode: en
status: true
dependencies:
config:
- node.type.snippet
id: node.snippet.promote
field_name: promote
entity_type: node
bundle: snippet
label: 'Promoted to front page'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean

View File

@ -6,15 +6,72 @@ dependencies:
- field.field.node.article.body
- field.field.node.article.field_article_image
- field.field.node.article.field_banner_color
- field.field.node.article.field_flow
- field.field.node.article.field_read_time
- field.field.node.article.field_slideshow
- field.field.node.article.field_tags
- node.type.article
module:
- color_field
- field_group
- media_library
- path
- text
- workflow
third_party_settings:
field_group:
group_configuration:
children:
- group_content
- group_info
label: Configuration
region: content
parent_name: ''
weight: 1
format_type: tabs
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
direction: vertical
width_breakpoint: 640
group_info:
children:
- field_banner_color
- field_tags
- field_read_time
label: Info
region: hidden
parent_name: group_configuration
weight: 3
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
formatter: closed
description: ''
required_fields: true
group_content:
children:
- field_article_image
- field_slideshow
- body
label: Content
region: content
parent_name: group_configuration
weight: 5
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
formatter: closed
description: ''
required_fields: true
_core:
default_config_hash: ewbd6G2uX456-bgwseM2Q-KQG3RkASoyHmTh-XR3oLU
id: node.article.default
@ -24,7 +81,7 @@ mode: default
content:
body:
type: text_textarea_with_summary
weight: 5
weight: 6
region: content
settings:
rows: 9
@ -34,41 +91,47 @@ content:
third_party_settings: { }
created:
type: datetime_timestamp
weight: 7
weight: 8
region: content
settings: { }
third_party_settings: { }
field_article_image:
type: media_library_widget
weight: 3
region: content
settings:
media_types: { }
third_party_settings: { }
field_banner_color:
type: color_field_widget_box
weight: 1
region: content
settings:
default_colors: '#565264,#009fb7,#fed766,#f4f4f8,#e6e6ea,#fe4a49,#c0a9b0,#d74e09,#60935d,#bc9ec1,#ffa8a9,#157145'
third_party_settings: { }
field_read_time:
type: number
weight: 26
region: content
settings:
placeholder: ''
third_party_settings: { }
field_slideshow:
type: media_library_widget
weight: 4
region: content
settings:
media_types: { }
third_party_settings: { }
field_banner_color:
type: color_field_widget_box
weight: 4
region: content
settings:
default_colors: '#565264,#009fb7,#fed766,#f4f4f8,#e6e6ea,#fe4a49,#c0a9b0,#d74e09,#60935d,#bc9ec1,#ffa8a9,#157145'
third_party_settings: { }
field_flow:
type: workflow_default
weight: 26
region: content
settings: { }
third_party_settings: { }
field_read_time:
type: number
weight: 6
region: content
settings:
placeholder: ''
third_party_settings: { }
field_slideshow:
type: media_library_widget
weight: 5
region: content
settings:
media_types: { }
third_party_settings: { }
field_tags:
type: entity_reference_autocomplete_tags
weight: 2
weight: 5
region: content
settings:
match_operator: CONTAINS
@ -78,27 +141,27 @@ content:
third_party_settings: { }
path:
type: path
weight: 10
weight: 11
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 8
weight: 9
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 11
weight: 12
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 9
weight: 10
region: content
settings:
display_label: true
@ -113,7 +176,7 @@ content:
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 6
weight: 7
region: content
settings:
match_operator: CONTAINS

View File

@ -4,12 +4,28 @@ status: true
dependencies:
config:
- field.field.node.page.body
- field.field.node.page.field_featured_content
- field.field.node.page.layout_builder__layout
- node.type.page
module:
- field_group
- path
- text
third_party_settings:
field_group:
group_configuration:
children: { }
label: Configuration
region: content
parent_name: ''
weight: 1
format_type: tabs
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
direction: vertical
width_breakpoint: 640
_core:
default_config_hash: SfpLhPExzvR0MgFp0Wp7CrmgEnhcqQ-fXIWFhbf4ue0
id: node.page.default
@ -19,7 +35,7 @@ mode: default
content:
body:
type: text_textarea_with_summary
weight: 31
weight: 8
region: content
settings:
rows: 9
@ -29,50 +45,40 @@ content:
third_party_settings: { }
created:
type: datetime_timestamp
weight: 10
weight: 4
region: content
settings: { }
third_party_settings: { }
field_featured_content:
type: entity_reference_autocomplete
weight: 121
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 30
weight: 7
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 15
weight: 5
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 120
weight: 9
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 16
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: -5
weight: 0
region: content
settings:
size: 60
@ -80,7 +86,7 @@ content:
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 5
weight: 3
region: content
settings:
match_operator: CONTAINS

View File

@ -0,0 +1,77 @@
uuid: 75deb647-69fe-4ec6-83bd-800857890b10
langcode: en
status: true
dependencies:
config:
- field.field.node.snippet.body
- node.type.snippet
module:
- path
- text
id: node.snippet.default
targetEntityType: node
bundle: snippet
mode: default
content:
body:
type: text_textarea_with_summary
weight: 121
region: content
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
created:
type: datetime_timestamp
weight: 10
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 15
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 120
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 16
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 5
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }

View File

@ -6,6 +6,7 @@ dependencies:
- field.field.node.article.body
- field.field.node.article.field_article_image
- field.field.node.article.field_banner_color
- field.field.node.article.field_flow
- field.field.node.article.field_read_time
- field.field.node.article.field_slideshow
- field.field.node.article.field_tags
@ -15,6 +16,7 @@ dependencies:
- color_field
- layout_builder
- media
- options
- text
- user
third_party_settings:
@ -55,6 +57,13 @@ content:
third_party_settings: { }
weight: 5
region: content
field_flow:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 7
region: content
field_read_time:
type: number_integer
label: hidden

View File

@ -7,6 +7,7 @@ dependencies:
- field.field.node.article.body
- field.field.node.article.field_article_image
- field.field.node.article.field_banner_color
- field.field.node.article.field_flow
- field.field.node.article.field_read_time
- field.field.node.article.field_slideshow
- field.field.node.article.field_tags
@ -27,6 +28,7 @@ hidden:
body: true
field_article_image: true
field_banner_color: true
field_flow: true
field_read_time: true
field_slideshow: true
field_tags: true

View File

@ -7,6 +7,7 @@ dependencies:
- field.field.node.article.body
- field.field.node.article.field_article_image
- field.field.node.article.field_banner_color
- field.field.node.article.field_flow
- field.field.node.article.field_read_time
- field.field.node.article.field_slideshow
- field.field.node.article.field_tags
@ -43,6 +44,7 @@ content:
hidden:
field_article_image: true
field_banner_color: true
field_flow: true
field_read_time: true
field_slideshow: true
field_tags: true

View File

@ -4,7 +4,6 @@ status: true
dependencies:
config:
- field.field.node.page.body
- field.field.node.page.field_featured_content
- field.field.node.page.layout_builder__layout
- node.type.page
module:
@ -67,14 +66,6 @@ content:
third_party_settings: { }
weight: 100
region: content
field_featured_content:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 102
region: content
links:
settings: { }
third_party_settings: { }

View File

@ -5,7 +5,6 @@ dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.page.body
- field.field.node.page.field_featured_content
- field.field.node.page.layout_builder__layout
- node.type.page
module:
@ -30,5 +29,4 @@ content:
weight: 101
region: content
hidden:
field_featured_content: true
layout_builder__layout: true

View File

@ -0,0 +1,70 @@
uuid: 4ab69510-45a3-433a-9ace-bcf5d1763ab8
langcode: en
status: true
dependencies:
config:
- field.field.node.snippet.body
- node.type.snippet
module:
- layout_builder
- layout_discovery
- text
- user
third_party_settings:
layout_builder:
enabled: true
allow_custom: false
sections:
-
layout_id: layout_onecol
layout_settings:
label: ''
context_mapping: { }
layout_builder_styles_style:
container: container
hero: 0
components:
36c2345c-4ba4-493e-8df8-21a171c4d12c:
uuid: 36c2345c-4ba4-493e-8df8-21a171c4d12c
region: content
configuration:
id: 'extra_field_block:node:snippet:links'
label_display: '0'
context_mapping:
entity: layout_builder.entity
weight: 0
additional: { }
431863a8-5042-43dd-9685-eb24199b12c9:
uuid: 431863a8-5042-43dd-9685-eb24199b12c9
region: content
configuration:
id: 'field_block:node:snippet:body'
label_display: '0'
context_mapping:
entity: layout_builder.entity
formatter:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
additional: { }
third_party_settings: { }
id: node.snippet.default
targetEntityType: node
bundle: snippet
mode: default
content:
body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 101
region: content
links:
settings: { }
third_party_settings: { }
weight: 100
region: content
hidden: { }

View File

@ -0,0 +1,30 @@
uuid: b9f07c53-63d9-4e02-ab55-98af4c56128b
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.snippet.body
- node.type.snippet
module:
- text
- user
id: node.snippet.teaser
targetEntityType: node
bundle: snippet
mode: teaser
content:
body:
type: text_summary_or_trimmed
label: hidden
settings:
trim_length: 600
third_party_settings: { }
weight: 101
region: content
links:
settings: { }
third_party_settings: { }
weight: 100
region: content
hidden: { }

View File

@ -1,11 +0,0 @@
uuid: e9c19b9e-bfe5-4020-a1df-25e0bed61222
langcode: en
status: true
dependencies:
module:
- contact
id: contact_message.token
label: Token
description: ''
targetEntityType: contact_message
cache: true

View File

@ -2,7 +2,6 @@ _core:
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
module:
announcements_feed: 0
auto_alt: 0
better_exposed_filters: 0
big_pipe: 0
block: 0
@ -12,18 +11,17 @@ module:
color_field: 0
config: 0
config_split: 0
contact: 0
contextual: 0
datetime: 0
dblog: 0
dc_components: 0
dc_core: 0
editor: 0
field: 0
field_group: 0
field_ui: 0
file: 0
filter: 0
fpa: 0
gin_login: 0
gin_toolbar: 0
google_tag: 0
@ -44,12 +42,10 @@ module:
mysql: 0
node: 0
nodepath_access: 0
openid_connect: 0
options: 0
path: 0
path_alias: 0
responsive_image: 0
sdc: 0
search: 0
serialization: 0
shortcut: 0
@ -61,10 +57,12 @@ module:
toolbar: 0
ufc: 0
update: 0
upgrade_status: 0
user: 0
video_compressor: 0
views_ui: 0
workflow: 0
pathauto: 1
externalauth: 10
views: 10
minimal: 1000
theme:

View File

@ -0,0 +1,21 @@
uuid: c2e1ce51-4ede-4d9e-bd44-069c258ef81f
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_flow
- node.type.article
module:
- workflow
id: node.article.field_flow
field_name: field_flow
entity_type: node
bundle: article
label: flow
description: ''
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: workflow

View File

@ -1,29 +0,0 @@
uuid: c4f2a42e-08f4-47b2-83a1-f772cc1d5039
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_featured_content
- node.type.fighter
- node.type.page
id: node.page.field_featured_content
field_name: field_featured_content
entity_type: node
bundle: page
label: 'Featured Fighters'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'default:node'
handler_settings:
target_bundles:
fighter: fighter
sort:
field: _none
direction: ASC
auto_create: false
auto_create_bundle: ''
field_type: entity_reference

View File

@ -0,0 +1,26 @@
uuid: bfd72eee-7853-407f-9f30-7a6ac7aec6f8
langcode: en
status: true
dependencies:
config:
- field.storage.node.body
- filter.format.full_html
- node.type.snippet
module:
- text
id: node.snippet.body
field_name: body
entity_type: node
bundle: snippet
label: Body
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
allowed_formats:
- full_html
field_type: text_with_summary

View File

@ -1,19 +0,0 @@
uuid: fb5c3308-e979-4880-9d8b-56791136bd86
langcode: en
status: true
dependencies:
module:
- node
id: node.field_featured_content
field_name: field_featured_content
entity_type: node
type: entity_reference
settings:
target_type: node
module: core
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@ -0,0 +1,22 @@
uuid: 4bb6954e-4a21-4374-978d-4f498c07c851
langcode: en
status: true
dependencies:
module:
- node
- workflow
id: node.field_flow
field_name: field_flow
entity_type: node
type: workflow
settings:
workflow_type: editorial
allowed_values: { }
allowed_values_function: workflow_state_allowed_values
module: workflow
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@ -19,7 +19,7 @@ preset_accent_color: green
preset_focus_color: accent
enable_darkmode: '0'
classic_toolbar: horizontal
secondary_toolbar_frontend: true
secondary_toolbar_frontend: false
high_contrast_mode: false
accent_color: ''
focus_color: ''

View File

@ -0,0 +1,18 @@
uuid: 0420f3e3-fca4-4756-b57e-25a7e4e16125
langcode: en
status: true
dependencies:
module:
- menu_ui
third_party_settings:
menu_ui:
available_menus:
- main
parent: 'main:'
name: Snippet
type: snippet
description: 'A snippet of code.'
help: null
new_revision: true
preview_mode: 1
display_submitted: false

View File

@ -1,11 +0,0 @@
uuid: bc62b56f-b228-444f-b6ad-f7d496dbe379
langcode: en
status: true
dependencies: { }
id: google
label: Google
plugin: google
settings:
client_id: 127355938-0kuc1vjgd77s7a0vtv4dcrjrt6u5jod4.apps.googleusercontent.com
client_secret: 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
iss_allowed_domains: "https://dchadwick.ddev.site\r\nhttps://www.danchadwickdesign.com"

View File

@ -1,12 +0,0 @@
_core:
default_config_hash: NFnOZU6VCOfURCAR4-O3V7eMHTx2LNqnCmDKRSNjjns
always_save_userinfo: true
connect_existing_users: true
override_registration_settings: false
end_session_enabled: true
user_login_display: replace
redirect_login: user
redirect_logout: ''
userinfo_mappings:
timezone: zoneinfo
role_mappings: { }

View File

@ -0,0 +1,22 @@
uuid: c6d911b4-f726-4b1b-bc94-d3267cbafede
langcode: en
status: true
dependencies:
module:
- node
id: snippets
label: Snippets
type: 'canonical_entities:node'
pattern: '/snippets/[current-date:custom:Y]/[current-date:custom:m]/[node:title]'
selection_criteria:
7b5b70a1-47e6-4335-bab4-6b0c3137ed43:
id: 'entity_bundle:node'
negate: false
uuid: 7b5b70a1-47e6-4335-bab4-6b0c3137ed43
context_mapping:
node: node
bundles:
snippet: snippet
selection_logic: and
weight: -5
relationships: { }

View File

@ -0,0 +1,24 @@
uuid: 8cc2ab6d-fee7-4a84-ad73-a8c47fdfd65b
langcode: en
status: true
dependencies:
module:
- workflow
_core:
default_config_hash: RimpsF-N-uVXv3vtX3fza0-kJxlXdRmKLPiQU6IubdE
id: change_a_node_to_next_workflow_state
label: 'Change a node to next Workflow state'
type: node
plugin: workflow_node_next_state_action
configuration:
label: 'Change a node to next Workflow state'
id: change_a_node_to_next_workflow_state
plugin: workflow_node_next_state_action
type: node
timestamp:
scheduled: '0'
comment: 'New state is set by a triggered Action.'
force: 0
actions: { }
field_name: ''
to_sid: ''

View File

@ -0,0 +1,3 @@
_core:
default_config_hash: BqkUHiXXGvu2L7NR_nblxtP6f03MdD16XSMWwVM0QEc
paths_per_scan: 30

View File

@ -5,7 +5,6 @@ dependencies:
config:
- filter.format.restricted_html
module:
- contact
- filter
- media
- search
@ -18,7 +17,6 @@ weight: 0
is_admin: false
permissions:
- 'access content'
- 'access site-wide contact form'
- 'search content'
- 'use text format restricted_html'
- 'view media'

View File

@ -5,7 +5,6 @@ dependencies:
config:
- filter.format.basic_html
module:
- contact
- file
- filter
- media
@ -21,7 +20,6 @@ is_admin: false
permissions:
- 'access content'
- 'access shortcuts'
- 'access site-wide contact form'
- 'delete own files'
- 'search content'
- 'use text format basic_html'

View File

@ -382,6 +382,7 @@ display:
secondary_label: 'Advanced options'
secondary_open: false
reset_button_always_show: false
autosubmit_textfield_minimum_length: 3
filter:
title:
plugin_id: default

View File

@ -1,578 +0,0 @@
uuid: ed342b4a-70b6-4d33-ad5c-604d46a7da21
langcode: en
status: true
dependencies:
module:
- externalauth
- user
_core:
default_config_hash: U64nXi8iCv0yQmnmpzCJwdUQLNJfbY6XZX_0To4nzrg
id: authmap
label: 'External authentication links'
module: externalauth
description: 'Provides overview of external authentication links.'
tag: default
base_table: authmap
base_field: uid
display:
default:
display_plugin: default
id: default
display_title: Master
position: 0
display_options:
access:
type: perm
options:
perm: 'view authmap'
cache:
type: none
options: { }
query:
type: views_query
options:
disable_sql_rewrite: false
distinct: false
replica: false
query_comment: ''
query_tags: { }
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
pager:
type: mini
options:
items_per_page: 50
offset: 0
id: 0
total_pages: null
expose:
items_per_page: false
items_per_page_label: 'Items per page'
items_per_page_options: '5, 10, 25, 50'
items_per_page_options_all: false
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
tags:
previous:
next:
pagination_heading_level: h4
style:
type: table
options:
grouping: { }
row_class: ''
default_row_class: true
override: true
sticky: false
caption: ''
summary: ''
description: ''
columns:
authname: authname
uid: uid
name: name
delete: delete
info:
authname:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
uid:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
name:
sortable: true
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
delete:
sortable: false
default_sort_order: asc
align: ''
separator: ''
empty_column: false
responsive: ''
default: authname
empty_table: false
row:
type: fields
fields:
provider_field:
id: provider_field
table: authmap
field: provider_field
relationship: none
group_type: group
admin_label: ''
label: ''
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: false
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
plugin_id: standard
authname:
id: authname
table: authmap
field: authname
relationship: none
group_type: group
admin_label: ''
label: 'Authentication Name'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
plugin_id: standard
uid:
id: uid
table: authmap
field: uid
relationship: none
group_type: group
admin_label: ''
label: 'Drupal User ID'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
set_precision: false
precision: 0
decimal: .
separator: ''
format_plural: false
format_plural_string: !!binary MQNAY291bnQ=
prefix: ''
suffix: ''
plugin_id: numeric
name:
id: name
table: users_field_data
field: name
relationship: uid
group_type: group
admin_label: ''
label: 'Drupal User Name'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: 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
entity_type: user
entity_field: name
plugin_id: field
delete_link:
id: delete_link
table: authmap
field: delete_link
relationship: none
group_type: group
admin_label: ''
label: delete
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
text: delete
output_url_as_text: false
absolute: false
plugin_id: authmap_link_delete
filters:
authname:
id: authname
table: authmap
field: authname
relationship: none
group_type: group
admin_label: ''
operator: starts
value: ''
group: 1
exposed: true
expose:
operator_id: authname_op
label: 'Authentication name'
description: ''
use_operator: false
operator: authname_op
operator_limit_selection: false
operator_list: { }
identifier: authname
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
role3: '0'
role4: '0'
placeholder: ''
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
plugin_id: string
uid:
id: uid
table: users_field_data
field: uid
relationship: uid
group_type: group
admin_label: ''
operator: in
value: { }
group: 1
exposed: true
expose:
operator_id: uid_op
label: 'Drupal user'
description: ''
use_operator: false
operator: uid_op
operator_limit_selection: false
operator_list: { }
identifier: uid
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
role3: '0'
role4: '0'
reduce: false
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
entity_type: user
entity_field: uid
plugin_id: user_name
sorts: { }
title: 'External authentication links'
header: { }
footer: { }
empty:
area_text_custom:
id: area_text_custom
table: views
field: area_text_custom
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: false
content: 'No links (from Authentication name to Drupal user) found.'
plugin_id: text_custom
relationships:
uid:
id: uid
table: authmap
field: uid
relationship: none
group_type: group
admin_label: 'Linked Drupal user'
required: false
plugin_id: standard
arguments:
provider_field:
id: provider_field
table: authmap
field: provider_field
relationship: none
group_type: group
admin_label: ''
default_action: ignore
exception:
value: all
title_enable: false
title: All
title_enable: true
title: 'Links for {{ arguments.provider_field }}'
default_argument_type: fixed
default_argument_options:
argument: ''
summary_options:
base_path: ''
items_per_page: 25
count: false
override: false
summary:
sort_order: asc
number_of_records: 0
format: default_summary
specify_validation: false
validate:
type: none
fail: 'not found'
validate_options: { }
glossary: false
limit: 0
case: none
path_case: none
transform_dash: false
break_phrase: false
plugin_id: string
display_extenders: { }
show_admin_links: false
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }
page:
display_plugin: page
id: page
display_title: Page
position: 1
display_options:
display_extenders: { }
path: admin/people/authmap
menu:
type: tab
title: External
description: ''
expanded: false
parent: entity.user.collection
weight: 20
context: '0'
menu_name: admin
cache_metadata:
max-age: -1
contexts:
- 'languages:language_interface'
- url
- url.query_args
- user.permissions
tags: { }

View File

@ -1,9 +1,8 @@
uuid: eca9d4db-5418-4a3b-a6c2-9d1fc7727526
langcode: en
status: true
status: false
dependencies:
config:
- field.storage.node.field_featured_content
- node.type.page
module:
- node
@ -23,70 +22,7 @@ display:
position: 0
display_options:
title: 'Featured Fighters'
fields:
field_featured_content:
id: field_featured_content
table: node__field_featured_content
field: field_featured_content
relationship: none
group_type: group
admin_label: ''
plugin_id: field
label: ''
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: false
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: target_id
type: entity_reference_entity_view
settings:
view_mode: featured_content
group_column: target_id
group_columns: { }
group_rows: true
delta_limit: 10
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
fields: { }
pager:
type: some
options:
@ -207,13 +143,11 @@ display:
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- 'user.node_grants:view'
- user.permissions
tags:
- 'config:field.storage.node.field_featured_content'
tags: { }
block_1:
id: block_1
display_title: Block
@ -224,10 +158,8 @@ display:
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- 'user.node_grants:view'
- user.permissions
tags:
- 'config:field.storage.node.field_featured_content'
tags: { }

View File

@ -0,0 +1,764 @@
uuid: 255b48d2-b0a9-435e-b900-79164bd68024
langcode: en
status: true
dependencies:
module:
- workflow
_core:
default_config_hash: uKycD7tNdXsBSkIL86-viA2BpiDRbsR-axSzkMCfCvk
id: workflow_entity_history
label: 'Workflow Entity history'
module: views
description: 'Enable this View to configure the history tab.'
tag: ''
base_table: workflow_transition_history
base_field: hid
display:
default:
id: default
display_title: Master
display_plugin: default
position: 0
display_options:
title: 'Workflow history'
fields:
hid:
id: hid
table: workflow_transition_history
field: hid
relationship: none
group_type: group
admin_label: ''
entity_type: workflow_transition
entity_field: hid
plugin_id: field
label: 'Transition ID'
exclude: true
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: number_integer
settings:
thousand_separator: ''
prefix_suffix: true
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
timestamp:
id: timestamp
table: workflow_transition_history
field: timestamp
relationship: none
group_type: group
admin_label: ''
entity_type: workflow_transition
entity_field: timestamp
plugin_id: field
label: Timestamp
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: timestamp
settings:
date_format: medium
custom_date_format: ''
timezone: ''
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_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
from_sid:
id: from_sid
table: workflow_transition_history
field: from_sid
relationship: none
group_type: group
admin_label: ''
entity_type: workflow_transition
entity_field: from_sid
plugin_id: workflow_state
label: 'From state'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: target_id
type: entity_reference_label
settings:
link: ''
group_column: target_id
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: 0
to_sid:
id: to_sid
table: workflow_transition_history
field: to_sid
relationship: none
group_type: group
admin_label: ''
entity_type: workflow_transition
entity_field: to_sid
plugin_id: workflow_state
label: 'To state'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: target_id
type: entity_reference_label
settings:
link: ''
group_column: target_id
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: 0
field_name:
id: field_name
table: workflow_transition_history
field: field_name
relationship: none
group_type: group
admin_label: ''
entity_type: workflow_transition
entity_field: field_name
plugin_id: field
label: 'Field name'
exclude: true
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: string
settings:
link_to_entity: false
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
uid:
id: uid
table: workflow_transition_history
field: uid
relationship: none
group_type: group
admin_label: ''
entity_type: workflow_transition
entity_field: uid
plugin_id: field
label: 'User ID'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: target_id
type: entity_reference_label
settings:
link: true
group_column: target_id
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
comment:
id: comment
table: workflow_transition_history
field: comment
relationship: none
group_type: group
admin_label: ''
entity_type: workflow_transition
entity_field: comment
plugin_id: field
label: 'Log message'
exclude: false
alter:
alter_text: false
text: ''
make_link: false
path: ''
absolute: false
external: false
replace_spaces: false
path_case: none
trim_whitespace: false
alt: ''
rel: ''
link_class: ''
prefix: ''
suffix: ''
target: ''
nl2br: false
max_length: 0
word_boundary: true
ellipsis: true
more_link: false
more_link_text: ''
more_link_path: ''
strip_tags: false
trim: false
preserve_tags: ''
html: false
element_type: ''
element_class: ''
element_label_type: ''
element_label_class: ''
element_label_colon: true
element_wrapper_type: ''
element_wrapper_class: ''
element_default_classes: true
empty: ''
hide_empty: false
empty_zero: false
hide_alter_empty: true
click_sort_column: value
type: basic_string
settings: { }
group_column: value
group_columns: { }
group_rows: true
delta_limit: 0
delta_offset: 0
delta_reversed: false
delta_first_last: false
multi_type: separator
separator: ', '
field_api_classes: false
operations:
id: operations
table: workflow_transition_history
field: operations
relationship: none
group_type: group
admin_label: ''
entity_type: null
entity_field: null
plugin_id: entity_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
destination: true
pager:
type: mini
options:
offset: 0
items_per_page: 10
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
pagination_heading_level: h4
exposed_form:
type: basic
options:
submit_button: Apply
reset_button: false
reset_button_label: Reset
exposed_sorts_label: 'Sort by'
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: none
options: { }
cache:
type: tag
options: { }
empty: { }
sorts: { }
arguments:
entity_type:
id: entity_type
table: workflow_transition_history
field: entity_type
relationship: none
group_type: group
admin_label: ''
entity_type: workflow_transition
entity_field: entity_type
plugin_id: string
default_action: empty
exception:
value: all
title_enable: false
title: All
title_enable: false
title: ''
default_argument_type: fixed
default_argument_options:
argument: ''
summary_options:
base_path: ''
count: true
override: false
items_per_page: 25
summary:
sort_order: asc
number_of_records: 0
format: default_summary
specify_validation: false
validate:
type: none
fail: 'not found'
validate_options: { }
glossary: false
limit: 0
case: none
path_case: none
transform_dash: false
break_phrase: false
entity_id:
id: entity_id
table: workflow_transition_history
field: entity_id
relationship: none
group_type: group
admin_label: ''
entity_type: workflow_transition
entity_field: entity_id
plugin_id: numeric
default_action: ignore
exception:
value: all
title_enable: false
title: All
title_enable: false
title: ''
default_argument_type: fixed
default_argument_options:
argument: ''
summary_options:
base_path: ''
count: true
override: false
items_per_page: 25
summary:
sort_order: asc
number_of_records: 0
format: default_summary
specify_validation: false
validate:
type: none
fail: 'not found'
validate_options: { }
break_phrase: false
not: false
filters: { }
style:
type: table
options:
grouping: { }
row_class: ''
default_row_class: true
columns:
hid: hid
timestamp: timestamp
field_name: field_name
from_sid: from_sid
to_sid: to_sid
uid: uid
comment: comment
operations: operations
default: hid
info:
hid:
default_sort_order: desc
align: ''
separator: ''
empty_column: false
responsive: ''
timestamp:
align: ''
separator: ''
empty_column: false
responsive: ''
field_name:
align: ''
separator: ''
empty_column: false
responsive: ''
from_sid:
align: ''
separator: ''
empty_column: false
responsive: ''
to_sid:
align: ''
separator: ''
empty_column: false
responsive: ''
uid:
align: ''
separator: ''
empty_column: false
responsive: ''
comment:
align: ''
separator: ''
empty_column: false
responsive: ''
operations:
align: ''
separator: ''
empty_column: false
responsive: ''
override: true
sticky: false
summary: ''
empty_table: false
caption: ''
description: ''
row:
type: fields
options:
default_field_elements: true
inline: { }
separator: ''
hide_empty: false
query:
type: views_query
options:
query_comment: ''
disable_sql_rewrite: false
distinct: false
replica: false
query_tags: { }
relationships: { }
header: { }
footer: { }
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
tags: { }
workflow_history_tab:
id: workflow_history_tab
display_title: 'Workflow history tab'
display_plugin: embed
position: 1
display_options:
display_description: 'Replaces the transition list in the Workflow tab.'
display_extenders: { }
cache_metadata:
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- url
- url.query_args
tags: { }

View File

@ -0,0 +1,3 @@
_core:
default_config_hash: ne-hLr6xAfj-y7himkP4sQpLeAsTLAzt9YuxlQCk8N8
workflow_states_per_page: 20

View File

@ -0,0 +1,12 @@
uuid: fa216954-5988-45c2-8c71-b66278ad004d
langcode: en
status: true
dependencies:
config:
- workflow.workflow.editorial
id: editorial_creation
label: Creation
module: workflow
wid: editorial
weight: -1000
sysid: 1

View File

@ -0,0 +1,12 @@
uuid: f0412df3-82ba-43a1-8fa9-72085b7f24a5
langcode: en
status: true
dependencies:
config:
- workflow.workflow.editorial
id: editorial_draft
label: draft
module: workflow
wid: editorial
weight: -48
sysid: 0

View File

@ -0,0 +1,12 @@
uuid: 8311d7ae-87a5-4176-b4cf-3ff3b86b685d
langcode: en
status: true
dependencies:
config:
- workflow.workflow.editorial
id: editorial_published
label: published
module: workflow
wid: editorial
weight: -49
sysid: 0

View File

@ -0,0 +1,13 @@
uuid: 18d3a1b6-b86a-4312-96d1-a2334efdc73c
langcode: en
status: true
dependencies:
config:
- workflow.state.editorial_creation
- workflow.state.editorial_draft
id: editorial_creation_draft
label: null
module: workflow
from_sid: editorial_creation
to_sid: editorial_draft
roles: { }

View File

@ -0,0 +1,13 @@
uuid: 899c0dd8-3e16-4619-84bc-ef2b54211a3d
langcode: en
status: true
dependencies:
config:
- workflow.state.editorial_creation
- workflow.state.editorial_published
id: editorial_creation_published
label: null
module: workflow
from_sid: editorial_creation
to_sid: editorial_published
roles: { }

View File

@ -0,0 +1,12 @@
uuid: de4b9aee-f9d3-45fd-b2cf-54d16470d4f4
langcode: en
status: true
dependencies:
config:
- workflow.state.editorial_draft
id: editorial_draft_draft
label: test
module: workflow
from_sid: editorial_draft
to_sid: editorial_draft
roles: { }

View File

@ -0,0 +1,13 @@
uuid: 1a17dfeb-eee7-40cf-b459-41260ad60a05
langcode: en
status: true
dependencies:
config:
- workflow.state.editorial_draft
- workflow.state.editorial_published
id: editorial_draft_published
label: null
module: workflow
from_sid: editorial_draft
to_sid: editorial_published
roles: { }

View File

@ -0,0 +1,13 @@
uuid: 2d3ebe8c-915d-4386-8abf-677ea34b04c8
langcode: en
status: true
dependencies:
config:
- workflow.state.editorial_draft
- workflow.state.editorial_published
id: editorial_published_draft
label: null
module: workflow
from_sid: editorial_published
to_sid: editorial_draft
roles: { }

View File

@ -0,0 +1,12 @@
uuid: 29eb6805-45aa-4584-9106-eecb82ba8aa3
langcode: en
status: true
dependencies:
config:
- workflow.state.editorial_published
id: editorial_published_published
label: test
module: workflow
from_sid: editorial_published
to_sid: editorial_published
roles: { }

View File

@ -0,0 +1,16 @@
uuid: 275a32e2-0ca0-4080-8557-4579e435b245
langcode: en
status: true
dependencies: { }
id: editorial
label: editorial
module: workflow
options:
name_as_title: 0
fieldset: 0
options: buttons
schedule_enable: false
schedule_timezone: 0
always_update_entity: 0
comment_log_node: 0
watchdog_log: 0

61
patches/fpa/core-11.patch Normal file
View File

@ -0,0 +1,61 @@
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000000000000000000000000000000000000..766d73e430f75deb0cefba0549e1378c784c3cb4
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,9 @@
+{
+ "name": "drupal/fpa",
+ "type": "drupal-module",
+ "description": "Fast filtering on permissions administration form.",
+ "require": {
+ "drupal/core": "^9.4 | ^10.3 | ^11",
+ "drupal/js_cookie": "^1.0"
+ }
+}
diff --git a/fpa.info.yml b/fpa.info.yml
index e556847843affbb1f3936db938e99c3b0b6541ed..3f7a22c5b81d8cfa0bdc0b253dee9835aa5d968b 100644
--- a/fpa.info.yml
+++ b/fpa.info.yml
@@ -1,5 +1,5 @@
name: Fast Permissions Administration
type: module
description: Fast filtering on permissions administration form.
-core_version_requirement: ^9.4 || ^10.0
+core_version_requirement: ^9.4 || ^10.0 || ^11
package: Administration
diff --git a/fpa.libraries.yml b/fpa.libraries.yml
index 4ec905d4be561b84816b9101c0bd2dd583c71979..818b2368c85168ef1ee9b811fc162a88e2f39bcb 100644
--- a/fpa.libraries.yml
+++ b/fpa.libraries.yml
@@ -9,5 +9,5 @@ fpa.permissions:
- core/jquery
- core/drupal
- core/drupalSettings
- - core/js-cookie
- - core/drupal.user.permissions
\ No newline at end of file
+ - core/drupal.user.permissions
+ - js_cookie/js-cookie
diff --git a/src/FpaFormBuilder.php b/src/FpaFormBuilder.php
index bdd7733242dc8cafd4e4b4e6d187277e8a70894d..97f3ca3100b935a863ab3dcaa8657677586cd140 100644
--- a/src/FpaFormBuilder.php
+++ b/src/FpaFormBuilder.php
@@ -9,6 +9,7 @@ use Drupal\Core\Link;
use Drupal\Core\Render\Element;
use Drupal\Core\Render\Element\Checkboxes;
use Drupal\Core\Url;
+use Drupal\user\Entity\Role;
/**
* Class FpaFormBuilder.
@@ -28,7 +29,8 @@ class FpaFormBuilder {
public static function getRequiredMemory($suffix = '') {
$permission = \Drupal::service('user.permissions');
$permissions_count = count($permission->getPermissions());
- $user_roles_count = count(user_roles());
+ $roles = Role::loadMultiple();
+ $user_roles_count = count($roles);
$page_ram_required = (9 * 1024 * 1024);
// Takes ~26kb per row without any checkboxes.
$permission_row_overhead = 27261.028783658;

View File

@ -0,0 +1,25 @@
diff --git a/composer.json b/composer.json
index aca6905..bee3ba3 100644
--- a/composer.json
+++ b/composer.json
@@ -7,6 +7,6 @@
"homepage": "http://drupal.org/project/layout_builder_block_clone",
"minimum-stability": "dev",
"require": {
- "drupal/core": "^8.7.7 || ^9 || ^10"
+ "drupal/core": "^8.7.7 || ^9 || ^10 || ^11"
}
}
diff --git a/layout_builder_block_clone.info.yml b/layout_builder_block_clone.info.yml
index 34129c1..29292c1 100644
--- a/layout_builder_block_clone.info.yml
+++ b/layout_builder_block_clone.info.yml
@@ -1,7 +1,7 @@
name: 'Layout Builder Block Clone (Block Duplicate)'
type: module
description: 'Layout Builder Block Clone (Block Duplicate) module.'
-core_version_requirement: ^8 || ^9 || ^10
+core_version_requirement: ^8 || ^9 || ^10 || ^11
package: 'drupal'
dependencies:
- drupal:layout_builder

View File

@ -137,10 +137,6 @@ AddEncoding gzip svgz
RewriteCond %{REQUEST_URI} !/core/[^/]*\.php$
# Allow access to test-specific PHP files:
RewriteCond %{REQUEST_URI} !/core/modules/system/tests/https?\.php
# Allow access to Statistics module's custom front controller.
# Copy and adapt this rule to directly execute PHP files in contributed or
# custom modules or to run another PHP application in the same directory.
RewriteCond %{REQUEST_URI} !/core/modules/statistics/statistics\.php$
# Deny access to any other PHP files that do not match the rules above.
# Specifically, disallow autoload.php from being served directly.
RewriteRule "^(.+/.*|autoload)\.php($|/)" - [F]

View File

@ -1,5 +1,5 @@
name: UFC
description: Various handling for UFC
core_version_requirement: ^9 || ^10
core_version_requirement: ^9 || ^10 || ^11
type: module
package: Predictor

View File

@ -46,7 +46,6 @@ Disallow: /composer/Template/README.txt
Disallow: /modules/README.txt
Disallow: /sites/README.txt
Disallow: /themes/README.txt
Disallow: /web.config
# Paths (clean URLs)
Disallow: /admin/
Disallow: /comment/reply/

View File

@ -144,7 +144,7 @@
* in deadlocks, the other two options are 'READ UNCOMMITTED' and 'SERIALIZABLE'.
* They are available but not supported; use them at your own risk. For more
* info:
* https://dev.mysql.com/doc/refman/5.7/en/innodb-transaction-isolation-levels.html
* https://dev.mysql.com/doc/refman/8.0/en/innodb-transaction-isolation-levels.html
*
* On your settings.php, change the isolation level:
* @code
@ -724,15 +724,6 @@
*/
# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
/**
* Override the default yaml parser class.
*
* Provide a fully qualified class name here if you would like to provide an
* alternate implementation YAML parser. The class must implement the
* \Drupal\Component\Serialization\SerializationInterface interface.
*/
# $settings['yaml_parser_class'] = NULL;
/**
* Trusted host configuration.
*
@ -807,16 +798,6 @@
*/
$settings['entity_update_backup'] = TRUE;
/**
* State caching.
*
* State caching uses the cache collector pattern to cache all requested keys
* from the state API in a single cache entry, which can greatly reduce the
* amount of database queries. However, some sites may use state with a
* lot of dynamic keys which could result in a very large cache.
*/
$settings['state_cache'] = TRUE;
/**
* Node migration type.
*

View File

@ -2,7 +2,7 @@ name: DChadwick Custom Theme
type: theme
description: 'My custom theme...for fun'
package: Other
core_version_requirement: ^9 || ^10
core_version_requirement: ^9 || ^10 || ^11
libraries:
- dchadwick/global-styling