add medal max allow wear number

This commit is contained in:
xiaomlove
2023-01-30 14:47:02 +08:00
parent 2eaf5eabd1
commit 3edb283b62
9 changed files with 20 additions and 1 deletions

View File

@@ -438,5 +438,6 @@ return array (
'system' => [
'change_username_min_interval_in_days' => '365',
'change_username_card_allow_characters_outside_the_alphabets' => 'no',
'maximum_number_of_medals_can_be_worn' => 3,
],
);