{
    "component": "more-in",
    "fixtures": [
        {
            "name": "default",
            "options": {
                "heading": "Related content",
                "relatedContent": [
                    {
                        "href": "#1",
                        "text": "Related item 1"
                    },
                    {
                        "href": "#2",
                        "text": "Related item 2"
                    },
                    {
                        "href": "#3",
                        "text": "Related item 3"
                    }
                ]
            },
            "html": "<section class=\"lbcamden-row lbcamden-row--related\">\n  <div class=\"govuk-width-container\">\n    <h2 class=\"govuk-heading-l\">Related content</h2>\n    <ul class=\"lbcamden-list--dash\">\n      \n        <li><a href=\"#1\">Related item 1</a></li>\n      \n        <li><a href=\"#2\">Related item 2</a></li>\n      \n        <li><a href=\"#3\">Related item 3</a></li>\n      \n    </ul>\n  </div>\n</section>",
            "hidden": false
        }
    ]
}