From 2eb2d66c0995a43d58781e3a9744ae21905948c3 Mon Sep 17 00:00:00 2001 From: sanjay-ios-io <110609906+sanjay-ios-io@users.noreply.github.com> Date: Thu, 18 Aug 2022 13:46:04 +0530 Subject: [PATCH] added the option rich text into app settings added the option rich text into app settings --- blocks/app-embed.liquid | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 %}