File "attributes.js"

Full Path: /home/rattkxnv/byattorney.com/wp-content/plugins/generateblocks/src/blocks/query-loop/attributes.js
File size: 317 bytes
MIME-type: text/x-java
Charset: utf-8

import gridAttributes from '../grid/attributes';

export default Object.assign( {}, gridAttributes, {
	uniqueId: {
		type: 'string',
		default: '',
	},

	inheritQuery: {
		type: 'boolean',
		default: false,
	},

	query: {
		type: 'object',
		default: {},
	},

	blockLabel: {
		type: 'string',
		default: '',
	},
} );