Skip to content

Commit

Permalink
Merge pull request #554 from usagov/stage
Browse files Browse the repository at this point in the history
Sprint 52: release to PROD
  • Loading branch information
rayestrada authored Feb 14, 2024
2 parents 97fda40 + 09c96e8 commit 5b8a6fc
Show file tree
Hide file tree
Showing 103 changed files with 1,468 additions and 439 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"drupal/link_attributes": "^2.1",
"drupal/log_stdout": "^1.5",
"drupal/menu_block": "^1.10",
"drupal/menu_item_extras": "^3.0",
"drupal/menu_multilingual": "^1.0@alpha",
"drupal/metatag": "^2.0",
"drupal/migrate_plus": "^6.0",
Expand Down
72 changes: 1 addition & 71 deletions composer.lock

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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

60 changes: 60 additions & 0 deletions config/sync/core.entity_form_display.paragraph.hero.default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
uuid: a914efd4-8334-4d97-9aae-6cb59e493d5c
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.hero.field_background_color
- field.field.paragraph.hero.field_body
- field.field.paragraph.hero.field_heading
- field.field.paragraph.hero.field_link
- field.field.paragraph.hero.field_media
- paragraphs.paragraphs_type.hero
module:
- link
- media_library
- text
id: paragraph.hero.default
targetEntityType: paragraph
bundle: hero
mode: default
content:
field_background_color:
type: options_select
weight: 4
region: content
settings: { }
third_party_settings: { }
field_body:
type: text_textarea
weight: 1
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_heading:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_link:
type: link_default
weight: 2
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_media:
type: media_library_widget
weight: 3
region: content
settings:
media_types: { }
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
uuid: 0cab03f1-245f-47b4-ac93-6bee8235760d
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.image_text_cta.field_body
- field.field.paragraph.image_text_cta.field_heading
- field.field.paragraph.image_text_cta.field_image_alignment
- field.field.paragraph.image_text_cta.field_link
- field.field.paragraph.image_text_cta.field_media
- paragraphs.paragraphs_type.image_text_cta
module:
- link
- media_library
- text
id: paragraph.image_text_cta.default
targetEntityType: paragraph
bundle: image_text_cta
mode: default
content:
field_body:
type: text_textarea
weight: 1
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_heading:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_image_alignment:
type: options_select
weight: 4
region: content
settings: { }
third_party_settings: { }
field_link:
type: link_default
weight: 2
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_media:
type: media_library_widget
weight: 3
region: content
settings:
media_types: { }
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
uuid: 9742f858-d614-4777-9c41-78b31851f60b
langcode: en
status: true
dependencies:
config:
- field.field.paragraph.quicklinks.field_body
- field.field.paragraph.quicklinks.field_heading
- field.field.paragraph.quicklinks.field_link
- paragraphs.paragraphs_type.quicklinks
module:
- link
- text
id: paragraph.quicklinks.default
targetEntityType: paragraph
bundle: quicklinks
mode: default
content:
field_body:
type: text_textarea
weight: 1
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
field_heading:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_link:
type: link_default
weight: 2
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
hidden:
created: true
status: true

This file was deleted.

Loading

0 comments on commit 5b8a6fc

Please sign in to comment.