mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add medal max allow wear number
This commit is contained in:
@@ -127,6 +127,10 @@ class EditSetting extends Page implements Forms\Contracts\HasForms
|
||||
->integer()
|
||||
->label(__('label.setting.system.change_username_min_interval_in_days'))
|
||||
,
|
||||
Forms\Components\TextInput::make('system.maximum_number_of_medals_can_be_worn')
|
||||
->integer()
|
||||
->label(__('label.setting.system.maximum_number_of_medals_can_be_worn'))
|
||||
,
|
||||
])->columns(2);
|
||||
|
||||
$tabs = apply_filter('nexus_setting_tabs', $tabs);
|
||||
|
||||
Reference in New Issue
Block a user