You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
360 B

var config = exports;
config.PLUGIN_USER = "shakyshane";
config.PLUGIN_NAME = "Rewrite Rules";
config.PLUGIN_SLUG = "rewrite-rules";
config.OPT_PATH = [config.PLUGIN_USER, config.PLUGIN_SLUG];
config.NS = config.OPT_PATH.join(":");
config.EVENT_UPDATE = [config.PLUGIN_USER, config.PLUGIN_SLUG, 'updated'].join(":");
module.exports = config;