fix setting label

This commit is contained in:
Sacha Greif 2015-02-11 18:19:09 +09:00
parent 628c91d362
commit 8803b8f4c4
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
{
"show_tagline": "Show Tagline"
"showTaglineBanner": "Show Tagline Banner"
}

View file

@ -3,8 +3,8 @@ heroModules.push({
order: 0
});
var showTagline = {
propertyName: 'showTagline',
var showTaglineBanner = {
propertyName: 'showTaglineBanner',
propertySchema: {
type: Boolean,
optional: true,
@ -15,4 +15,4 @@ var showTagline = {
}
}
}
addToSettingsSchema.push(showTagline);
addToSettingsSchema.push(showTaglineBanner);