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:
Markos Gogoulos
2024-10-19 14:17:19 +03:00
committed by GitHub
parent 6bbd4c2809
commit aa8a2d92dc
4 changed files with 57 additions and 12 deletions

View File

@ -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