-
Notifications
You must be signed in to change notification settings - Fork 14
Customizing the public layout
Nicolas Thouvenin edited this page Oct 26, 2017
·
6 revisions
, 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.
just copy index.html
in src/app/custom