-
Type:
Improvement
-
Status: Patch Awaiting Review (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.2.1
-
Fix Version/s: None
-
Component/s: ACP, Extensions
Putting extension configuration beside similar phpbb core configuration is the best behavior in many cases when the extension do a little change to phpBB work, 'core.acp_board_config_edit_add' event do this good, but extension writer can't add a combobox config ('type' => 'select') because it requires a core function or method, so I suggest simple function handle this.