We're doing a lot of testing for mobile, and when we use OrchardCore.ContentPreview view, in the head
tag above the two iframes, there isn't a viewport in place.
Something like<meta name="viewport" content="width=device-width, initial-scale=1">
Is there anything in place to extend the ContentPreview module or a better way to handle this?
Users Audit Trail
feature, enabling this results in an error most likely because it has a dependency on the Audit Trail
feature which is nowhere to be seen.OrchardCore.Application.Cms.Targets
package dependency in our start up project and can see the OrchardCore.AuditTrail
module referenced. There is also nothing in the logs to indicate and error with this. Any ideas or suggestions for further troubleshooting?
Create()
method of the migration?
MyPart__Edit
is not found. The MyPart.Edit.cshtml
file is definitely in the Views folder. I don't see anything in the logs to indicate why it is not found.
OrchardCore.DisplayManagement.Implementation.DefaultHtmlDisplay.ExecuteAsync(DisplayContext context)
. Could I replace the default implementation and debug it?