From 5c54cfcf7249c3c7a283848c26838a2edc25056e Mon Sep 17 00:00:00 2001 From: EoinShaughnessy <eoin.shaughnessy@digital.cabinet-office.gov.uk> Date: Mon, 16 Aug 2021 08:14:22 +0100 Subject: [PATCH] Add summary line info to accordion macros --- src/govuk/components/accordion/accordion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/govuk/components/accordion/accordion.yaml b/src/govuk/components/accordion/accordion.yaml index a7f2006cff..59400770b3 100644 --- a/src/govuk/components/accordion/accordion.yaml +++ b/src/govuk/components/accordion/accordion.yaml @@ -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