Allow SVG and WebP image uploads in layout configuration

This commit is contained in:
Kijin Sung 2024-01-30 21:22:15 +09:00
parent cac0ea171c
commit bbcbe04838
3 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ $lang->layout_editing_deprecated_p4 = 'The original source code is stored in the
$lang->layout_editing_deprecated_p5 = 'Caution: Clicking Reset will roll back the layout source code to the original. You cannot return to this screen afterward.<br />Please back up the edited source code below before clicking Reset.';
$lang->layout_image_repository = 'Layout Repository';
$lang->about_layout_image_repository = 'You can upload image/flash files for the selected layout. They will be included in exports.';
$lang->msg_layout_image_target = 'Only gif, png, jpg, swf, flv files are allowed';
$lang->msg_layout_image_target = 'Only gif, jpg, png, svg, webp files are allowed.';
$lang->layout_migration = 'Layout Migration';
$lang->about_layout_migration = 'You can export or import the editted layout as a tar file. (So far only FaceOff supports exports/imports)';
$lang->about_faceoff['title'] = 'Rhymix FaceOff Layout Manager';