Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.34 KB | None | 0 0
  1. <div class="wrapper">
  2.     {% if section.settings.info %}
  3.         {{ section.settings.info }}
  4.     {% endif %}
  5. </div>
  6. {% schema %}
  7.     {
  8.         "name": "Additional information",
  9.         "settings": [
  10.             {
  11.                 "type": "richtext",
  12.                 "id": "info",
  13.                 "label": "Additional information",
  14.                 "default": "<p>Alisa Headquater.</p>"
  15.             }
  16.         ]
  17.     }
  18. {% endschema %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement