mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 04:16:37 -04:00
10 lines
244 B
JavaScript
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 = [];
|