Sha256: 16c1d9be743f5da7f446f0a2e67d7289edfafdf0d1d291f2862218126a0bacef

Contents?: true

Size: 519 Bytes

Versions: 4

Compression:

Stored size: 519 Bytes

Contents

{% from "error-summary/macro.njk" import govukErrorSummary %}

{{ govukErrorSummary({
  "titleText": "Message to alert the user to a problem goes here",
  "descriptionText": "Optional description of the errors and how to correct them",
  "classes": "optional-extra-class",
  "errorList": [
    {
      "text": "Descriptive link to the question with an error",
      "href": "#example-error-1"
    },
    {
      "text": "Descriptive link to the question with an error",
      "href": "#example-error-1"
    }
  ]
}) }}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
govuk_publishing_components-9.5.1 node_modules/govuk-frontend/components/error-summary/error-summary.njk
govuk_publishing_components-9.5.0 node_modules/govuk-frontend/components/error-summary/error-summary.njk
govuk_publishing_components-9.4.0 node_modules/govuk-frontend/components/error-summary/error-summary.njk
govuk_fe_assets-0.1.0.pre.alpha node_modules/govuk-frontend/components/error-summary/error-summary.njk