<?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,
);