Skip to content

Commit

Permalink
Add summary line info to accordion macros
Browse files Browse the repository at this point in the history
  • Loading branch information
EoinShaughnessy committed Aug 16, 2021
1 parent 54b2bd3 commit 5c54cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/components/accordion/accordion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ params:
- name: summary.html
type: string
required: false
description: HTML content for summary line. You can only include [phrasing content](https://html.spec.whatwg.org/#phrasing-content) inside the summary line. This content should be simple. Do not use other elements besides phrasing content, as they will not be valid HTML. Also, any other elements are not likely to be an appropriate use of the accordion component.
description: HTML content for summary line. You can only include [phrasing content](https://html.spec.whatwg.org/#phrasing-content) inside the summary line. This content should be simple. Do not use other elements besides phrasing content, as they will not be valid HTML. Any other elements are not likely to be an appropriate use of the accordion component.
- name: content.text
type: string
required: true
Expand Down

0 comments on commit 5c54cfc

Please sign in to comment.