Compare commits

...

30 Commits

Author SHA1 Message Date
dan612
41d8c16d84 Adding proxy script for bypassing ddev container during imports. 2025-12-07 12:54:55 -05:00
dan612
034dc92721 More updates to import from ufc.com json api. 2025-12-07 12:54:42 -05:00
dan612
8cee39a6df Pushing overhaul. 2025-12-06 16:34:43 -05:00
calcu1on
09043d7884 Randomg things. 2025-10-15 22:49:16 -04:00
calcu1on
73b1faf9cc Move database from repo. 2025-09-01 23:28:50 -04:00
calcu1on
51f87a960b Changes. 2025-09-01 23:21:47 -04:00
calcu1on
02b6459f14 remove databse. 2025-09-01 22:38:36 -04:00
calcu1on
8ac98455c5 Adding another datbase. 2025-09-01 22:31:08 -04:00
calcu1on
2191604fc5 Settings. 2025-09-01 22:26:50 -04:00
calcu1on
a6c7e99275 Not sure. 2025-09-01 22:21:19 -04:00
calcu1on
4353602662 remov files from rsync. 2025-09-01 21:44:33 -04:00
calcu1on
ce111f6339 Force push. 2025-09-01 21:29:54 -04:00
calcu1on
6512520a8e No more dry runs, adding trusted host patterns. 2025-09-01 21:12:31 -04:00
calcu1on
b4f3df8b8a Removing some patches. 2025-09-01 21:03:55 -04:00
calcu1on
5822c1bd45 Adding composer deploy scriipt. 2025-09-01 21:01:45 -04:00
calcu1on
33ead115b9 Adding more things. 2025-08-31 21:39:45 -04:00
calcu1on
7c70bc0de7 Overhaul of a lot of things. 2025-08-31 21:26:31 -04:00
calcu1on
63a7ab4286 Export configuration. 2025-08-31 15:18:23 -04:00
calcu1on
780d95a712 REmoving things. 2025-08-31 15:17:56 -04:00
calcu1on
63bbb46715 Changing to sqlite and resetting, 2025-08-29 22:07:59 -04:00
calcu1on
2309e31256 Who knows what is happening. 2025-04-15 17:47:06 -04:00
calcu1on
8943bc06f5 Adjusting node access module handler. 2025-03-30 23:13:46 -04:00
calcu1on
18cb2c1a8b Adjusting thigns to go to queue. 2025-03-30 22:59:13 -04:00
calcu1on
c49263a78d Config export with progresss. 2025-03-23 08:44:31 -04:00
calcu1on
bef289950b Commit current progress. 2025-03-23 08:44:18 -04:00
calcu1on
e3425095dd Update to theme - color change. 2025-03-15 18:49:37 -04:00
calcu1on
d38d4aabc1 things 2025-03-15 17:25:17 -04:00
calcu1on
9dbfbeecef Config export. 2025-01-29 20:31:45 -05:00
calcu1on
ee2b1a8755 Tabbed content 2025-01-29 20:29:41 -05:00
calcu1on
bdc3361ac5 Big update. 2025-01-28 20:56:30 -05:00
442 changed files with 57088 additions and 45355 deletions

1
.gitattributes vendored
View File

@@ -48,6 +48,7 @@ core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-sp
# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
*.avif -text diff
*.eot -text diff
*.exe -text diff
*.gif -text diff

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
sites/simpletest/*
web/sites/simpletest
web/db/db.sqlite
vendor/
web/modules/contrib
web/core

View File

@@ -19,21 +19,27 @@
"cweagans/composer-patches": "^1.7",
"drupal/admin_toolbar": "^3.4",
"drupal/better_exposed_filters": "^7.0",
"drupal/ckeditor5_plugin_pack": "^1.2",
"drupal/color_field": "^3.0",
"drupal/config_split": "^2.0",
"drupal/core-composer-scaffold": "^11",
"drupal/core-project-message": "^11",
"drupal/core-recommended": "^11",
"drupal/devel": "^5.3",
"drupal/easy_breadcrumb": "^2.0",
"drupal/entity_clone": "^2.1@beta",
"drupal/entity_hierarchy": "^3.3",
"drupal/field_group": "^3.4",
"drupal/gin": "^4.0",
"drupal/gin": "^5.0",
"drupal/gin_lb": "^3.0@beta",
"drupal/gin_login": "^2.1",
"drupal/gin_toolbar": "^3",
"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_iframe_modal": "^1.3",
"drupal/layout_builder_restrictions": "^3.0",
"drupal/layout_builder_styles": "^2.0",
"drupal/mailsystem": "^4.5",
"drupal/migrate_plus": "^6.0",
@@ -45,9 +51,11 @@
"drupal/upgrade_status": "^4.3",
"drupal/views_bulk_operations": "^4.2",
"drupal/views_json_source": "^2.0",
"drupal/webform": "^6.3@beta",
"drupal/workflow": "^1.8",
"drush/drush": "^13",
"mglaman/composer-drupal-lenient": "^1.0",
"symfony/http-client": "^6.4",
"symfony/process": "^7.1",
"weitzman/drupal-test-traits": "^2.5"
},
@@ -143,5 +151,10 @@
"dmore/behat-chrome-extension": "^1.4",
"drupal/core-dev": "^11.0",
"drupal/drupal-extension": "^5.0"
},
"scripts": {
"build-fe": "cd web/themes/custom/dchadwick && npm ci && npm run compile",
"deploy": "sh scripts/deploy.sh",
"start-proxy": "php -S 0.0.0.0:8888 proxy.php"
}
}

4401
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,20 @@
uuid: ef64650b-45ea-4454-bd60-3d99a0949c78
langcode: en
status: true
dependencies:
module:
- system
theme:
- dchadwick
id: dchadwick_breadcrumbs
theme: dchadwick
region: content
weight: 0
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
label_display: '0'
provider: system
visibility: { }

View File

@@ -1,25 +0,0 @@
uuid: ec65f839-0e63-41c7-ab84-a691972b9cc2
langcode: en
status: true
dependencies:
content:
- 'block_content:basic:02793a8c-e13b-4a24-af7b-45185259e6fb'
module:
- block_content
theme:
- dchadwick
id: dchadwick_copyright
theme: dchadwick
region: footer_bottom
weight: 0
provider: null
plugin: 'block_content:02793a8c-e13b-4a24-af7b-45185259e6fb'
settings:
id: 'block_content:02793a8c-e13b-4a24-af7b-45185259e6fb'
label: Copyright
label_display: '0'
provider: block_content
status: true
info: ''
view_mode: full
visibility: { }

View File

@@ -0,0 +1,20 @@
uuid: 6dc30fba-09b1-4b9a-bbd5-310ff47da034
langcode: en
status: true
dependencies:
module:
- dc_core
theme:
- dchadwick
id: dchadwick_copyrightblock
theme: dchadwick
region: footer_bottom
weight: 0
provider: null
plugin: copyright_block
settings:
id: copyright_block
label: 'Copyright Block'
label_display: '0'
provider: dc_core
visibility: { }

View File

@@ -1,25 +0,0 @@
uuid: 7f8dcc6e-94eb-4f00-9366-85e929ef583e
langcode: en
status: false
dependencies:
module:
- system
- ufc
theme:
- dchadwick
id: dchadwick_recentfightsblock
theme: dchadwick
region: content
weight: 1
provider: null
plugin: recent_fights_block
settings:
id: recent_fights_block
label: 'Recent Fights Block'
label_display: visible
provider: ufc
visibility:
request_path:
id: request_path
negate: false
pages: '<front>'

View File

@@ -0,0 +1,8 @@
uuid: 56b10872-077e-415b-a049-49e0620e9b2a
langcode: en
status: true
dependencies: { }
id: tabs
label: Tabs
revision: false
description: 'Tabs for tabbed content.'

View File

@@ -1,13 +1,13 @@
uuid: 62516a1a-8798-4b75-b598-8ddfe1e957ab
uuid: 0b8eff59-22fc-4e5f-811c-dad63d030465
langcode: en
status: true
dependencies:
config:
- node.type.fighter
id: node.fighter.promote
- node.type.character
id: node.character.promote
field_name: promote
entity_type: node
bundle: fighter
bundle: character
label: 'Promoted to front page'
description: ''
required: false

View File

@@ -0,0 +1,29 @@
uuid: 1b1b3d79-66cd-4f83-8a17-f6bd70e24975
langcode: en
status: true
dependencies:
config:
- block_content.type.tabs
- field.field.block_content.tabs.field_tabs
id: block_content.tabs.default
targetEntityType: block_content
bundle: tabs
mode: default
content:
field_tabs:
type: string_textfield
weight: 26
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
info:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }

View File

@@ -0,0 +1,194 @@
uuid: 33157220-8dde-43d9-b803-e3012b32b235
langcode: en
status: true
dependencies:
config:
- field.field.node.character.body
- field.field.node.character.field_affiliation
- field.field.node.character.field_bio
- field.field.node.character.field_birth
- field.field.node.character.field_character_height
- field.field.node.character.field_character_id
- field.field.node.character.field_character_image
- field.field.node.character.field_character_title
- field.field.node.character.field_death
- field.field.node.character.field_eyes
- field.field.node.character.field_hair
- field.field.node.character.field_occupation
- field.field.node.character.field_species
- field.field.node.character.field_youtube_url
- node.type.character
module:
- path
- text
id: node.character.default
targetEntityType: node
bundle: character
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: { }
field_affiliation:
type: string_textfield
weight: 130
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_bio:
type: string_textarea
weight: 131
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_birth:
type: string_textfield
weight: 126
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_character_height:
type: string_textfield
weight: 123
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_character_id:
type: string_textfield
weight: 133
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_character_image:
type: string_textfield
weight: 132
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_character_title:
type: string_textfield
weight: 128
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_death:
type: string_textfield
weight: 127
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_eyes:
type: string_textfield
weight: 125
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_hair:
type: string_textfield
weight: 124
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_occupation:
type: string_textfield
weight: 129
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_species:
type: string_textfield
weight: 122
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_youtube_url:
type: string_textfield
weight: 134
region: content
settings:
size: 60
placeholder: ''
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

@@ -54,16 +54,17 @@ third_party_settings:
- field_decisions
label: 'Personal Information'
region: content
parent_name: ''
weight: 0
format_type: fieldset
parent_name: group_sections
weight: 1
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
formatter: closed
description: ''
required_fields: true
effect: none
group_statistics:
children:
- field_first_round_finishes
@@ -90,16 +91,17 @@ third_party_settings:
- field_strikes_to_leg
label: Statistics
region: content
parent_name: ''
weight: 2
format_type: fieldset
parent_name: group_sections
weight: 3
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
formatter: closed
description: ''
required_fields: true
effect: none
group_measureables:
children:
- field_weight
@@ -108,16 +110,34 @@ third_party_settings:
- field_leg_reach
label: Measureables
region: content
parent_name: ''
weight: 1
format_type: fieldset
parent_name: group_sections
weight: 2
format_type: tab
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
formatter: closed
description: ''
required_fields: true
effect: none
required_fields: false
group_sections:
children:
- group_personal_information
- group_measureables
- group_statistics
label: Sections
region: content
parent_name: ''
weight: 0
format_type: tabs
format_settings:
classes: ''
show_empty_fields: false
id: ''
label_as_html: false
direction: vertical
width_breakpoint: 640
id: node.fighter.default
targetEntityType: node
bundle: fighter
@@ -351,13 +371,13 @@ content:
third_party_settings: { }
path:
type: path
weight: 3
weight: 4
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 4
weight: 5
region: content
settings:
display_label: true

View File

@@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.field.node.snippet.body
- field.field.node.snippet.field_snippet_type
- node.type.snippet
module:
- path
@@ -15,7 +16,7 @@ mode: default
content:
body:
type: text_textarea_with_summary
weight: 121
weight: 8
region: content
settings:
rows: 9
@@ -25,40 +26,46 @@ content:
third_party_settings: { }
created:
type: datetime_timestamp
weight: 10
weight: 2
region: content
settings: { }
third_party_settings: { }
field_snippet_type:
type: options_select
weight: 7
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 30
weight: 5
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 15
weight: 3
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 120
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 16
weight: 4
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: -5
weight: 0
region: content
settings:
size: 60
@@ -66,7 +73,7 @@ content:
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 5
weight: 1
region: content
settings:
match_operator: CONTAINS

View File

@@ -0,0 +1,21 @@
uuid: dce2be7f-5b33-4447-8834-c18a5b8af138
langcode: en
status: true
dependencies:
config:
- block_content.type.tabs
- field.field.block_content.tabs.field_tabs
id: block_content.tabs.default
targetEntityType: block_content
bundle: tabs
mode: default
content:
field_tabs:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
hidden: { }

View File

@@ -1,32 +0,0 @@
uuid: 3075774e-8d09-4b76-9087-cdb0ff2ce977
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.rss
- field.field.node.article.body
- field.field.node.article.field_article_image
- field.field.node.article.field_banner_color
- field.field.node.article.field_read_time
- field.field.node.article.field_slideshow
- field.field.node.article.field_tags
- node.type.article
module:
- user
_core:
default_config_hash: 2rIr6K5Q0UQ9khg0zE_CK-PtJH76UL-BDDZcZnZzwCc
id: node.article.rss
targetEntityType: node
bundle: article
mode: rss
content:
links:
weight: 100
region: content
hidden:
body: true
field_article_image: true
field_banner_color: true
field_read_time: true
field_slideshow: true
field_tags: true

View File

@@ -0,0 +1,144 @@
uuid: 479a82e8-c342-4db9-9cb1-1e27a98c4677
langcode: en
status: true
dependencies:
config:
- field.field.node.character.body
- field.field.node.character.field_affiliation
- field.field.node.character.field_bio
- field.field.node.character.field_birth
- field.field.node.character.field_character_height
- field.field.node.character.field_character_id
- field.field.node.character.field_character_image
- field.field.node.character.field_character_title
- field.field.node.character.field_death
- field.field.node.character.field_eyes
- field.field.node.character.field_hair
- field.field.node.character.field_occupation
- field.field.node.character.field_species
- field.field.node.character.field_youtube_url
- node.type.character
module:
- text
- user
id: node.character.default
targetEntityType: node
bundle: character
mode: default
content:
body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 101
region: content
field_affiliation:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 110
region: content
field_bio:
type: basic_string
label: above
settings: { }
third_party_settings: { }
weight: 111
region: content
field_birth:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 106
region: content
field_character_height:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 103
region: content
field_character_id:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 113
region: content
field_character_image:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 112
region: content
field_character_title:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 108
region: content
field_death:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 107
region: content
field_eyes:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 105
region: content
field_hair:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 104
region: content
field_occupation:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 109
region: content
field_species:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 102
region: content
field_youtube_url:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 114
region: content
links:
settings: { }
third_party_settings: { }
weight: 100
region: content
hidden: { }

View File

@@ -0,0 +1,56 @@
uuid: 24def11f-0e5d-4167-a6f9-d0b608ba8c7f
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.character.body
- field.field.node.character.field_affiliation
- field.field.node.character.field_bio
- field.field.node.character.field_birth
- field.field.node.character.field_character_height
- field.field.node.character.field_character_id
- field.field.node.character.field_character_image
- field.field.node.character.field_character_title
- field.field.node.character.field_death
- field.field.node.character.field_eyes
- field.field.node.character.field_hair
- field.field.node.character.field_occupation
- field.field.node.character.field_species
- field.field.node.character.field_youtube_url
- node.type.character
module:
- text
- user
id: node.character.teaser
targetEntityType: node
bundle: character
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:
field_affiliation: true
field_bio: true
field_birth: true
field_character_height: true
field_character_id: true
field_character_image: true
field_character_title: true
field_death: true
field_eyes: true
field_hair: true
field_occupation: true
field_species: true
field_youtube_url: true

View File

@@ -14,7 +14,6 @@ dependencies:
- field.field.node.fight.field_result
- node.type.fight
module:
- text
- user
_core:
default_config_hash: Dt3pqz6EQQpvKsbHclY7SPC3AwZyuwcdljq7oHP7oZk
@@ -23,20 +22,13 @@ targetEntityType: node
bundle: fight
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:
body: true
field_accuracy: true
field_event: true
field_fight_date: true

View File

@@ -1,180 +0,0 @@
uuid: 5fdb29f0-5562-428d-85cc-d54562982763
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.featured_content
- field.field.node.fighter.body
- field.field.node.fighter.field_absorbed_per_min
- field.field.node.fighter.field_age
- field.field.node.fighter.field_average_fight_time
- field.field.node.fighter.field_clinch_strikes
- field.field.node.fighter.field_decisions
- field.field.node.fighter.field_division
- field.field.node.fighter.field_first_name
- field.field.node.fighter.field_first_round_finishes
- field.field.node.fighter.field_grappling_accuracy
- field.field.node.fighter.field_ground_strikes
- field.field.node.fighter.field_height
- field.field.node.fighter.field_knockdown_ratio
- field.field.node.fighter.field_knockouts
- field.field.node.fighter.field_last_name
- field.field.node.fighter.field_leg_reach
- field.field.node.fighter.field_losses
- field.field.node.fighter.field_player_photo
- field.field.node.fighter.field_reach
- field.field.node.fighter.field_sig_strike_defense
- field.field.node.fighter.field_standing_strikes
- field.field.node.fighter.field_strikes_per_minute
- field.field.node.fighter.field_strikes_to_body
- field.field.node.fighter.field_strikes_to_head
- field.field.node.fighter.field_strikes_to_leg
- field.field.node.fighter.field_striking_accuracy
- field.field.node.fighter.field_submission_avg_per_15
- field.field.node.fighter.field_submissions
- field.field.node.fighter.field_takedown_defense
- field.field.node.fighter.field_takedowns_per_15
- field.field.node.fighter.field_ties
- field.field.node.fighter.field_weight
- field.field.node.fighter.field_wins
- field.field.node.fighter.layout_builder__layout
- node.type.fighter
module:
- field_group
- layout_builder
- user
third_party_settings:
field_group:
group_statistics:
children:
- field_absorbed_per_min
- field_average_fight_time
- field_clinch_strikes
- field_decisions
- field_first_round_finishes
- field_grappling_accuracy
- field_ground_strikes
- field_knockdown_ratio
- field_knockouts
- field_sig_strike_defense
- field_standing_strikes
- field_strikes_per_minute
- field_strikes_to_body
- field_strikes_to_head
- field_strikes_to_leg
- field_striking_accuracy
- field_submission_avg_per_15
- field_submissions
- field_takedown_defense
- field_takedowns_per_15
label: Statistics
parent_name: ''
region: hidden
weight: 14
format_type: fieldset
format_settings:
classes: ''
show_empty_fields: false
id: ''
description: ''
required_fields: false
effect: none
open: true
layout_builder:
enabled: false
allow_custom: false
_core:
default_config_hash: MH5SpFba0GSKWI8udSmfixgQIsqdyZZE-aFay0oJ-So
id: node.fighter.featured_content
targetEntityType: node
bundle: fighter
mode: featured_content
content:
field_division:
type: entity_reference_label
label: hidden
settings:
link: true
third_party_settings: { }
weight: 6
region: content
field_first_name:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 1
region: content
field_last_name:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 2
region: content
field_losses:
type: number_integer
label: hidden
settings:
thousand_separator: ''
prefix_suffix: true
third_party_settings: { }
weight: 4
region: content
field_player_photo:
type: entity_reference_entity_view
label: hidden
settings:
view_mode: full
link: false
third_party_settings: { }
weight: 0
region: content
field_ties:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 5
region: content
field_wins:
type: number_integer
label: hidden
settings:
thousand_separator: ''
prefix_suffix: true
third_party_settings: { }
weight: 3
region: content
hidden:
body: true
field_absorbed_per_min: true
field_age: true
field_average_fight_time: true
field_clinch_strikes: true
field_decisions: true
field_first_round_finishes: true
field_grappling_accuracy: true
field_ground_strikes: true
field_height: true
field_knockdown_ratio: true
field_knockouts: true
field_leg_reach: true
field_reach: true
field_sig_strike_defense: true
field_standing_strikes: true
field_strikes_per_minute: true
field_strikes_to_body: true
field_strikes_to_head: true
field_strikes_to_leg: true
field_striking_accuracy: true
field_submission_avg_per_15: true
field_submissions: true
field_takedown_defense: true
field_takedowns_per_15: true
field_weight: true
layout_builder__layout: true
links: true

View File

@@ -1,103 +0,0 @@
uuid: be9b697f-c86f-4de3-9a8e-13bbd743a872
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.rss
- field.field.node.fighter.body
- field.field.node.fighter.field_absorbed_per_min
- field.field.node.fighter.field_age
- field.field.node.fighter.field_average_fight_time
- field.field.node.fighter.field_clinch_strikes
- field.field.node.fighter.field_decisions
- field.field.node.fighter.field_division
- field.field.node.fighter.field_first_name
- field.field.node.fighter.field_first_round_finishes
- field.field.node.fighter.field_grappling_accuracy
- field.field.node.fighter.field_ground_strikes
- field.field.node.fighter.field_height
- field.field.node.fighter.field_knockdown_ratio
- field.field.node.fighter.field_knockouts
- field.field.node.fighter.field_last_name
- field.field.node.fighter.field_leg_reach
- field.field.node.fighter.field_losses
- field.field.node.fighter.field_player_photo
- field.field.node.fighter.field_reach
- field.field.node.fighter.field_sig_strike_defense
- field.field.node.fighter.field_standing_strikes
- field.field.node.fighter.field_strikes_per_minute
- field.field.node.fighter.field_strikes_to_body
- field.field.node.fighter.field_strikes_to_head
- field.field.node.fighter.field_strikes_to_leg
- field.field.node.fighter.field_striking_accuracy
- field.field.node.fighter.field_submission_avg_per_15
- field.field.node.fighter.field_submissions
- field.field.node.fighter.field_takedown_defense
- field.field.node.fighter.field_takedowns_per_15
- field.field.node.fighter.field_ties
- field.field.node.fighter.field_weight
- field.field.node.fighter.field_wins
- field.field.node.fighter.layout_builder__layout
- image.style.thumbnail
- node.type.fighter
module:
- media
- user
_core:
default_config_hash: VtfMF8SddUcSBRJX8xKxUazJHunykZzj2o-aEhy6C6w
id: node.fighter.rss
targetEntityType: node
bundle: fighter
mode: rss
content:
field_last_name:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 1
region: content
field_player_photo:
type: media_thumbnail
label: hidden
settings:
image_link: ''
image_style: thumbnail
third_party_settings: { }
weight: 0
region: content
hidden:
body: true
field_absorbed_per_min: true
field_age: true
field_average_fight_time: true
field_clinch_strikes: true
field_decisions: true
field_division: true
field_first_name: true
field_first_round_finishes: true
field_grappling_accuracy: true
field_ground_strikes: true
field_height: true
field_knockdown_ratio: true
field_knockouts: true
field_leg_reach: true
field_losses: true
field_reach: true
field_sig_strike_defense: true
field_standing_strikes: true
field_strikes_per_minute: true
field_strikes_to_body: true
field_strikes_to_head: true
field_strikes_to_leg: true
field_striking_accuracy: true
field_submission_avg_per_15: true
field_submissions: true
field_takedown_defense: true
field_takedowns_per_15: true
field_ties: true
field_weight: true
field_wins: true
layout_builder__layout: true
links: true

View File

@@ -8,6 +8,7 @@ dependencies:
- node.type.page
module:
- layout_builder
- layout_builder_restrictions
- layout_discovery
- text
- user
@@ -52,6 +53,20 @@ third_party_settings:
weight: 0
additional: { }
third_party_settings: { }
layout_builder_restrictions:
allowed_block_categories: { }
entity_view_mode_restriction:
allowed_layouts: { }
denylisted_blocks: { }
allowlisted_blocks: { }
restricted_categories:
- 'Content fields'
- Forms
- Help
- Menus
- System
- User
- core
_core:
default_config_hash: M_Y8L5tfmhx7DR143E05YyZSpvgil6VFvqcfBWykalg
id: node.page.default

View File

@@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.field.node.snippet.body
- field.field.node.snippet.field_snippet_type
- node.type.snippet
module:
- layout_builder
@@ -18,12 +19,35 @@ third_party_settings:
-
layout_id: layout_onecol
layout_settings:
label: ''
label: 'Banner Section'
context_mapping: { }
layout_builder_styles_style:
0: ''
1: ''
container: container
hero: 0
components:
c1ad47bd-26cf-459e-acec-db1bd9026963:
uuid: c1ad47bd-26cf-459e-acec-db1bd9026963
region: content
configuration:
id: 'field_block:node:snippet:title'
label: Title
label_display: '0'
provider: layout_builder
context_mapping:
entity: layout_builder.entity
view_mode: view_mode
formatter:
type: html_field_formatter
label: hidden
settings:
tag: h1
class: ''
link: false
third_party_settings: { }
weight: 1
additional: { }
36c2345c-4ba4-493e-8df8-21a171c4d12c:
uuid: 36c2345c-4ba4-493e-8df8-21a171c4d12c
region: content
@@ -34,6 +58,16 @@ third_party_settings:
entity: layout_builder.entity
weight: 0
additional: { }
third_party_settings: { }
-
layout_id: layout_onecol
layout_settings:
label: ''
context_mapping: { }
layout_builder_styles_style:
container: container
hero: 0
components:
431863a8-5042-43dd-9685-eb24199b12c9:
uuid: 431863a8-5042-43dd-9685-eb24199b12c9
region: content
@@ -47,6 +81,25 @@ third_party_settings:
label: hidden
settings: { }
third_party_settings: { }
weight: 2
additional: { }
b99b0ee4-f80a-4ddb-9efa-abf6809ba225:
uuid: b99b0ee4-f80a-4ddb-9efa-abf6809ba225
region: content
configuration:
id: 'field_block:node:snippet:field_snippet_type'
label: 'Snippet Type'
label_display: '0'
provider: layout_builder
context_mapping:
entity: layout_builder.entity
view_mode: view_mode
formatter:
type: entity_reference_label
label: hidden
settings:
link: false
third_party_settings: { }
weight: 1
additional: { }
third_party_settings: { }
@@ -62,6 +115,14 @@ content:
third_party_settings: { }
weight: 101
region: content
field_snippet_type:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 102
region: content
links:
settings: { }
third_party_settings: { }

View File

@@ -5,6 +5,7 @@ dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.snippet.body
- field.field.node.snippet.field_snippet_type
- node.type.snippet
module:
- text
@@ -27,4 +28,5 @@ content:
third_party_settings: { }
weight: 100
region: content
hidden: { }
hidden:
field_snippet_type: true

View File

@@ -1,11 +0,0 @@
uuid: 02e3abbf-005d-4ada-a50d-0c6daa8eb758
langcode: en
status: true
dependencies:
module:
- node
id: node.featured_content
label: 'Featured Content'
description: 'A featured content card.'
targetEntityType: node
cache: true

View File

@@ -1,13 +0,0 @@
uuid: c763b784-d39a-45f9-a3bc-5834e91bf5a1
langcode: en
status: false
dependencies:
module:
- node
_core:
default_config_hash: l8fiAFE3Kng_6bhLlUDnVTkTDzXWxzYFrCWTrngVXEA
id: node.rss
label: RSS
description: ''
targetEntityType: node
cache: true

View File

@@ -14,14 +14,15 @@ module:
contextual: 0
datetime: 0
dblog: 0
dc_components: 0
dc_core: 0
editor: 0
entity_clone: 0
field: 0
field_group: 0
field_ui: 0
file: 0
filter: 0
gin_lb: 0
gin_login: 0
gin_toolbar: 0
google_tag: 0
@@ -31,6 +32,7 @@ module:
image: 0
layout_builder: 0
layout_builder_iframe_modal: 0
layout_builder_restrictions: 0
layout_builder_styles: 0
layout_discovery: 0
link: 0
@@ -39,7 +41,6 @@ module:
media_library: 0
menu_link_content: 0
menu_ui: 0
mysql: 0
node: 0
nodepath_access: 0
options: 0
@@ -51,6 +52,7 @@ module:
settings_tray: 0
shortcut: 0
smtp: 0
sqlite: 0
system: 0
taxonomy: 0
text: 0
@@ -63,6 +65,8 @@ module:
user: 0
video_compressor: 0
views_ui: 0
webform: 0
webform_ui: 0
pathauto: 1
views: 10
minimal: 1000

View File

@@ -0,0 +1,50 @@
uuid: 989c182e-79a5-4b3c-a0b4-2b6a496abad7
langcode: en
status: true
dependencies:
config:
- filter.format.webform_default
module:
- ckeditor5
format: webform_default
editor: ckeditor5
settings:
toolbar:
items:
- heading
- '|'
- bold
- italic
- subscript
- superscript
- '|'
- specialCharacters
- '|'
- numberedList
- bulletedList
- '|'
- link
- '|'
- indent
- outdent
- '|'
- blockQuote
- '|'
- sourceEditing
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_list:
properties:
reversed: true
startIndex: true
multiBlock: true
ckeditor5_sourceEditing:
allowed_tags: { }
image_upload:
status: false

View File

@@ -0,0 +1,41 @@
cloneable_entities:
- block
- block_content
- block_content_type
- config_split
- editor
- field_config
- field_storage_config
- file
- filter_format
- google_tag_container
- image_style
- layout_builder_style_group
- layout_builder_style
- media
- media_type
- menu_link_content
- node_type
- node
- path_alias
- responsive_image_style
- search_page
- shortcut
- shortcut_set
- menu
- action
- taxonomy_term
- taxonomy_vocabulary
- user
- user_role
- pathauto_pattern
- view
- entity_form_display
- entity_view_mode
- entity_view_display
- entity_form_mode
- date_format
- base_field_override
- webform_options
- webform_submission
- webform

View File

@@ -0,0 +1,19 @@
uuid: 5867319d-a0d2-4e29-a92b-c1ca4927ac29
langcode: en
status: true
dependencies:
config:
- block_content.type.tabs
- field.storage.block_content.field_tabs
id: block_content.tabs.field_tabs
field_name: field_tabs
entity_type: block_content
bundle: tabs
label: Tabs
description: 'The tabs for display in the left sidebar.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -1,16 +1,16 @@
uuid: 7878bf2c-a3a4-42a7-a6cd-79f860d15395
uuid: 80d0a192-5c4d-4cda-93e1-870f855cac8b
langcode: en
status: true
dependencies:
config:
- field.storage.node.body
- node.type.fight
- node.type.character
module:
- text
id: node.fight.body
id: node.character.body
field_name: body
entity_type: node
bundle: fight
bundle: character
label: Body
description: ''
required: false
@@ -20,4 +20,5 @@ default_value_callback: ''
settings:
display_summary: true
required_summary: false
allowed_formats: { }
field_type: text_with_summary

View File

@@ -0,0 +1,19 @@
uuid: 4c6e8b99-eb9b-4634-935b-948c024e72a3
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_affiliation
- node.type.character
id: node.character.field_affiliation
field_name: field_affiliation
entity_type: node
bundle: character
label: Affiliation
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: 18b4867f-effc-4553-8627-a1aaf80e68c3
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_bio
- node.type.character
id: node.character.field_bio
field_name: field_bio
entity_type: node
bundle: character
label: Bio
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string_long

View File

@@ -0,0 +1,19 @@
uuid: 1763dbc2-62fc-49c3-9f01-f9acaac0c4e1
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_birth
- node.type.character
id: node.character.field_birth
field_name: field_birth
entity_type: node
bundle: character
label: Birth
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: 132cc777-6533-4e5b-8762-38a733669cb3
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_character_height
- node.type.character
id: node.character.field_character_height
field_name: field_character_height
entity_type: node
bundle: character
label: 'Character Height'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: a29b9170-102a-4ec8-9e3d-5f9753e1699a
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_character_id
- node.type.character
id: node.character.field_character_id
field_name: field_character_id
entity_type: node
bundle: character
label: 'Character ID'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: e6f89f44-7cba-4360-97f4-ce6965f33ce7
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_character_image
- node.type.character
id: node.character.field_character_image
field_name: field_character_image
entity_type: node
bundle: character
label: 'Character Image'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: 17db66aa-b473-4d1d-afff-5f7c88e0bd80
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_character_title
- node.type.character
id: node.character.field_character_title
field_name: field_character_title
entity_type: node
bundle: character
label: 'Character Title'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: a5a1c965-7af6-4faa-a3cf-3c131763a773
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_death
- node.type.character
id: node.character.field_death
field_name: field_death
entity_type: node
bundle: character
label: Death
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: 4bda02a6-69f3-4b27-ac72-3f027d1e3152
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_eyes
- node.type.character
id: node.character.field_eyes
field_name: field_eyes
entity_type: node
bundle: character
label: Eyes
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: cfee06de-ce52-463a-8d61-7b721bdd2bed
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_hair
- node.type.character
id: node.character.field_hair
field_name: field_hair
entity_type: node
bundle: character
label: Hair
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: 7744cca4-4932-4442-9fb8-0462dfabbd4f
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_occupation
- node.type.character
id: node.character.field_occupation
field_name: field_occupation
entity_type: node
bundle: character
label: Occupation
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: 624eedb4-58c4-4603-86f3-67ab741a9fbb
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_species
- node.type.character
id: node.character.field_species
field_name: field_species
entity_type: node
bundle: character
label: Species
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -0,0 +1,19 @@
uuid: 5ffa4097-265d-46f6-8c1e-90b094b8c09a
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_youtube_url
- node.type.character
id: node.character.field_youtube_url
field_name: field_youtube_url
entity_type: node
bundle: character
label: 'Youtube URL'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string

View File

@@ -1,17 +1,17 @@
uuid: 08eeb95e-ad83-449b-b420-405c92f94888
uuid: 800af856-54e3-4ebe-b24a-ca0710c2abe6
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_event
- node.type.fight
- taxonomy.vocabulary.ufc_events
id: node.fight.field_event
field_name: field_event
- field.storage.node.field_snippet_type
- node.type.snippet
- taxonomy.vocabulary.tags
id: node.snippet.field_snippet_type
field_name: field_snippet_type
entity_type: node
bundle: fight
label: Event
description: 'The event for this fight.'
bundle: snippet
label: 'Snippet Type'
description: 'Type of snippet'
required: false
translatable: false
default_value: { }
@@ -20,10 +20,10 @@ settings:
handler: 'default:taxonomy_term'
handler_settings:
target_bundles:
ufc_events: ufc_events
tags: tags
sort:
field: name
direction: asc
auto_create: false
auto_create: true
auto_create_bundle: ''
field_type: entity_reference

View File

@@ -0,0 +1,21 @@
uuid: 029bb325-4388-4b23-b507-1732300fc63a
langcode: en
status: true
dependencies:
module:
- block_content
id: block_content.field_tabs
field_name: field_tabs
entity_type: block_content
type: string
settings:
max_length: 255
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@@ -1,17 +1,17 @@
uuid: 0c81c2da-1979-4b37-a29b-e0cdb78e8995
uuid: 4b7e648d-ba37-41ec-9187-e748daf368f7
langcode: en
status: true
dependencies:
module:
- node
id: node.field_last_name
field_name: field_last_name
id: node.field_affiliation
field_name: field_affiliation
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1

View File

@@ -0,0 +1,19 @@
uuid: f406f118-ea86-4a33-ac6e-e1d09b87f4f4
langcode: en
status: true
dependencies:
module:
- node
id: node.field_bio
field_name: field_bio
entity_type: node
type: string_long
settings:
case_sensitive: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@@ -1,17 +1,17 @@
uuid: 82eb82a9-7025-4857-bcd2-efa273514971
uuid: 068e2f6b-934d-4118-b0a1-17e780d81b13
langcode: en
status: true
dependencies:
module:
- node
id: node.field_wins
field_name: field_wins
id: node.field_birth
field_name: field_birth
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1

View File

@@ -0,0 +1,21 @@
uuid: 263907a5-1702-4dda-990e-2f76643987c2
langcode: en
status: true
dependencies:
module:
- node
id: node.field_character_height
field_name: field_character_height
entity_type: node
type: string
settings:
max_length: 255
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@@ -1,17 +1,17 @@
uuid: d6738d5c-af34-4bcb-b217-ff61904886d4
uuid: 0c96de94-5f84-4e47-b67c-5c363b6a7ae8
langcode: en
status: true
dependencies:
module:
- node
id: node.field_prediction
field_name: field_prediction
id: node.field_character_id
field_name: field_character_id
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1

View File

@@ -0,0 +1,21 @@
uuid: 01bd19ce-13e2-45a4-8348-d2fd908b5aab
langcode: en
status: true
dependencies:
module:
- node
id: node.field_character_image
field_name: field_character_image
entity_type: node
type: string
settings:
max_length: 255
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@@ -0,0 +1,21 @@
uuid: b1899bf3-91e6-4fe0-b8be-adbe4d0d34cb
langcode: en
status: true
dependencies:
module:
- node
id: node.field_character_title
field_name: field_character_title
entity_type: node
type: string
settings:
max_length: 255
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

View File

@@ -1,17 +1,17 @@
uuid: 82eb82a9-7025-4857-bcd2-efa273514971
uuid: ab4d27bb-42e3-4037-97fd-5ad09be75752
langcode: en
status: true
dependencies:
module:
- node
id: node.field_wins
field_name: field_wins
id: node.field_death
field_name: field_death
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1

View File

@@ -1,17 +1,17 @@
uuid: 73d01cd2-072a-4cc9-b96c-3fa3164124bc
uuid: a97487c7-595b-4699-9759-49025b73a01f
langcode: en
status: true
dependencies:
module:
- node
id: node.field_ties
field_name: field_ties
id: node.field_eyes
field_name: field_eyes
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1

View File

@@ -1,17 +1,17 @@
uuid: 73d01cd2-072a-4cc9-b96c-3fa3164124bc
uuid: a4946a89-8d0c-414d-97f1-ae620cd86d0b
langcode: en
status: true
dependencies:
module:
- node
id: node.field_ties
field_name: field_ties
id: node.field_hair
field_name: field_hair
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1

View File

@@ -1,17 +1,17 @@
uuid: 28585605-54e4-49ca-9d74-468ceba7fafe
uuid: 024e4bd4-9ba5-49c0-a6ea-9bdddf38aeb2
langcode: en
status: true
dependencies:
module:
- node
id: node.field_first_name
field_name: field_first_name
id: node.field_occupation
field_name: field_occupation
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1

View File

@@ -1,19 +1,19 @@
uuid: f85fe501-9759-424f-ae4c-9c7120715c08
uuid: e53b2d86-1969-4398-a78e-71d3f69ab586
langcode: en
status: true
dependencies:
module:
- node
- taxonomy
id: node.field_event
field_name: field_event
id: node.field_snippet_type
field_name: field_snippet_type
entity_type: node
type: entity_reference
settings:
target_type: taxonomy_term
module: core
locked: false
cardinality: 1
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false

View File

@@ -1,17 +1,17 @@
uuid: 288335f6-1fff-4f29-a2af-70616c13c9ba
uuid: 2c39a96f-7ef9-4154-8228-c9734621758f
langcode: en
status: true
dependencies:
module:
- node
id: node.field_losses
field_name: field_losses
id: node.field_species
field_name: field_species
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1

View File

@@ -1,17 +1,17 @@
uuid: 288335f6-1fff-4f29-a2af-70616c13c9ba
uuid: 03f835a0-afa9-4389-a147-c40de87ccd60
langcode: en
status: true
dependencies:
module:
- node
id: node.field_losses
field_name: field_losses
id: node.field_youtube_url
field_name: field_youtube_url
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
is_ascii: false
module: core
locked: false
cardinality: 1

View File

@@ -0,0 +1,13 @@
uuid: ec75436f-96b6-4eec-baad-6d5079a8e7ee
langcode: en
status: true
dependencies:
enforced:
module:
- webform
_core:
default_config_hash: EeKp_M4Oid3erARiAam9rsgBKR91uEnFkEP3aZS2ol8
name: 'Webform (Default) - DO NOT EDIT'
format: webform_default
weight: 100
filters: { }

View File

@@ -26,4 +26,4 @@ focus_color: ''
layout_density: small
show_description_toggle: false
show_user_theme_settings: false
sticky_action_buttons: false
sticky_action_buttons: true

View File

@@ -0,0 +1,7 @@
_core:
default_config_hash: Um_xSc6nOhSP5pfhCboUKWpzJ3S-t4ZdmTKOMnK_D1A
toastify_loading: cdn
enable_preview_regions: false
hide_discard_button: true
hide_revert_button: true
save_behavior: stay

View File

@@ -0,0 +1,10 @@
uuid: 70302d07-bfee-48ee-bb23-e9e80a1e698e
langcode: en
status: true
dependencies: { }
id: margin
label: Margin
multiselect: single
form_type: checkboxes
required: false
weight: 0

View File

@@ -0,0 +1,10 @@
uuid: e9d91443-13c2-4268-9a32-c01fc51cc190
langcode: en
status: true
dependencies: { }
id: padding
label: Padding
multiselect: single
form_type: checkboxes
required: false
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: bc07061c-82ad-4aa4-afc7-c301116ae40f
langcode: en
status: true
dependencies: { }
id: margin_1
label: 'Margin 1'
classes: margin-1
type: section
group: margin
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: 5f255831-9062-474b-b5ef-dc7e5887c5d6
langcode: en
status: true
dependencies: { }
id: margin_2
label: 'Margin 2'
classes: margin-2
type: section
group: margin
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: 16320c1a-921e-4632-8344-96c6267679ee
langcode: en
status: true
dependencies: { }
id: margin_bottom_1
label: 'Margin-Bottom 1'
classes: m-bottom-1
type: section
group: margin
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: 35adcabb-b101-49b6-bfde-c4fd8aa12318
langcode: en
status: true
dependencies: { }
id: margin_bottom_2
label: 'Margin Bottom 2'
classes: m-bottom-2
type: section
group: margin
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: 4b80fcaf-a635-4d8c-ad89-69617358314b
langcode: en
status: true
dependencies: { }
id: margin_top_1
label: 'Margin Top 1'
classes: m-top-1
type: section
group: margin
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: a3c7e5af-6a92-4285-8d51-828e2474bbba
langcode: en
status: true
dependencies: { }
id: margin_top_2
label: 'Margin Top 2'
classes: m-top-2
type: section
group: margin
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: b99842e1-4069-47e6-adc0-12aef9f74459
langcode: en
status: true
dependencies: { }
id: padding_1
label: 'Padding 1'
classes: padding-1
type: section
group: padding
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: 07687ee7-ab63-48a8-ad37-6c67b90d0734
langcode: en
status: true
dependencies: { }
id: padding_2
label: 'Padding 2'
classes: padding-2
type: section
group: padding
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: 819beef4-2e09-4c85-951f-f9d5ea8f8cd7
langcode: en
status: true
dependencies: { }
id: padding_topbottom_1
label: 'Padding TopBottom 1'
classes: p-topbottom-1
type: section
group: padding
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

@@ -0,0 +1,12 @@
uuid: a0beff02-1f3b-48a7-a3f0-ad8910c17d70
langcode: en
status: true
dependencies: { }
id: padding_topbottom_2
label: 'Padding TopBottom 2'
classes: p-topbottom-2
type: section
group: padding
block_restrictions: { }
layout_restrictions: { }
weight: 0

View File

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

View File

@@ -1,4 +1,4 @@
uuid: 58dd5a4f-c2b6-490c-8d82-109621022e9a
uuid: 6b21c19b-018d-456a-9ee8-070116668eb7
langcode: en
status: true
dependencies:
@@ -9,10 +9,10 @@ third_party_settings:
available_menus:
- main
parent: 'main:'
name: Fight
type: fight
description: 'A fight between two fighters.'
help: ''
name: Character
type: character
description: 'Use to create a character in Lord of the Rings'
help: null
new_revision: true
preview_mode: 1
display_submitted: false

View File

@@ -13,7 +13,7 @@ _core:
default_config_hash: '-oNx4Ml6aAH2vsCaF2Xf1lO994OOn3LlkHRzDs-CacA'
name: Fight
type: fight
description: 'A fight between two fighters.'
description: 'Use to create a fight between two fighters.'
help: null
new_revision: true
preview_mode: 1

View File

@@ -13,7 +13,7 @@ _core:
default_config_hash: cnV8ZFMmV0F85P7RKCraA1vQc576ElQMYcw86QILGTs
name: Fighter
type: fighter
description: 'A fighter.'
description: 'Use to create a fighter.'
help: null
new_revision: true
preview_mode: 1

View File

@@ -1,12 +1,19 @@
uuid: a1065b81-d7a0-46bc-a1bf-44a0b76450ff
langcode: en
status: true
dependencies: { }
dependencies:
module:
- menu_ui
third_party_settings:
menu_ui:
available_menus:
- main
parent: 'main:'
_core:
default_config_hash: KuyA4NHPXcmKAjRtwa0vQc2ZcyrUJy6IlS2TAyMNRbc
name: 'Basic page'
type: page
description: "Use <em>basic pages</em> for your static content, such as an 'About us' page."
description: "Use for your general content, such as an 'About us' page."
help: null
new_revision: true
preview_mode: 1

View File

@@ -11,7 +11,7 @@ third_party_settings:
parent: 'main:'
name: Snippet
type: snippet
description: 'A snippet of code.'
description: 'Use to create a snippet of code.'
help: null
new_revision: true
preview_mode: 1

View File

@@ -0,0 +1,13 @@
uuid: ff895aa9-52d7-4e14-9856-81b1763f23a4
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: OmnschvBLb9ZJn0iVyBd2odf8U8Nt0INjRbRMixZw9U
id: webform_archive_action
label: 'Archive webform'
type: webform
plugin: webform_archive_action
configuration: { }

View File

@@ -0,0 +1,13 @@
uuid: 74ebcee1-b4a2-4bcb-9aa0-16346bb1083d
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: Dl-1T9PDkraB7MyMUjTJAioPEx6UNvIB9gqmnB1CRkk
id: webform_close_action
label: 'Close webform'
type: webform
plugin: webform_close_action
configuration: { }

View File

@@ -0,0 +1,13 @@
uuid: 08d1ab76-7b45-43cf-b943-75b0dd95a531
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: e1bCTp0ryXZZtnS9nlVAbtoWz3-8fmbNlqKY3GHzbsM
id: webform_delete_action
label: 'Delete webform'
type: webform
plugin: webform_delete_action
configuration: { }

View File

@@ -0,0 +1,13 @@
uuid: a6d1fff2-e34e-4e5c-886a-7a620dd08fb5
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: AK83C-dOZEPruvi6GbkuhihWLnO4VtrbesqSC6izf4o
id: webform_open_action
label: 'Open webform'
type: webform
plugin: webform_open_action
configuration: { }

View File

@@ -0,0 +1,13 @@
uuid: a48119d4-8217-49f3-a65e-b92e80e2ff0b
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: TBnl4vapW7sy5bRi7TcF-ueJnvz7aZNLif95ifvhfTQ
id: webform_submission_delete_action
label: 'Delete submission'
type: webform_submission
plugin: webform_submission_delete_action
configuration: { }

View File

@@ -0,0 +1,13 @@
uuid: 7efd3cb4-3dd4-46af-81ed-fa591e3cbea6
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: MKmZlPRk3OJKNcYdYxSeZGQUh7LMah6MRShfkzch4bk
id: webform_submission_make_lock_action
label: 'Lock submission'
type: webform_submission
plugin: webform_submission_make_lock_action
configuration: { }

View File

@@ -0,0 +1,13 @@
uuid: 39578fa9-c253-4491-b7f6-6fc056008920
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: mPWBT52fKHyINRl9S3cCWFxY3rKbwkIRxaK6sIA26oo
id: webform_submission_make_sticky_action
label: 'Star/flag submission'
type: webform_submission
plugin: webform_submission_make_sticky_action
configuration: { }

View File

@@ -0,0 +1,13 @@
uuid: 8b6c9e1e-e643-4ac7-89da-1a3165f941a0
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: begZ0-RmTzO_zDAwEKA2lKvtGYw1vbFOzbQOJzUbZX0
id: webform_submission_make_unlock_action
label: 'Unlock submission'
type: webform_submission
plugin: webform_submission_make_unlock_action
configuration: { }

View File

@@ -0,0 +1,13 @@
uuid: c4801608-aa3f-4ea7-814f-8c3ca0efd35d
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: n4gTFiUsdp7gw6yWUlDbKFEasZLCgXWWCmm7eJejay0
id: webform_submission_make_unsticky_action
label: 'Unstar/unflag submission'
type: webform_submission
plugin: webform_submission_make_unsticky_action
configuration: { }

View File

@@ -0,0 +1,13 @@
uuid: 2f023b02-a367-4879-852f-2d38d0cf4fcd
langcode: en
status: true
dependencies:
module:
- webform
_core:
default_config_hash: aqi5Ftlnhe9KyOowpK7CanEvJMBBo8xAR1dA99bKOuc
id: webform_unarchive_action
label: 'Restore webform'
type: webform
plugin: webform_unarchive_action
configuration: { }

View File

@@ -8,7 +8,7 @@ slogan: ''
page:
403: ''
404: ''
front: /node/4
front: /node/1
admin_compact_mode: false
weight_select_max: 100
default_langcode: en

View File

@@ -4,6 +4,7 @@ status: true
dependencies:
config:
- filter.format.basic_html
- filter.format.webform_default
module:
- file
- filter
@@ -23,4 +24,5 @@ permissions:
- 'delete own files'
- 'search content'
- 'use text format basic_html'
- 'use text format webform_default'
- 'view media'

View File

@@ -480,9 +480,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
content_editor: '0'
administrator: '0'
placeholder: ''
is_grouped: false
group_info:
@@ -522,9 +519,6 @@ display:
multiple: true
remember_roles:
authenticated: authenticated
anonymous: '0'
content_editor: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:
@@ -616,7 +610,8 @@ display:
type: normal
title: Fighters
description: ''
weight: -48
weight: -47
enabled: false
expanded: false
menu_name: main
parent: ''

View File

@@ -359,8 +359,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false
group_info:
label: ''
@@ -401,8 +399,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:

View File

@@ -311,8 +311,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false
group_info:
label: ''
@@ -353,8 +351,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:
@@ -444,8 +440,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:

View File

@@ -368,9 +368,10 @@ display:
path: events-list
menu:
type: normal
title: Events
title: About
description: ''
weight: -49
weight: -48
enabled: false
expanded: false
menu_name: main
parent: ''

View File

@@ -592,8 +592,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false
group_info:
label: ''
@@ -634,8 +632,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false
group_info:
label: ''
@@ -676,8 +672,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:

View File

@@ -616,8 +616,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false
group_info:
label: ''
@@ -658,8 +656,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:
@@ -788,8 +784,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:

View File

@@ -307,8 +307,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false
group_info:
label: ''
@@ -349,8 +347,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:
@@ -434,8 +430,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false
is_grouped: false
group_info:
@@ -1005,8 +999,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false
group_info:
label: ''
@@ -1295,8 +1287,6 @@ display:
multiple: false
remember_roles:
authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false
group_info:
label: ''

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