plugin updates

This commit is contained in:
Tony Volpe
2024-10-24 12:57:16 -04:00
parent 8217f0dbed
commit 5e040c9234
399 changed files with 3377 additions and 46318 deletions

View File

@@ -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,
)