UNPKG

digitalmarketplace-frontend

Version:

Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects

45 lines (44 loc) 1.52 kB
{ "component": "question-format-hint", "fixtures": [ { "name": "default", "options": { "hint": "This is the hint for the question" }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "This is the hint for the question" }, { "name": "with question advice", "options": { "question_advice": "This is the question advice and boy do I have some" }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "<div class=\"govuk-body\">\n This is the question advice and boy do I have some\n </div>" }, { "name": "with question advice and hint", "options": { "hint": "This is the hint for the question", "question_advice": "This is the question advice and boy do I have some" }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "<div class=\"govuk-body\">\n This is the question advice and boy do I have some\n </div>\n This is the hint for the question" }, { "name": "with nothing", "options": {}, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "" } ] }