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