UNPKG

@quillforms/blocklib-welcome-screen-block

Version:
16 lines (13 loc) 259 B
/** * Internal Dependencies */ import Icon from './icon'; import controls from './controls'; const blockAdminSettings = { color: '#45afaf', icon: Icon, title: 'Welcome Screen', controls, order: 0, }; export default blockAdminSettings;