Limit options to title, favicon, apple. Add gui configuration!

This commit is contained in:
2019-08-21 21:31:57 +02:00
parent 09da46fd58
commit 41345d34b2
6 changed files with 155 additions and 61 deletions

View File

@@ -0,0 +1,30 @@
{
"config": {
"title": "Favicon",
"step": {
"config": {
"title": "Favicon changer",
"description": "Set the page title, favicon and/or iOS icons",
"data": {
"title": "Page title",
"favicon": "favicon URL",
"apple": "iOS icon URL"
}
}
},
"abort": {
"single_instance_allowed": "Only a single configuration of favicon is allowed."
}
},
"options": {
"step": {
"init": {
"data": {
"title": "Page title",
"favicon": "favicon URL",
"apple": "iOS icon URL"
}
}
}
}
}