diff --git a/source/includes/EventsListBlock.php b/source/includes/EventsListBlock.php index 1502afd..c130cf5 100644 --- a/source/includes/EventsListBlock.php +++ b/source/includes/EventsListBlock.php @@ -10,7 +10,7 @@ class EventsListBlock { 'wp-blocks', 'wp-components', 'wp-i18n' - ], ''); + ], '', array('in_footer' => true)); register_block_type(NAME . '/events-list', [ 'api_version' => 2, 'title' => __('Events List', 'connector-mobilizon'),