now i need to add its layout in Advance Option
But when i am clicking on Custom view it is showing me by default root folder
and there is no app plugin file available in my project
also i have added my view in root folder but i am getting that too disabled
how can i solve this
Just thought I'd mention that there's a package called Umbraco.Community.BlockPreview, which allows you to use your .cshtml files as the block preview views.
Umbraco Block Grid
I am working in Umbraco Block Grids
I have created 1 new Element type in it
now i need to add its layout in Advance Option But when i am clicking on Custom view it is showing me by default root folder and there is no app plugin file available in my project
also i have added my view in root folder but i am getting that too disabled how can i solve this
Thanks and Regards Aadarsh
Hi Aadarsh,
The backoffice only allows html files as custom templates based on angularjs. You can find the documentation here:
https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/build-custom-view-for-blocks
Just thought I'd mention that there's a package called Umbraco.Community.BlockPreview, which allows you to use your .cshtml files as the block preview views.
Marketplace link: https://marketplace.umbraco.com/package/umbraco.community.blockpreview
is working on a reply...