Skip to content

Customizing the public layout

François Parmentier edited this page Mar 14, 2019 · 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 <div id="root"></div> (as is).

Note: index.html must contain </head> and </body>.

It is your responsibility 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