Content

The content is where your editors will update the content that you have defined in your content types.

System Properties

There are some system properties that do specific things

Id: This is the ID of your content

Url: This is the page url that is put in the address bar to get this page, you can customise this to whatever you want

Hide From Navigation: While this does nothing within the CMS, it allows you to skip content when creating navigation's in your code

Internal Redirect Id: This allows you to display a completely different page. For example, on the starter site, we have a 'Website' page at the root. But we want to show the home page when someone browses to the root of our website /. Other wise the only way they would see the home page is if they browsed to /home

Content View: This is the view that is used to display your page to the end user. Usually you will only have one View, but some pages could have different layouts.

The system properties, showing the Home page selected as an Internal Redirect Id
Example of properties on a content page

Last updated