File "block.php"

Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/ultimate-addons-for-gutenberg/includes/blocks/masonry-gallery/block.php
File size: 462 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Block Information & Attributes File.
 *
 * @since 2.0.0
 *
 * @package uagb
 */

$block_slug = 'uagb/masonry-gallery';
$block_data = array(
	'slug'        => '',
	'title'       => __( 'Masonry Gallery', 'ultimate-addons-for-gutenberg' ),
	'description' => __( 'Display your core gallery in a masonary layout.', 'ultimate-addons-for-gutenberg' ),
	'default'     => true,
	'extension'   => true,
	'attributes'  => array(),
	'deprecated'  => false,
);