Skip to content

Customizing the public layout

Nicolas Thouvenin edited this page Oct 26, 2017 · 6 revisions

with EzMaster

, you can upload one or more files to create your own public layout. The only requirement is to provide an index.html file containing an element with id root.

It is your responsability to include links to the administration and authentication pages:

  • administration: href must target /admin
  • authentication: href must target #/login

You can download the original layout from EzMaster to get started.

without ezmaster

just copy index.html in src/app/custom

Clone this wiki locally