Skip to content

Commit

Permalink
Merge pull request #4122 from alphagov/summary-list-yaml
Browse files Browse the repository at this point in the history
Ensure Summary list `actions` for both rows and cards are consistent
  • Loading branch information
colinrotherham authored Aug 31, 2023
2 parents 8f0013a + e492056 commit 552797b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/govuk/components/summary-list/summary-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ params:
required: false
description: The actions of each row.
params:
- name: classes
type: string
required: false
description: Classes to add to the actions wrapper.
- name: items
type: array
required: false
Expand Down Expand Up @@ -80,6 +76,10 @@ params:
type: object
required: false
description: HTML attributes (for example data attributes) to add to the action item.
- name: classes
type: string
required: false
description: Classes to add to the actions wrapper.
- name: card
type: object
required: false
Expand Down Expand Up @@ -109,7 +109,7 @@ params:
- name: actions
type: object
required: false
description: Data for the summary card actions
description: The actions of each summary card.
params:
- name: items
type: array
Expand Down

0 comments on commit 552797b

Please sign in to comment.