mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
implement window/tab title update
This commit is contained in:
parent
46d27ebfe8
commit
88ab363b4a
3 changed files with 133 additions and 55 deletions
18
config.json
18
config.json
|
|
@ -1,11 +1,19 @@
|
|||
{
|
||||
"app":
|
||||
{
|
||||
"title":"Yoda",
|
||||
"theme":"Default",
|
||||
"header":
|
||||
{
|
||||
"enabled":true,
|
||||
"title":
|
||||
{
|
||||
"default":"Yoda",
|
||||
"postfix":" - Yoda",
|
||||
"length":
|
||||
{
|
||||
"max":32
|
||||
}
|
||||
},
|
||||
"button":
|
||||
{
|
||||
"close":true
|
||||
|
|
@ -17,6 +25,14 @@
|
|||
{
|
||||
"page":
|
||||
{
|
||||
"title":
|
||||
{
|
||||
"default":"New page",
|
||||
"length":
|
||||
{
|
||||
"max":32
|
||||
}
|
||||
},
|
||||
"redirect":
|
||||
{
|
||||
"follow":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue