Modification in Default Manage Content Grid View Design #12350
-
Hey, The default grid view design of Manage Content in Orchard that is, but I want to modify it like this one, Is there's any possible solution for it? I will be grateful for any help you can provide. @Skrypt @ns8482e @lampersky |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
I think you will need to override the current OrchardCore.Contents modules razor view for achieving that. Though, I can't guarantee that we won't break anything in the future if you go that path. The other option is to copy the entire OrchardCore.Contents module and to rename it and customize it for your own needs. |
Beta Was this translation helpful? Give feedback.
-
@Syed-Hasnain-Askari currently there is no shared/single view that you can override. However for Cotent Items list you can override ContentsAdminList view |
Beta Was this translation helpful? Give feedback.
@Syed-Hasnain-Askari currently there is no shared/single view that you can override. However for Cotent Items list you can override ContentsAdminList view