forked from Botanical/BotanJS
Astro Classes
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/** @type {Object} */
|
||||
_AstConf_.AstroEdit = {};
|
||||
/** @type {String} */
|
||||
_AstConf_.AstroEdit.article_id;
|
||||
/** @type {object} */
|
||||
_AstConf_.AstroEdit.paths = {};
|
||||
/** @type {string} */
|
||||
_AstConf_.AstroEdit.paths.set_article;
|
||||
/** @type {string} */
|
||||
_AstConf_.AstroEdit.paths.get_article;
|
||||
/** @type {string} */
|
||||
_AstConf_.AstroEdit.paths.get_drafts;
|
||||
/** @type {string} */
|
||||
_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;
|
||||
Reference in New Issue
Block a user