Skip to content

Commit

Permalink
Remove yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed Dec 10, 2019
1 parent f77b054 commit b34e569
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
34 changes: 0 additions & 34 deletions src/govuk/components/checkboxes/checkboxes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,40 +261,6 @@ examples:
- value: other
text: Citizen of another country

- name: with all fieldset attributes
data:
idPrefix: example
name: example
fieldset:
classes: app-fieldset--custom-modifier
attributes:
data-attribute: value
data-second-attribute: second-value
legend:
text: What is your nationality?
hint:
text: If you have dual nationality, select all options that are relevant to you.
errorMessage:
text: Please select an option
items:
- value: british
text: British
hint:
text: Hint for british option here
- value: irish
text: Irish
- value: other
text: Citizen of another country
label:
classes: app-checkboxes__label-other
attributes:
data-test-attribute: true
hint:
text: Hint for other option here
classes: app-checkboxes__hint-other
attributes:
data-test-attribute: true

- name: with error message
data:
name: waste
Expand Down
33 changes: 0 additions & 33 deletions src/govuk/components/radios/radios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,39 +258,6 @@ examples:
text: No
checked: true

- name: with all fieldset attributes
data:
idPrefix: example
name: example
errorMessage:
text: Please select an option
fieldset:
classes: app-fieldset--custom-modifier
attributes:
data-attribute: value
data-second-attribute: second-value
legend:
text: Have you changed your name?
hint:
text: This includes changing your last name or spelling your name differently.
items:
- value: yes
text: Yes
hint:
text: Hint for yes option here
- value: no
text: No
checked: true
label:
classes: app-radios__label-no
attributes:
data-test-attribute: true
hint:
text: Hint for no option here
classes: app-radios__hint-no
attributes:
data-test-attribute: true

- name: with very long option text
data:
name: waste
Expand Down

0 comments on commit b34e569

Please sign in to comment.