[Part 4] - How to Create a New Decoupled Orchard Core CMS Website


This lecture will cover the following topics: Configuring the Preview feature for Blog Posts One very useful feature for the users who will have to edit the content is called Preview. If you try to edit a blog post and click on the Preview button, a new window will open with a live preview of the currently edited values. While editing an existing blog post, click on Preview, and snap the new windows on the side. Edit the Title while the preview window is visible, and notice how the result updated automatically. The CMS doesn't know what Razor Page to use when rendering a content item and will use a generic one instead. However, the same way we provided a pattern for generating an alias, we can provide a pattern to invoke a specific page for previewing a content item. Watch Part 3: https://youtu.be/0rdIG-SE-mU Watch Part 2: https://youtu.be/uzFUcK-wIrgr Watch Part 1: https://youtu.be/kKRGqaaG1WE Like || Share || Spread || Love Make sure you subscribe to our YouTube Channel and never miss our latest video:- http://bit.ly/Kaushik-roy-chowdhury-subscribe Support The Channel By Donations: https://www.patreon.com/deveducator For more updates Follow us on:- Visit- https://kaushikroychowdhury.com Facebook- https://www.facebook.com/deveducate Twitter- https://twitter.com/krchome58 Linkedin- https://www.linkedin.com/in/chowdhurykaushik Github- https://github.com/krchome Blogger- https://krchome1.blogspot.com/ Live Journal- https://ext-5537239.livejournal.com/ MIx - https://mix.com/kaushikroychowdhury #KaushikRoyChowdhury #OrchardCoreCMS #OrchardCoreCMSTutorials

Comments

Popular posts from this blog

How to Fix "JsonReaderException: '}' is invalid after a single JSON valu...

Create an ASP.NET 5 MVC React Comment Box Application with Server-Side Data

ASP NET Core 3 1 Build a Complete MVC ToDo List Application Part 11