File "block.php"
Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/ultimate-addons-for-gutenberg/includes/blocks/forms-date/block.php
File size: 428 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Block Information.
*
* @since 2.0.0
*
* @package uagb
*/
$block_slug = 'uagb/forms-date';
$block_data = array(
'slug' => '',
'link' => '',
'title' => __( 'Datepicker', 'ultimate-addons-for-gutenberg' ),
'description' => __( 'Add a calendar based date picker in your form.', 'ultimate-addons-for-gutenberg' ),
'default' => true,
'is_child' => true,
'deprecated' => false,
);