Skip to content

Commit

Permalink
Merge pull request #1703 from frankieroberto/patch-4
Browse files Browse the repository at this point in the history
Update error summary macro options descriptions
  • Loading branch information
36degrees authored Jan 21, 2020
2 parents 39a35f0 + 30d6ca7 commit 0f70e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/govuk/components/error-summary/error-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ params:
- name: descriptionText
type: string
required: false
description: If `descriptionHtml` is set, this is not required. Text to use for the description of the errors. If `descriptionHtml` is provided, `descriptionText` will be ignored.
description: Text to use for the description of the errors. If you set `descriptionHtml`, the component will ignore `descriptionText`.
- name: descriptionHtml
type: string
required: true
description: If `descriptionText` is set, this is not required. HTML to use for the description of the errors. If `descriptionHtml` is provided, `descriptionText` will be ignored.
required: false
description: HTML to use for the description of the errors. If you set this option, the component will ignore `descriptionText`.

- name: errorList
type: array
Expand Down

0 comments on commit 0f70e90

Please sign in to comment.