UNPKG

@quillforms/blocklib-welcome-screen-block

Version:
26 lines (25 loc) 500 B
import { setBlockAdminSettings } from '@quillforms/blocks'; /** * Internal Dependencies */ const { name: name } = { name: "welcome-screen", attributes: { buttonText: { type: "string", "default": "Let's start!" } }, supports: { editable: false, required: false, attachment: true, description: true, logic: false } }; import blockAdminSettings from './settings'; setBlockAdminSettings(name, blockAdminSettings); //# sourceMappingURL=index.js.map