mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-01-23 22:58:51 +01:00
aa6520daac
* Added frontend development files/environment * More items-categories related removals * Improvements in pages templates (inc. static pages) * Improvements in video player * Added empty home page message + cta * Updates in media, playlist and management pages * Improvements in material icons font loading * Replaced media & playlists links in frontend dev-env * frontend package version update * chnaged frontend dev url port * static files update * Changed default position of theme switcher * enabled frontend docker container
25 lines
1.6 KiB
Plaintext
Executable File
25 lines
1.6 KiB
Plaintext
Executable File
<% htmlWebpackPlugin.options.appMountId = htmlWebpackPlugin.options.appMountId || null %>
|
|
<% htmlWebpackPlugin.options.appMountIds = htmlWebpackPlugin.options.appMountIds || [] %>
|
|
|
|
<% htmlWebpackPlugin.options.files = htmlWebpackPlugin.options.files || [] %>
|
|
<% htmlWebpackPlugin.options.files.chunks = htmlWebpackPlugin.options.files.chunks || [] %>
|
|
<% htmlWebpackPlugin.options.files.jsIntegrity = htmlWebpackPlugin.options.files.jsIntegrity || false %>
|
|
|
|
<% htmlWebpackPlugin.options.unsupportedBrowser = htmlWebpackPlugin.options.unsupportedBrowser || false %>
|
|
|
|
<% htmlWebpackPlugin.options.lang = htmlWebpackPlugin.options.lang || "en" %>
|
|
|
|
<% htmlWebpackPlugin.options.html = htmlWebpackPlugin.options.html || {} %>
|
|
|
|
<% htmlWebpackPlugin.options.html.head = htmlWebpackPlugin.options.html.head || {} %>
|
|
<% htmlWebpackPlugin.options.html.head.meta = htmlWebpackPlugin.options.html.head.meta || [] %>
|
|
<% htmlWebpackPlugin.options.html.head.links = htmlWebpackPlugin.options.html.head.links || [] %>
|
|
<% htmlWebpackPlugin.options.html.head.scripts = htmlWebpackPlugin.options.html.head.scripts || [] %>
|
|
|
|
<% htmlWebpackPlugin.options.html.body = htmlWebpackPlugin.options.html.body || {} %>
|
|
<% htmlWebpackPlugin.options.html.body.scripts = htmlWebpackPlugin.options.html.body.scripts || [] %>
|
|
<% htmlWebpackPlugin.options.html.body.snippet = htmlWebpackPlugin.options.html.body.snippet || '' %>
|
|
|
|
<% htmlWebpackPlugin.options.window = htmlWebpackPlugin.options.window || {} %>
|
|
|
|
<% htmlWebpackPlugin.options.googleAnalytics = htmlWebpackPlugin.options.googleAnalytics || false %> |