• File: block.php
  • Full Path: /home/atelipy/www/wpmain/SMTPcom/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,
);