Skip to content

Commit

Permalink
Merge pull request #588 from usagov/stage
Browse files Browse the repository at this point in the history
Sprint 53: release to PROD
  • Loading branch information
rayestrada authored Feb 27, 2024
2 parents 5b8a6fc + 4a1cb5a commit 224bf31
Show file tree
Hide file tree
Showing 121 changed files with 1,228 additions and 2,496 deletions.
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ recipe: drupal10
# https://docs.lando.dev/config/services.html#supported-services
config:
php: '8.2'
composer_version: '2.6.5'
composer_version: '2.7.1'
database: mysql:8.0
# Adjust this to point to directory where index.php exist.
webroot: web
Expand Down
24 changes: 18 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,28 @@
"docs": "https://www.drupal.org/docs/user_guide/en/index.html",
"chat": "https://www.drupal.org/node/314178"
},
"repositories": {
"drupal": {
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "bixal/bixaluswds",
"version": "1.0",
"type":"drupal-theme",
"source": {
"url": "https://github.com/Bixal/bixaluswds.git",
"type": "git",
"reference": "v0.0.2"
}
}
}
},
],
"require": {
"composer/installers": "^2.0",
"bixal/bixaluswds": "^1.0",
"composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7",
"drupal-tome/tome_drush": "dev-master",
"drupal/admin_toolbar": "^3.3",
Expand Down Expand Up @@ -50,14 +64,12 @@
"drupal/node_revision_delete": "^2.0@alpha",
"drupal/paragraphs": "^1.15",
"drupal/pathauto": "^1.12",
"drupal/publication_date": "^2.0@beta",
"drupal/redirect": "^1.8",
"drupal/remove_http_headers": "^2.0",
"drupal/rest_views": "^3.0",
"drupal/s3fs": "^3.1",
"drupal/samlauth": "^3.8",
"drupal/simple_sitemap": "^4.1",
"drupal/stable": "^2.0",
"drupal/tome": "^1.8",
"drupal/translatable_menu_link_uri": "^2.0@dev",
"drupal/twig_field_value": "^2.0",
Expand Down
133 changes: 13 additions & 120 deletions composer.lock

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

26 changes: 10 additions & 16 deletions config/sync/core.entity_form_display.node.landing.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:
- metatag
- paragraphs
- path
- publication_date
id: node.landing.default
targetEntityType: node
bundle: landing
Expand All @@ -26,15 +25,15 @@ content:
third_party_settings: { }
field_metatags:
type: metatag_firehose
weight: 12
weight: 11
region: content
settings:
sidebar: true
use_details: true
third_party_settings: { }
field_paragraph_components:
type: paragraphs
weight: 10
weight: 9
region: content
settings:
title: Component
Expand All @@ -53,37 +52,31 @@ content:
third_party_settings: { }
langcode:
type: language_select
weight: 11
weight: 10
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 8
weight: 7
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 6
region: content
settings: { }
third_party_settings: { }
published_at:
type: publication_date_timestamp
weight: 3
weight: 5
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 4
weight: 3
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 9
weight: 8
region: content
settings:
display_label: true
Expand All @@ -97,7 +90,7 @@ content:
placeholder: ''
third_party_settings: { }
translation:
weight: 5
weight: 4
region: content
settings: { }
third_party_settings: { }
Expand All @@ -112,11 +105,12 @@ content:
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 7
weight: 6
region: content
settings: { }
third_party_settings: { }
hidden:
body: true
promote: true
published_at: true
sticky: true
Loading

0 comments on commit 224bf31

Please sign in to comment.