rickbutterfield / Umbraco.Community.BlockPreview

Easy to use rich HTML backoffice previews for the Umbraco Block List and Block Grid editors.
MIT License
15 stars 10 forks source link

Enhanced preview capability when creating a page using content templates #52

Closed giordano-uselab closed 6 days ago

giordano-uselab commented 5 months ago

Feature summary

When creating a new page with a content template, it would be convenient to preview blocks without having to save the page initially.

Additional details

When utilizing a content template with sample content in a block grid to create a new page, you may encounter the alert: "Cannot create a preview: the page must be saved before a preview can be created.". Its purpose is to inform you that although there is sample content within the block grid, it won't be visible on the CMS until you save the page (publishing is not necessary, just saving is sufficient). This is the designed behavior for the BlockPreview component.

It would be advantageous to enable previewing blocks without having to save the page initially.

image
rickbutterfield commented 6 days ago

Hey @giordano-uselab, this is now in v1.10+ of BlockPreview!