Add the initial file support for the restructured system using the improved knowledge that I've gained since initial implementation
This commit is contained in:
parent
4f1d6614e5
commit
c58d6cc58f
3 changed files with 8 additions and 5 deletions
13
system.json
13
system.json
|
|
@ -7,9 +7,9 @@
|
|||
"manifest": "https://github.com/Oliver-Akins/Text-Actors-Foundry/releases/latest/download/system.json",
|
||||
"url": "https://github.com/Oliver-Akins/Text-Actors-Foundry",
|
||||
"compatibility": {
|
||||
"minimum": 12,
|
||||
"verified": 12,
|
||||
"maximum": 12
|
||||
"minimum": 13,
|
||||
"verified": 13,
|
||||
"maximum": 13
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
|
|
@ -18,10 +18,13 @@
|
|||
}
|
||||
],
|
||||
"esmodules": [
|
||||
"src/main.mjs"
|
||||
"./module/main.mjs"
|
||||
],
|
||||
"styles": [
|
||||
".styles/root.css"
|
||||
{
|
||||
"src": "./styles/main.css",
|
||||
"layer": "system"
|
||||
}
|
||||
],
|
||||
"packs": [],
|
||||
"documentTypes": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue