File "attributes.js"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/blocks/query-loop/attributes.js
File size: 317 B (317 B bytes)
MIME-type: text/x-java
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

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: '',
	},
} );