Vulcan/packages/telescope-base/lib/base.js

11 lines
244 B
JavaScript
Raw Normal View History

// 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 = [];