{ "component": "hint", "fixtures": [ { "name": "default", "options": { "text": "It's on your National Insurance card, benefit letter, payslip or P60.\nFor example, 'QQ 12 34 56 C'.\n" }, "hidden": false, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "
\n It's on your National Insurance card, benefit letter, payslip or P60.\nFor example, 'QQ 12 34 56 C'.\n\n
" }, { "name": "with html", "options": { "html": "It's on your National Insurance card, benefit letter, payslip or P60.\nFor example, 'QQ 12 34 56 C'.\n" }, "hidden": false, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "
\n It's on your National Insurance card, benefit letter, payslip or P60.\n For example, 'QQ 12 34 56 C'.\n
" }, { "name": "classes", "options": { "id": "example-hint", "classes": "app-hint--custom-modifier", "text": "It's on your National Insurance card, benefit letter, payslip or P60." }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "
\n It's on your National Insurance card, benefit letter, payslip or P60.\n
" }, { "name": "id", "options": { "id": "my-hint", "text": "It's on your National Insurance card, benefit letter, payslip or P60." }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "
\n It's on your National Insurance card, benefit letter, payslip or P60.\n
" }, { "name": "html as text", "options": { "text": "Unexpected bold text in body" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "
\n Unexpected <strong>bold text</strong> in body\n
" }, { "name": "attributes", "options": { "text": "It's on your National Insurance card, benefit letter, payslip or P60.", "attributes": { "data-attribute": "my data value" } }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "
\n It's on your National Insurance card, benefit letter, payslip or P60.\n
" } ] }