Table of Contents

Create a custom home page

What is an custom home page ?

When building a application you got a default home page.

Example (Northwind application home page) :

Fortunately it is possible to customize this home page by defining your own UI view with a specific template.

Example (Neos Studio application home page) :

How to create an custom home page

Step 1: Creates a UI view with a template. The template of the custom home page UI view must contains a frame container with a specified identifier.

<frames-container container-id="HomePageContainer" />

Step 2: Specifies its name with the frame container identifier in the cluster configuration file.

MainUIViewName: HomePageUI
MainFramesContainerId: HomePageContainer