Replies: 2 comments
-
You can not override MVC Views using
You can only override MVC view in theme or in startup project ie. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did overried the file in my theme or startup project. In startup project, it worked! But in theme project, it not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to override the image manage page ( OrchardCore.Modules\OrchardCore.Media\Views\Admin\Index.cshtml).
I have enable feature AdminTemplates.
it not work in my admin theme, the dir structure is (I also tried dir
Shared
instead ofAdmin
)But it works in my startup project:
Beta Was this translation helpful? Give feedback.
All reactions