diff --git a/blocks/app-embed.liquid b/blocks/app-embed.liquid index 084900f..1a54007 100644 --- a/blocks/app-embed.liquid +++ b/blocks/app-embed.liquid @@ -64,6 +64,10 @@ "target": "body", "stylesheet": "image-gallery.css", "javascript": "party-button.js", - "settings": [] + "settings": [ { + "type": "richtext", + "id": "paragraph", + "label": "Paragraph" + }] } -{% endschema %} \ No newline at end of file +{% endschema %}