Generalize tags to flags
This commit is contained in:
8
botanjs/src/externs/Astro.Blog.AstroEdit.IPlugin.js
Normal file
8
botanjs/src/externs/Astro.Blog.AstroEdit.IPlugin.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @constructor Plugin Interface */
|
||||
Astro.Blog.AstroEdit.IPlugin = function(){};
|
||||
/** @type {String} */
|
||||
Astro.Blog.AstroEdit.IPlugin.id;
|
||||
/** @type {Function} */
|
||||
Astro.Blog.AstroEdit.IPlugin.setFromData;
|
||||
/** @type {Function} */
|
||||
Astro.Blog.AstroEdit.IPlugin.getSetData;
|
@@ -1,6 +0,0 @@
|
||||
/** @constructor */
|
||||
Astro.Blog.AstroEdit.Tag = function(){};
|
||||
/** @type {Function} */
|
||||
Astro.Blog.AstroEdit.Tag.getTags;
|
||||
/** @type {Function} */
|
||||
Astro.Blog.AstroEdit.Tag.setTags;
|
@@ -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;
|
||||
|
@@ -27,6 +27,8 @@ _AstJson_.AJaxGetArticle.entry;
|
||||
_AstJson_.AJaxGetArticle.entry.date_published;
|
||||
/** @type {Array} */
|
||||
_AstJson_.AJaxGetArticle.entry.tags;
|
||||
/** @type {Array} */
|
||||
_AstJson_.AJaxGetArticle.entry.section;
|
||||
/** @type {String} */
|
||||
_AstJson_.AJaxGetArticle.entry.text;
|
||||
/** @type {String} */
|
||||
|
Reference in New Issue
Block a user