Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b92e239
Inital commit
GregWarren14 Jan 6, 2026
10612bf
Add Report Summary content type with Layout Builder support
GregWarren14 Jan 6, 2026
0e2f03b
Add Report Summary banner styling and layout customization
GregWarren14 Jan 6, 2026
06fa8be
Update Report Summary date format and PDF link text
GregWarren14 Jan 7, 2026
97a5d24
Add custom section navigation styling and behavior for Report Summary…
GregWarren14 Jan 7, 2026
57d6acf
Merge remote-tracking branch 'origin/develop' into feature/report-det…
GregWarren14 Jan 7, 2026
179797c
Remove REPORT label from Report Summary banner on mobile
GregWarren14 Jan 7, 2026
6689fa1
Remove dark overlay and stack banner elements on mobile for Report Su…
GregWarren14 Jan 7, 2026
80c4763
removing border radius
GregWarren14 Jan 8, 2026
396cfe5
removing opacity
GregWarren14 Jan 8, 2026
9a94f36
Adding a missing config
GregWarren14 Jan 8, 2026
4688e5d
Doing a find replace on font sizes to use custom font properties
GregWarren14 Jan 8, 2026
9dba711
Additional missing config
GregWarren14 Jan 8, 2026
71065aa
Topics should no longer be links
GregWarren14 Jan 8, 2026
741c16b
Removing min-height / padding on content in the banner
GregWarren14 Jan 8, 2026
0f7c56b
Allow report_summary nodes in the default collection item type
jeffam Jan 8, 2026
14f1221
Fix missing report topics in layout of report summary
jeffam Jan 8, 2026
7949976
Move report_summary custom css and js from ilr module to custom theme
jeffam Jan 8, 2026
af581c2
Update cornell/union with banner and button changes
jeffam Jan 9, 2026
c6374bc
Update banner template to use existing content_side region
jeffam Jan 9, 2026
7e05af2
Refactor report_summary banner styles
jeffam Jan 9, 2026
b70f268
Revert changes to section navigation template
jeffam Jan 12, 2026
d2b40e4
Upgrade cornell/union with page-nav updates
jeffam Jan 12, 2026
820c21a
Update report_summary in-page navigation placement and styles
jeffam Jan 12, 2026
ae559a0
Remove section navigation library javascript
jeffam Jan 13, 2026
f2a610c
Add report_summary node in-page section nav style enhancements
jeffam Jan 13, 2026
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
8 changes: 4 additions & 4 deletions composer.lock

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

1 change: 1 addition & 0 deletions config/sync/collection.collection_item_type.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ allowed_bundles:
- node.event_landing_page
- node.media_mention
- node.page
- node.report_summary
- node.story
attributes_access: administrators
174 changes: 174 additions & 0 deletions config/sync/core.entity_form_display.node.report_summary.default.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
uuid: 00000000-0000-0000-0000-000000000020
langcode: en
status: true
dependencies:
config:
- field.field.node.report_summary.field_address
- field.field.node.report_summary.field_authors
- field.field.node.report_summary.field_emphasized_title_text
- field.field.node.report_summary.field_published_date
- field.field.node.report_summary.field_report_pdf
- field.field.node.report_summary.field_report_topics
- field.field.node.report_summary.field_representative_image
- field.field.node.report_summary.field_sections
- field.field.node.report_summary.layout_builder__layout
- node.type.report_summary
module:
- address
- datetime
- media_library
- media_library_edit
- paragraphs_previewer
- path
id: node.report_summary.default
targetEntityType: node
bundle: report_summary
mode: default
content:
created:
type: datetime_timestamp
weight: 2
region: content
settings: { }
third_party_settings: { }
field_address:
type: address_default
weight: 12
region: content
settings: { }
third_party_settings: { }
field_authors:
type: entity_reference_autocomplete
weight: 15
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_emphasized_title_text:
type: string_textfield
weight: 10
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_published_date:
type: datetime_default
weight: 16
region: content
settings: { }
third_party_settings: { }
field_report_pdf:
type: media_library_widget
weight: 14
region: content
settings:
media_types: { }
third_party_settings:
media_library_edit:
show_edit: '1'
field_report_topics:
type: entity_reference_autocomplete
weight: 13
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
field_representative_image:
type: media_library_widget
weight: 11
region: content
settings:
media_types: { }
third_party_settings:
media_library_edit:
show_edit: '1'
field_sections:
type: paragraphs_previewer
weight: 17
region: content
settings:
title: section
title_plural: sections
edit_mode: closed
closed_mode: summary
autocollapse: all
closed_mode_threshold: 2
add_mode: button
form_display_mode: default
default_paragraph_type: section
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
duplicate: duplicate
third_party_settings: { }
langcode:
type: language_select
weight: 1
region: content
settings:
include_locked: true
third_party_settings: { }
layout_builder__layout:
type: null
weight: 51
region: content
settings: { }
third_party_settings: { }
path:
type: path
weight: 5
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 3
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 6
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 4
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 1
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden: { }
Loading