mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
Adding back title setting
This commit is contained in:
parent
a5cb730317
commit
3c912420bf
1 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
settingsSchemaObject = {
|
||||
title: {
|
||||
type: String,
|
||||
label: "Title",
|
||||
optional: true,
|
||||
autoform: {
|
||||
group: 'general'
|
||||
}
|
||||
},
|
||||
siteUrl: {
|
||||
type: String,
|
||||
optional: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue