Which Umbraco.Community.BlockPreview version are you using?
5.2.1
Which Umbraco version are you using? For example: 10.4.0 - don't just write v10
17.1
Bug summary
Inline editing mode isn't respected in block list so I have to create empty views in block-folder (with some instruction text so it's not completely white) so I don't get "can't find view"-error.
This is the setup.
options.BlockList = new() { Enabled = true, Stylesheets = ["/dist/main.css"], ViewLocations = [ "/Views/Partials/blocklist/Components/NestedComponents/{0}.cshtml", "/Views/Partials/blocklist/Components/{0}.cshtml" ] };
Steps to reproduce
- Create a block list containing one block that doesn't have a view.
- Set "Inline editing mode" to true
- Create a block in that list and get a "can't find view"-error.
Expected result / actual result
Getting a kind of accordion where you just edit the properties without any preview at all.
Which Umbraco.Community.BlockPreview version are you using?
5.2.1
Which Umbraco version are you using? For example: 10.4.0 - don't just write v10
17.1
Bug summary
Inline editing mode isn't respected in block list so I have to create empty views in block-folder (with some instruction text so it's not completely white) so I don't get "can't find view"-error.
This is the setup.
options.BlockList = new() { Enabled = true, Stylesheets = ["/dist/main.css"], ViewLocations = [ "/Views/Partials/blocklist/Components/NestedComponents/{0}.cshtml", "/Views/Partials/blocklist/Components/{0}.cshtml" ] };Steps to reproduce
Expected result / actual result
Getting a kind of accordion where you just edit the properties without any preview at all.