mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
fix setting label
This commit is contained in:
parent
628c91d362
commit
8803b8f4c4
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"show_tagline": "Show Tagline"
|
||||
"showTaglineBanner": "Show Tagline Banner"
|
||||
}
|
|
@ -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);
|
Loading…
Add table
Reference in a new issue