Skip to content

Commit

Permalink
Tweak description for hidden param after 2i
Browse files Browse the repository at this point in the history
Co-authored-by: EoinShaughnessy <72507742+EoinShaughnessy@users.noreply.github.com>
  • Loading branch information
36degrees and EoinShaughnessy authored Feb 5, 2021
1 parent 8529a49 commit 153cec9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/govuk/components/cookie-banner/cookie-banner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ params:
- name: hidden
type: boolean
required: false
description: Defaults to `false`. If you set it to true, the whole cookie banner is hidden, including all messages within it. You can use `hidden` for client-side implementations where the cookie banner HTML is present, but hidden until it is shown using JavaScript.
description: Defaults to `false`. If you set this option to `true`, the whole cookie banner is hidden, including all messages within the banner. You can use `hidden` for client-side implementations where the cookie banner HTML is present, but hidden until the cookie banner is shown using JavaScript.
- name: classes
type: string
required: false
Expand Down Expand Up @@ -287,4 +287,3 @@ examples:
actions:
- text: Hide this message
type: button

0 comments on commit 153cec9

Please sign in to comment.