@quillforms/blocklib-welcome-screen-block
Version:
Welcome screen block for quillforms
24 lines • 393 B
JavaScript
/**
* 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