mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-15 11:38:53 -05:00
* 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
27 lines
847 B
JSON
Executable File
27 lines
847 B
JSON
Executable File
{
|
|
"font-name": "MediaCmsVideoJsIcons",
|
|
"root-dir": "./node_modules/material-design-icons/",
|
|
"icons": [{
|
|
"name": "default-view",
|
|
"svg": "image/svg/production/ic_crop_5_4_48px.svg"
|
|
}, {
|
|
"name": "theater-view",
|
|
"svg": "image/svg/production/ic_crop_7_5_48px.svg"
|
|
}, {
|
|
"name": "navigate-before",
|
|
"svg": "image/svg/production/ic_navigate_before_48px.svg"
|
|
}, {
|
|
"name": "navigate-next",
|
|
"svg": "image/svg/production/ic_navigate_next_48px.svg"
|
|
}, {
|
|
"name": "done",
|
|
"svg": "action/svg/production/ic_done_48px.svg"
|
|
}, {
|
|
"name": "close",
|
|
"svg": "navigation/svg/production/ic_close_48px.svg"
|
|
}, {
|
|
"name": "closed-caption",
|
|
"svg": "av/svg/production/ic_closed_caption_48px.svg"
|
|
}]
|
|
}
|