File "block.php"
Full path: C:/Inetpub/vhosts/drshti.com/httpdocs/wp-content/plugins/ultimate-addons-for-gutenberg/includes/blocks/image/block.php
File
size: 721 B (721 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/**
* Block Information & Attributes File.
*
* @since 2.0.0
*
* @package uagb
*/
$block_slug = 'uagb/image';
$block_data = array(
'slug' => '',
'admin_categories' => array( 'content', 'core' ),
'link' => 'image-block',
'doc' => 'image',
'title' => __( 'Image', 'ultimate-addons-for-gutenberg' ),
'description' => __( 'Add images on your webpage with multiple customization options.', 'ultimate-addons-for-gutenberg' ),
'default' => true,
'extension' => false,
'priority' => Spectra_Block_Prioritization::get_block_priority( 'image' ),
'deprecated' => false,
'dynamic_assets' => array(
'dir' => 'image',
),
);