mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: PluginApi function to customize search menu assistant item behavior (#24992)
This commit is contained in:

committed by
GitHub

parent
87883a1963
commit
3c6362bb26
@ -7,6 +7,12 @@ in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.20.0] - 2023-12-20
|
||||
|
||||
### Added
|
||||
|
||||
- Added `addSearchMenuAssistantSelectCallback` function, which is used to override the behavior of clicking a search menu assistant item. If any callback returns false, the core behavior will not be executed.
|
||||
|
||||
## [1.19.0] - 2023-12-13
|
||||
|
||||
### Added
|
||||
|
Reference in New Issue
Block a user