Initial commit of content.
This commit is contained in:
22
lib/modules/apostrophe-pages/index.js
Normal file
22
lib/modules/apostrophe-pages/index.js
Normal file
@@ -0,0 +1,22 @@
|
||||
// This configures the apostrophe-pages module to add a "home" page type to the
|
||||
// pages menu
|
||||
|
||||
module.exports = {
|
||||
types: [
|
||||
{
|
||||
name: 'district',
|
||||
label: 'District Page'
|
||||
},
|
||||
{
|
||||
name: 'avhs',
|
||||
label: 'High School Page'
|
||||
},
|
||||
{
|
||||
name: 'aves',
|
||||
label: 'Elementary School Page'
|
||||
}
|
||||
|
||||
// Add more page types here, but make sure you create a corresponding
|
||||
// template in lib/modules/apostrophe-pages/views/pages!
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user