I created a custom package in the App_plugins folder. This package has a macros parti view in this directory: ~/App_Plugins/[YourPackageName]/Views/MacroPartials
However umbraco 8.1.3 doesn't list this macro partial view when I try to set the view for the Macro I created.
This is the code inside the view:
@inherits Umbraco.Web.Macros.PartialViewMacroPage
<h1>This is a test</h1>
Partial View Macros as part of a package
I created a custom package in the App_plugins folder. This package has a macros parti view in this directory:
~/App_Plugins/[YourPackageName]/Views/MacroPartials
However umbraco 8.1.3 doesn't list this macro partial view when I try to set the view for the Macro I created.This is the code inside the view:
This is a .cshtml file
Hi Christopher,
Yes - This is bug. Please can you raise this in issue tracker.
In v7, we had option to change the path manually but now we don't have that option.
Cheers,
Shaishav
is working on a reply...