mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-28 19:23:33 +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
116 lines
3.3 KiB
JSON
Executable File
116 lines
3.3 KiB
JSON
Executable File
{
|
|
"font-name": "VideoJS",
|
|
"root-dir": "./node_modules/material-design-icons/",
|
|
"icons": [{
|
|
"name": "play",
|
|
"svg": "av/svg/production/ic_play_arrow_48px.svg"
|
|
}, {
|
|
"name": "play-circle",
|
|
"svg": "av/svg/production/ic_play_circle_outline_48px.svg"
|
|
}, {
|
|
"name": "pause",
|
|
"svg": "av/svg/production/ic_pause_48px.svg"
|
|
}, {
|
|
"name": "volume-mute",
|
|
"svg": "av/svg/production/ic_volume_off_48px.svg"
|
|
}, {
|
|
"name": "volume-low",
|
|
"svg": "av/svg/production/ic_volume_mute_48px.svg"
|
|
}, {
|
|
"name": "volume-mid",
|
|
"svg": "av/svg/production/ic_volume_down_48px.svg"
|
|
}, {
|
|
"name": "volume-high",
|
|
"svg": "av/svg/production/ic_volume_up_48px.svg"
|
|
}, {
|
|
"name": "fullscreen-enter",
|
|
"svg": "navigation/svg/production/ic_fullscreen_48px.svg"
|
|
}, {
|
|
"name": "fullscreen-exit",
|
|
"svg": "navigation/svg/production/ic_fullscreen_exit_48px.svg"
|
|
}, {
|
|
"name": "square",
|
|
"svg": "image/svg/production/ic_crop_square_48px.svg"
|
|
}, {
|
|
"name": "spinner",
|
|
"svg": "image/svg/production/ic_camera_48px.svg"
|
|
}, {
|
|
"name": "subtitles",
|
|
"svg": "av/svg/production/ic_subtitles_48px.svg"
|
|
}, {
|
|
"name": "captions",
|
|
"svg": "av/svg/production/ic_closed_caption_48px.svg"
|
|
}, {
|
|
"name": "chapters",
|
|
"svg": "action/svg/production/ic_list_48px.svg"
|
|
}, {
|
|
"name": "share",
|
|
"svg": "social/svg/production/ic_share_48px.svg"
|
|
}, {
|
|
"name": "cog",
|
|
"svg": "action/svg/production/ic_settings_48px.svg"
|
|
}, {
|
|
"name": "circle",
|
|
"svg": "image/svg/production/ic_brightness_1_48px.svg"
|
|
}, {
|
|
"name": "circle-outline",
|
|
"svg": "image/svg/production/ic_panorama_fish_eye_48px.svg"
|
|
}, {
|
|
"name": "circle-inner-circle",
|
|
"svg": "image/svg/production/ic_adjust_48px.svg"
|
|
}, {
|
|
"name": "hd",
|
|
"svg": "av/svg/production/ic_hd_24px.svg"
|
|
}, {
|
|
"name": "cancel",
|
|
"svg": "navigation/svg/production/ic_cancel_48px.svg"
|
|
}, {
|
|
"name": "replay",
|
|
"svg": "av/svg/production/ic_replay_48px.svg"
|
|
}, {
|
|
"name": "facebook",
|
|
"svg": "facebook.svg",
|
|
"root-dir": "./custom-icons/fontawesome/"
|
|
}, {
|
|
"name": "gplus",
|
|
"svg": "gplus.svg",
|
|
"root-dir": "./custom-icons/fontawesome/"
|
|
}, {
|
|
"name": "linkedin",
|
|
"svg": "linkedin.svg",
|
|
"root-dir": "./custom-icons/fontawesome/"
|
|
}, {
|
|
"name": "twitter",
|
|
"svg": "twitter.svg",
|
|
"root-dir": "./custom-icons/fontawesome/"
|
|
}, {
|
|
"name": "tumblr",
|
|
"svg": "tumblr.svg",
|
|
"root-dir": "./custom-icons/fontawesome/"
|
|
}, {
|
|
"name": "pinterest",
|
|
"svg": "pinterest.svg",
|
|
"root-dir": "./custom-icons/fontawesome/"
|
|
}, {
|
|
"name": "audio-description",
|
|
"svg": "audio-description.svg",
|
|
"root-dir": "./custom-icons/"
|
|
}, {
|
|
"name": "audio",
|
|
"svg": "hardware/svg/production/ic_headset_48px.svg"
|
|
}, {
|
|
"name": "next-item",
|
|
"svg": "av/svg/production/ic_skip_next_48px.svg"
|
|
}, {
|
|
"name": "previous-item",
|
|
"svg": "av/svg/production/ic_skip_previous_48px.svg"
|
|
}, {
|
|
"name": "picture-in-picture-enter",
|
|
"svg": "action/svg/production/ic_picture_in_picture_alt_48px.svg"
|
|
}, {
|
|
"name": "picture-in-picture-exit",
|
|
"svg": "picture-in-picture-exit.svg",
|
|
"root-dir": "./custom-icons/"
|
|
}]
|
|
}
|