Path : /home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/components/grid-control/
File Upload :
Current File : /home/vishqocm/vjmedia.in/wp-content/plugins/coblocks/src/components/grid-control/attributes.js

/**
 * Set the attributes for the Background Image Panel
 * @type {Object}
 */
const CSSGridAttributes = {
	layout: {
		type: 'string',
		default: 'center-left',
	},
	fullscreen: {
		type: 'boolean',
		default: false,
	},
};

export default CSSGridAttributes;