UNPKG

@quillforms/blocklib-welcome-screen-block

Version:
24 lines 393 B
/** * Internal Dependencies */ const metadata = { name: "welcome-screen", attributes: { buttonText: { type: "string", "default": "Let's start!" } }, supports: { editable: false, required: false, attachment: true, description: true, logic: false } }; const { name } = metadata; export { name, metadata }; //# sourceMappingURL=index.js.map