mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
FEATURE: select-kit api to modify collection header
This commit is contained in:
@ -25,7 +25,7 @@ import { modifySelectKit } from "select-kit/mixins/plugin-api";
|
||||
import { addGTMPageChangedCallback } from 'discourse/lib/page-tracker';
|
||||
|
||||
// If you add any methods to the API ensure you bump up this number
|
||||
const PLUGIN_API_VERSION = '0.8.16';
|
||||
const PLUGIN_API_VERSION = '0.8.17';
|
||||
|
||||
class PluginApi {
|
||||
constructor(version, container) {
|
||||
|
Reference in New Issue
Block a user