forked from Botanical/BotanJS
Generalize tags to flags
This commit is contained in:
@@ -14,7 +14,15 @@ _AstConf_.AstroEdit.paths = {};
|
||||
_AstConf_.AstroEdit.paths.get_files;
|
||||
/** @type {string} */
|
||||
_AstConf_.AstroEdit.paths.set_file;
|
||||
/** @type {string} */
|
||||
_AstConf_.AstroEdit.paths.tag_count;
|
||||
/** @type {string} */
|
||||
_AstConf_.AstroEdit.paths.set_tag;
|
||||
|
||||
/** @type {object} */
|
||||
_AstConf_.AstroEdit.tags;
|
||||
/** @type {object} */
|
||||
_AstConf_.AstroEdit.sections;
|
||||
|
||||
/** @type {object} */
|
||||
_AstConf_.AstroEdit.flags = {};
|
||||
/** @type {string} */
|
||||
_AstConf_.AstroEdit.flags.URICount;
|
||||
/** @type {string} */
|
||||
_AstConf_.AstroEdit.flags.URISet;
|
||||
|
||||
Reference in New Issue
Block a user