Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"drupal/rest_views": "^3.0",
"drupal/robotstxt": "^1.5",
"drupal/s3fs": "^3.1",
"drupal/samlauth": "^3.8",
"drupal/samlauth": "^3.11",
"drupal/simple_sitemap": "^4.2",
"drupal/stage_file_proxy": "^3.1",
"drupal/svg_image": "^3.0",
Expand All @@ -78,6 +78,7 @@
"drupal/twig_field_value": "^2.0",
"drupal/twig_tweak": "^3.2",
"drupal/uswds_templates": "^3.0@dev",
"drupal/uuid_extra": "^2.0",
"drupal/views_data_export": "^1.5",
"drush/drush": "^12.4"
},
Expand Down
82 changes: 67 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ adding:
permissions:
- 'create content in disabled language'
- 'view disabled languages'
removing: { }
removing: { }
8 changes: 0 additions & 8 deletions config/sync/block_content.type.nvrf_card.yml

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- double_field
- field_group
- text
- uuid_extra
third_party_settings:
field_group:
group_tabs:
Expand All @@ -26,7 +27,7 @@ third_party_settings:
label: Tabs
region: content
parent_name: ''
weight: 3
weight: 4
format_type: tabs
format_settings:
classes: ''
Expand Down Expand Up @@ -77,7 +78,7 @@ mode: default
content:
field_content_version:
type: string_textfield
weight: 4
weight: 6
region: content
settings:
size: 60
Expand Down Expand Up @@ -164,7 +165,7 @@ content:
third_party_settings: { }
langcode:
type: language_select
weight: 4
weight: 5
region: content
settings:
include_locked: true
Expand All @@ -179,13 +180,19 @@ content:
third_party_settings: { }
status:
type: boolean_checkbox
weight: 6
weight: 8
region: content
settings:
display_label: true
third_party_settings: { }
translation:
weight: 5
weight: 7
region: content
settings: { }
third_party_settings: { }
uuid:
type: uuid
weight: 3
region: content
settings: { }
third_party_settings: { }
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ module:
translatable_menu_link_uri: 0
twig_field_value: 0
twig_tweak: 0
uuid_extra: 0
update: 0
user: 0
uswds_templates: 0
Expand Down
Loading
Loading