mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 07:52:40 +00:00
Themes list to use object instead of array.
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"Legacy": [
|
||||
{
|
||||
"Legacy": {
|
||||
"5ePHB": {
|
||||
"name": "5e PHB",
|
||||
"renderer": "legacy",
|
||||
"baseTheme": false,
|
||||
"path": "5ePHB"
|
||||
}
|
||||
],
|
||||
"V3": [
|
||||
{
|
||||
},
|
||||
"V3": {
|
||||
"5eDMG": {
|
||||
"name": "5e DMG",
|
||||
"renderer": "V3",
|
||||
"baseTheme": "5ePHB",
|
||||
"path": "5eDMG"
|
||||
},
|
||||
{
|
||||
"5ePHB": {
|
||||
"name": "5e PHB",
|
||||
"renderer": "V3",
|
||||
"baseTheme": false,
|
||||
"path": "5ePHB"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user