Skip to content

Commit

Permalink
Fix missing component data fields
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jun 30, 2023
1 parent 05d6bb0 commit a30bbe1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ params:
- name: html
type: string
description: The HTML to reveal when the checkbox is checked
required: true
- name: behaviour
type: string
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ params:
- name: html
type: string
description: The HTML to reveal when the radio is checked
required: true
- name: disabled
type: boolean
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ params:
- name: key.html
type: string
required: true
description: If `text` is set, this is not required. HTML to use within each key. If `html` is provided, the `text` option will be ignored.
- name: key.classes
type: string
required: false
Expand Down

0 comments on commit a30bbe1

Please sign in to comment.