plugin updates
This commit is contained in:
@@ -44,7 +44,13 @@ class Gutenberg {
|
||||
public function register_gutenberg_block() {
|
||||
AssetsManager::localize_gutenberg();
|
||||
register_block_type(
|
||||
'leadin/hubspot-blocks',
|
||||
'leadin/hubspot-form-block',
|
||||
array(
|
||||
'editor_script' => AssetsManager::GUTENBERG,
|
||||
)
|
||||
);
|
||||
register_block_type(
|
||||
'leadin/hubspot-meeting-block',
|
||||
array(
|
||||
'editor_script' => AssetsManager::GUTENBERG,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user