Skip to content

Instantly share code, notes, and snippets.

@liamgriffin
Last active May 8, 2017 15:06
Show Gist options
  • Save liamgriffin/58534e540e2ed7e05c35a75acce8794f to your computer and use it in GitHub Desktop.
Save liamgriffin/58534e540e2ed7e05c35a75acce8794f to your computer and use it in GitHub Desktop.
section for text box
<div id="textsection">
<div class="simpletext">
<h1> {{ section.settings.text-box }} </h1>
<h3> {{ section.settings.text }} </h3>
</div>
</div>
{% schema %}
{
"name": "Text Box",
"settings": [
{
"id": "text-box",
"type": "text",
"label": "Heading",
"default": "Title"
},
{
"id": "text",
"type": "richtext",
"label": "Add custom text below",
"default": "<p>Add your text here</p>"
}
]
}
{% endschema %}
{% stylesheet %}
{% endstylesheet %}
{% javascript %}
{% endjavascript %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment