Spaces:
Sleeping
Sleeping
change dependencies to static and put storeUI.css there, trying to create and serve html file to handle print
bbbe8ba
| { | |
| "Legacy": { | |
| "5ePHB": { | |
| "name": "5e PHB", | |
| "renderer": "legacy", | |
| "baseTheme": false, | |
| "path": "5ePHB" | |
| } | |
| }, | |
| "V3": { | |
| "5eDMG": { | |
| "name": "5e DMG", | |
| "renderer": "V3", | |
| "baseTheme": "5ePHB", | |
| "baseSnippets": "5ePHB", | |
| "path": "5eDMG" | |
| }, | |
| "5ePHB": { | |
| "name": "5e PHB", | |
| "renderer": "V3", | |
| "baseTheme": false, | |
| "baseSnippets": false, | |
| "path": "5ePHB" | |
| }, | |
| "Blank": { | |
| "name": "Blank", | |
| "renderer": "V3", | |
| "baseTheme": false, | |
| "baseSnippets": false, | |
| "path": "Blank" | |
| }, | |
| "Journal": { | |
| "name": "Journal", | |
| "renderer": "V3", | |
| "baseTheme": false, | |
| "baseSnippets": "5ePHB", | |
| "path": "Journal" | |
| } | |
| } | |
| } |