{ "component": "phase-banner", "fixtures": [ { "name": "default", "options": { "tag": { "text": "alpha" }, "html": "This is a new service - your feedback will help us to improve it." }, "html": "
", "hidden": false }, { "name": "classes", "options": { "text": "This is a new service – your feedback will help us to improve it", "classes": "extra-class one-more-class" }, "html": " ", "hidden": true }, { "name": "text", "options": { "text": "This is a new service – your feedback will help us to improve it" }, "html": " ", "hidden": true }, { "name": "html as text", "options": { "text": "This is a new service - your feedback will help us to improve it." }, "html": " ", "hidden": true }, { "name": "attributes", "options": { "text": "This is a new service – your feedback will help us to improve it", "attributes": { "first-attribute": "foo", "second-attribute": "bar" } }, "html": " ", "hidden": true }, { "name": "tag html", "options": { "text": "This is a new service – your feedback will help us to improve it", "tag": { "html": "alpha" } }, "html": " ", "hidden": true }, { "name": "tag classes", "options": { "text": "This is a new service – your feedback will help us to improve it", "tag": { "classes": "govuk-tag--grey", "text": "alpha" } }, "html": " ", "hidden": true } ] }