Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter's topics with deeper research.
Exercise 13.1 – Online material
Online material could be created by Microsoft or third-parties, or extra content for this book.
Umbraco CMS Documentation: https://docs.umbraco.com/umbraco-cms
Editor's Manual: https://docs.umbraco.com/umbraco-cms/tutorials/editors-manual
Exercise 13.2 – Practice exercises
Practice exercises go deeper into the topics for this chapter.
Define a document type for a blog entry with the following properties:
- Title: Text string for the blog post title.
- Body Text: Rich text editor for the main content of the post.
- Author: Text string or content picker for the author’s name or profile.
- Publish Date: Date picker for when the post should be published.
- Tags: Multiple text strings or tags for categorizing the post.
- Featured Image: Media picker for the...