[captions-selector] add autoload option

This commit is contained in:
Araxeus
2023-03-16 20:36:20 +02:00
parent 7018481b1d
commit b45c628142
3 changed files with 30 additions and 12 deletions

View File

@ -0,0 +1,3 @@
const { PluginConfig } = require("../../config/dynamic");
const config = new PluginConfig("captions-selector", { enableFront: true });
module.exports = { ...config };