File "button-container.js"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/block-context/button-container.js
File size: 362 B (362 B bytes)
MIME-type: text/x-java
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

import defaultContext from './default';
import { defaultsDeep } from 'lodash';

const buttonContainerContext = defaultsDeep( {
	id: 'buttonContainer',
	supports: {
		responsiveTabs: true,
		spacing: {
			enabled: true,
			margin: true,
			stackVertically: true,
			fillHorizontalSpace: true,
		},
	},
}, defaultContext );

export default buttonContainerContext;