{% schema %} { "label":"Footer", "settings":[ { "label":"Social links", "settings":[ { "type":"icon", "id":"social_icon", "label":"Social icon one", "default":"" }, { "type":"text", "id":"social_link", "description":"Copy and paste the full URL of your social media account, e.g. https://www.facebook.com/groups/thinkific/", "label":"Link" }, { "type":"icon", "id":"social_icon_2", "label":"Social icon two", "default":"" }, { "type":"text", "id":"social_link_2", "description":"Leave these blank if you do not need social links.", "label":"Link" }, { "type":"icon", "id":"social_icon_3", "label":"Social icon three", "default":"" }, { "type":"text", "id":"social_link_3", "description":"Leave these blank if you do not need social links.", "label":"Link" } ] }, { "label":"Copyright", "settings":[ { "type":"textarea", "id":"custom_copyright", "label":"Custom copyright", "description":"", "default":"" }, { "type":"checkbox", "id":"show_copyright", "label":"Show copyright", "default":true } ] } ], "blocks":{ "label":"Add link", "limit":6, "types":[ { "type":"nav_link", "label":"Link", "settings":[ { "type":"text", "id":"nav_text", "label":"Text" }, { "type":"page_picker", "id":"nav_link", "label":"Link" }, { "type": "select", "id": "nav_target", "label": "Open link in", "default": "_self", "options": [ { "value": "_self", "label": "Same window" }, { "value": "_blank", "label": "New window" } ] } ] } ], "defaults":[ { "type":"nav_link", "values":{ "nav_text":"Home", "nav_link":{ "type":"url", "id":"/" } } }, { "type":"nav_link", "values":{ "nav_text":"All Courses", "nav_link":{ "type":"url", "id":"/collections" } } } ] } } {% endschema %}