File "attributes.js"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/extend/inspector-control/controls/sizing/attributes.js
File size: 183 B (183 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

export default function getSizingAttributes() {
	return {
		sizing: {
			type: 'object',
			default: {},
		},
		useGlobalMaxWidth: {
			type: 'boolean',
			default: false,
		},
	};
}