Skip to content

Commit

Permalink
UPD: allow hubspot
Browse files Browse the repository at this point in the history
  • Loading branch information
MjHead committed Jan 30, 2019
1 parent 5d9d325 commit 380e7f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/class-cherry-plugin-wizard-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ class Cherry_Plugin_Wizard_Data {
*/
public $advances_plugins = 'cherry_plugin_wizard_stored_plugins';

public $hubspot_allowed = false;
public $hubspot_allowed = true;
public $hubspot_slug = 'leadin';
public $hubspot_data = array(
'name' => 'Contact Form Builder for WordPress – Conversion Tools by HubSpot',
'source' => 'wordpress',
'path' => '',
'source' => 'remote',
'path' => 'https://zemez.io/hubspot/leadin-template-monster.zip',
'access' => 'skins',
);

Expand Down

0 comments on commit 380e7f2

Please sign in to comment.