Vulcan/packages/telescope-base/lib/base.js
2014-06-22 15:54:54 +09:00

10 lines
244 B
JavaScript

// Initialize common arrays
// array containing properties to be added to the post schema on startup.
addToPostSchema = [];
// array containing items in the views menu
viewNav = [];
// array containing items in the admin menu
adminNav = [];