mauzilla
11/03/2023, 9:56 AMmauzilla
11/03/2023, 10:03 AMAmbert
11/03/2023, 11:52 AMYoutubeWithTemplate
doctype with a property
- You've created a Template named youtubewithtemplate
- you've attached these to eachother, good!
- You've attached the (0:55) Page (copy)
template to the About page.
You have a Page (1:10) where you've allowed to create a subitem of type YoutubeWithTemplate
When going to the frontend url (/about) the Page template is loaded, as that is the one attached to it.
On 1:50 you're on the "This is a test' node that is based on your YoutubeWithTemplate
document type. When you would've clicked Info there, and then the Url, the page with your YoutubeWithTemplate
would've been loadedAmbert
11/03/2023, 11:53 AMAmbert
11/03/2023, 11:55 AMPage
document type. An document type is basically a blueprint of the page you want to create, so it can contain all fields you want the user to enter on that page.
So if you want to add a Header field? Toss in a MediaPicker on that page, want more text? Add a RTE on it too!
After this, in your template (in your case the Page template), you can get the properties of your currently used documenttype to show the information you've filled inAmbert
11/03/2023, 11:57 AMAmbert
11/03/2023, 11:58 AMAmbert
11/03/2023, 11:58 AMAmbert
11/03/2023, 11:58 AMAmbert
11/03/2023, 12:01 PMhtml
<div class="page-title">
<h1>
<span class="page-title-first">@Model.PageTitle</span>
<span class="page-title-second">@Model.SubTitle</span>
<span class="page-title-third">@Model.PageSubTitle</span>
</h1>
</div>
<div class="page-content">
@Model.PageContent
</div>
It would print the information on your pageAmbert
11/03/2023, 12:02 PMAmbert
11/03/2023, 12:04 PMAmbert
11/03/2023, 12:04 PMmauzilla
11/03/2023, 12:04 PMmauzilla
11/03/2023, 12:04 PMmauzilla
11/03/2023, 12:04 PMmauzilla
11/03/2023, 12:05 PMmauzilla
11/03/2023, 12:05 PMmauzilla
11/03/2023, 12:06 PMmauzilla
11/03/2023, 12:06 PMAmbert
11/03/2023, 12:06 PMmauzilla
11/03/2023, 12:07 PMmauzilla
11/03/2023, 12:07 PMmauzilla
11/03/2023, 12:07 PMAmbert
11/03/2023, 12:07 PMwww.site.com/about-us/header
pageAmbert
11/03/2023, 12:08 PMmauzilla
11/03/2023, 12:09 PMmauzilla
11/03/2023, 12:09 PMmauzilla
11/03/2023, 12:09 PMAmbert
11/03/2023, 12:10 PMAmbert
11/03/2023, 12:10 PMAmbert
11/03/2023, 12:11 PMJanae
11/03/2023, 3:53 PM