Add Front folder for web fonts

The font folder is set in the layout folder for frontend and holds web
fonts.

There is a new symlink folder in the libs directory to match the FONT
folder name for backend fonts
This commit is contained in:
Clemens Schwaighofer
2019-12-11 13:53:36 +09:00
parent 0153c9721f
commit 8223441ca9
3 changed files with 6 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ DEFINE('PDFS', 'documents'.DS);
DEFINE('CSV', 'csv'.DS);
// css
DEFINE('CSS', 'css'.DS);
// font (web)
DEFINE('FONT', 'font'.DS);
// js
DEFINE('JS', 'javascript'.DS);
// table arrays