Skip to content

Commit

Permalink
Merge pull request #45 from GSA/feature/DIGITAL-95-install-breadcrumbs
Browse files Browse the repository at this point in the history
Feature/digital 95 install breadcrumbs
  • Loading branch information
mattsqd authored Nov 21, 2024
2 parents d55158d + c1fe82b commit 132b310
Show file tree
Hide file tree
Showing 221 changed files with 3,802 additions and 483 deletions.
2 changes: 2 additions & 0 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public function exportContent(
'node',
'menu_link_content',
'media',
'redirect',
'user',
],
]
): ResultData
Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"drupal/core-recommended": "^10.2",
"drupal/default_content": "^2.0@alpha",
"drupal/disable_user_1_edit": "^1.6",
"drupal/easy_breadcrumb": "^2.0",
"drupal/embedded_content": "^2.0",
"drupal/field_group": "^3.6",
"drupal/field_permissions": "^1.3",
Expand All @@ -36,6 +37,7 @@
"drupal/override_node_options": "^2.8",
"drupal/paragraphs": "^1.18",
"drupal/pathauto": "^1.13",
"drupal/redirect": "^1.10",
"drupal/remove_username": "^1.5",
"drupal/require_revision_log_message": "^2.0",
"drupal/scheduler": "^2.0",
Expand Down
153 changes: 152 additions & 1 deletion composer.lock

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

4 changes: 4 additions & 0 deletions composer.log
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ ea93266b87251a27fec5df04a3cbd5d0|Matt Poole|feature/DIGITAL-28-shortcode-embed|T
58d882c244d0e746a3ad90844a2f361f|christian medders|feature/DIGITAL-31-sitemap-path-auto|Fri Nov 8 14:05:23 EST 2024|./composer.sh require drupal/xmlsitemap:^1.5
94cea224856de297893b41cdaa146ef8|christian medders|feature/DIGITAL-38-migrate-shortcodes|Fri Nov 8 10:32:48 EST 2024|./composer.sh require drupal/twig_field_value
464e1ed27d945bb31dcb7a3d79a19d13|Matt Poole|feature/DIGITAL-38-migrate-shortcodes|Tue Nov 12 16:04:45 UTC 2024|./composer.sh update --lock
a3aae667a10facf2a874949c5870c540|cathybaptista|feature/DIGITAL-95-install-breadcrumbs|Sun Nov 17 20:16:52 EST 2024|./composer.sh require drupal/pathauto
dd4fcf0da0bbfbbdb2424df0198e3011|cathybaptista|feature/DIGITAL-95-install-breadcrumbs|Sun Nov 17 20:25:34 EST 2024|./composer.sh require drupal/easy_breadcrumb
b651cd0353960c55604adaeb24ec17b6|cathybaptista|feature/DIGITAL-95-install-breadcrumbs|Sun Nov 17 20:26:00 EST 2024|./composer.sh require drupal/redirect
e477124413638eb92702226a7d6fe68b|Matt Poole|feature/DIGITAL-95-install-breadcrumbs|Thu Nov 21 18:51:39 UTC 2024|./composer.sh update --lock
3 changes: 2 additions & 1 deletion composer.patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"drupal/default_content": {
"/project/default_content/issues/2698425:: Do not reimport existing entities (patch download b/c of it being from an MR)": "patches/deafult_content_2698425.patch",
"/project/default_content/issues/3203014: BaseFieldOverride cause inconsistencies during export": "https://www.drupal.org/files/issues/2022-12-13/base_field_override_inconsistencies-3203014-9.patch",
"/project/default_content/issues/3200212: Import should overwrite files": "https://www.drupal.org/files/issues/2024-08-27/default_content-3200212-25.patch"
"/project/default_content/issues/3200212: Import should overwrite files": "https://www.drupal.org/files/issues/2024-08-27/default_content-3200212-25.patch",
"/project/default_content/issues/2943458: Exporting passwords": "https://www.drupal.org/files/issues/2022-02-18/default_content-2943458-9.patch"
},
"drupal/embedded_content": {
"Convert html to valid xml": "patches/embedded_content-convert-html-valid-xml.patch"
Expand Down
64 changes: 64 additions & 0 deletions config/sync/core.entity_form_display.media.document.default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
uuid: 06c46eec-5172-4905-8c5f-28ce806aec8a
langcode: en
status: true
dependencies:
config:
- field.field.media.document.field_media_file
- media.type.document
module:
- file
- path
id: media.document.default
targetEntityType: media
bundle: document
mode: default
content:
created:
type: datetime_timestamp
weight: 10
region: content
settings: { }
third_party_settings: { }
field_media_file:
type: file_generic
weight: 0
region: content
settings:
progress_indicator: throbber
third_party_settings: { }
name:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 100
region: content
settings:
display_label: true
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:
publish_on: true
publish_state: true
unpublish_on: true
unpublish_state: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
uuid: 46a14b25-c571-4641-b419-773f9159b633
langcode: en
status: true
dependencies:
config:
- core.entity_form_mode.media.media_library
- field.field.media.document.field_media_file
- media.type.document
id: media.document.media_library
targetEntityType: media
bundle: document
mode: media_library
content:
name:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
hidden:
created: true
field_media_file: true
path: true
publish_on: true
publish_state: true
status: true
uid: true
unpublish_on: true
unpublish_state: true
5 changes: 5 additions & 0 deletions config/sync/core.entity_form_display.node.authors.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden:
field_slug: true
publish_on: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden:
field_slug: true
promote: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden:
field_slug: true
promote: true
Expand Down
5 changes: 5 additions & 0 deletions config/sync/core.entity_form_display.node.event.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden:
field_slug: true
promote: true
Expand Down
5 changes: 5 additions & 0 deletions config/sync/core.entity_form_display.node.guides.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ content:
revision: false
removed_reference: optional
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden:
promote: true
publish_on: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden:
promote: true
publish_on: true
Expand Down
5 changes: 5 additions & 0 deletions config/sync/core.entity_form_display.node.news.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ content:
revision: false
removed_reference: optional
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden:
field_slug: true
promote: true
Expand Down
Loading

0 comments on commit 132b310

Please sign in to comment.