mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-07-25 15:03:31 +00:00
Feat/check input (#1089)
* docs: instructions to set frames per seconds on sprites * feat: add more validation * remove reduntant line
This commit is contained in:
@ -530,3 +530,8 @@ LANGUAGES = [
|
||||
]
|
||||
|
||||
LANGUAGE_CODE = 'en' # default language
|
||||
|
||||
SPRITE_NUM_SECS = 10
|
||||
# number of seconds for sprite image.
|
||||
# If you plan to change this, you must also follow the instructions on admin_docs.md
|
||||
# to change the equivalent value in ./frontend/src/static/js/components/media-viewer/VideoViewer/index.js and then re-build frontend
|
Reference in New Issue
Block a user