-
Notifications
You must be signed in to change notification settings - Fork 14
Customizing the public layout
François Parmentier edited this page Mar 14, 2019
·
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 <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.
just copy index.html
in src/app/custom