'amilia-store-calendar-block-editor', 'attributes' => array( 'url' => array('type' => 'string'), 'view' => array('type' => 'string'), 'date' => array('type' => 'string'), 'time' => array('type' => 'string'), 'tags' => array('type' => 'string'), 'facilities' => array('type' => 'string'), 'show-tags-filter' => array('type' => 'string'), 'show-facilities-filter' => array('type' => 'string'), 'show-hidden' => array('type' => 'string'), 'api' => array('type' => 'string') ), 'render_callback' => 'amilia_store_calendar_shortcode_handler' ) ); } add_action( 'init', 'amilia_store_calendar_block_init' );