We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d49da commit b7c90aeCopy full SHA for b7c90ae
src/Umbraco.Cms.Integrations.Crm.Hubspot/Client/public/umbraco-package.json
@@ -1,13 +1,13 @@
1
{
2
"id": "Umbraco.Cms.Integrations.Crm.HubSpot",
3
"name": "Umbraco CMS Integrations: CRM - HubSpot",
4
- "version": "5.0.0",
+ "version": "6.0.0",
5
"extensions": [
6
- {
7
- "name": "Umbraco EntryPoint",
8
- "alias": "Umb.Hubspot.EntryPoint",
9
- "type": "entryPoint",
10
- "js": "/App_Plugins/HubspotForms/hubspot.js"
11
- }
+ {
+ "name": "Umbraco EntryPoint",
+ "alias": "Umb.Hubspot.EntryPoint",
+ "type": "backofficeEntryPoint",
+ "js": "/App_Plugins/HubspotForms/hubspot.js"
+ }
12
]
13
}
0 commit comments