Make profile image force aspect ratio setting confugurable

This commit is contained in:
Kijin Sung 2022-01-28 16:14:44 +09:00
parent 6e0b4ab688
commit 8d67f80283
5 changed files with 28 additions and 5 deletions

View file

@ -303,6 +303,7 @@ $lang->cmd_optional = 'Optional';
$lang->cmd_disabled = 'Disabled';
$lang->cmd_image_max_width = 'Max Width';
$lang->cmd_image_max_height = 'Max Height';
$lang->cmd_image_force_ratio = 'Fixed Aspect Ratio';
$lang->cmd_input_extend_form = 'Add Signup Form Field';
$lang->about_multi_type = 'Enter the value of multi-or single-item selection.(separated by line breaks)';
$lang->msg_delete_extend_form = 'Delete the selected item.';