Adding back title setting

This commit is contained in:
Anthony Mayer 2014-11-22 13:48:13 -08:00
parent a5cb730317
commit 3c912420bf

View file

@ -1,4 +1,12 @@
settingsSchemaObject = {
title: {
type: String,
label: "Title",
optional: true,
autoform: {
group: 'general'
}
},
siteUrl: {
type: String,
optional: true,