File tree Expand file tree Collapse file tree 4 files changed +34
-4
lines changed
Umbraco.Cms.Integrations.Commerce.Shopify
Umbraco.Cms.Integrations.Crm.Hubspot/wwwroot Expand file tree Collapse file tree 4 files changed +34
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ src/Testsite/App_Plugins/Our.Umbraco.DashIt
6
6
src /Testsite /umbraco
7
7
src /Testsite /Views
8
8
src /Testsite /wwwroot
9
- src /Umbraco.Cms.Integrations.Commerce.Shopify /wwwroot
10
- src /Umbraco.Cms.Integrations.Crm.Hubspot /wwwroot
11
- src /Umbraco.Cms.Integrations.Crm.Dynamics /wwwroot
9
+ src /Umbraco.Cms.Integrations.Commerce.Shopify /wwwroot /*
10
+ ! src /Umbraco.Cms.Integrations.Commerce.Shopify /wwwroot /umbraco-package.json
11
+ src /Umbraco.Cms.Integrations.Crm.Hubspot /wwwroot /*
12
+ ! src /Umbraco.Cms.Integrations.Crm.Hubspot /wwwroot /umbraco-package.json
13
+ src /Umbraco.Cms.Integrations.Crm.Dynamics /wwwroot /*
14
+ ! src /Umbraco.Cms.Integrations.Crm.Dynamics /wwwroot /umbraco-package.json
12
15
13
16
14
17
# User-specific files
Original file line number Diff line number Diff line change 1
- export const outputPath = 'Debug ' !== 'Release' ? '../wwwroot' : '../obj/Debug /net8.0/clientassets'
1
+ export const outputPath = 'Release ' !== 'Release' ? '../wwwroot' : '../obj/Release /net8.0/clientassets'
Original file line number Diff line number Diff line change
1
+ {
2
+ "id" : " Umbraco.Cms.Integrations.Commerce.Shopify" ,
3
+ "name" : " Umbraco CMS Integrations: Commerce - Shopify" ,
4
+ "version" : " 1.0.0" ,
5
+ "extensions" : [
6
+ {
7
+ "name" : " Umbraco EntryPoint" ,
8
+ "alias" : " Umb.Shopify.EntryPoint" ,
9
+ "type" : " entryPoint" ,
10
+ "js" : " /App_Plugins/Shopify/shopify.js"
11
+ }
12
+ ]
13
+ }
14
+
Original file line number Diff line number Diff line change
1
+ {
2
+ "id" : " Umbraco.Cms.Integrations.Crm.HubSpot" ,
3
+ "name" : " Umbraco CMS Integrations: CRM - HubSpot" ,
4
+ "version" : " 5.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
+ }
12
+ ]
13
+ }
You can’t perform that action at this time.
0 commit comments