pageTitle: Buttons
assetPath: govuk_template/assets/
pageDescription: Buttons must be used inside a form, which they will submit when clicked
examples:
  -
    title: Save button
    type: save
    label: Save and continue
  -
    title: Secondary button
    type: secondary
    label: Return service to drafts
  -
    title: Destructive button
    type: destructive
    label: Delete this user
  -
    title: Button with a name
    type: secondary
    label: Save and continue
    name: continue_to_next_section
  -
    title: Save button with advice
    type: save
    advice: true
    label: This has a smaller top margin
