Skip to content

Commit

Permalink
Add Rcl library to view imports
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkyjac committed Oct 16, 2024
1 parent 7ab6899 commit 8642701
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/DancingGoat-Shopify/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:56420",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
Expand All @@ -15,13 +7,21 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"DancingGoat": {
"XbyKUpdate": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:56420",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"applicationUrl": "http://localhost:13268"
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:14065",
"sslPort": 0
}
}
}
Expand Down
1 change: 1 addition & 0 deletions examples/DancingGoat-Shopify/Views/_ViewImports.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

@using Microsoft.AspNetCore.Mvc.Localization

@using Kentico.Xperience.Shopify.Rcl.Views.Shared.FormComponents
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Kentico.Content.Web.Mvc
@addTagHelper *, Kentico.Web.Mvc
Expand Down

0 comments on commit 8642701

Please sign in to comment.