Datamodel + Appv2 migration, WIP
This commit is contained in:
41
system.json
41
system.json
@@ -333,7 +333,46 @@
|
||||
"distance": 1.5,
|
||||
"units": "m"
|
||||
},
|
||||
"flags": {
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": {
|
||||
"htmlFields": [
|
||||
"details.biography",
|
||||
"details.notes"
|
||||
]
|
||||
},
|
||||
"encounter": {
|
||||
"htmlFields": [
|
||||
"details.biography",
|
||||
"details.notes"
|
||||
]
|
||||
},
|
||||
"horde": {
|
||||
"htmlFields": [
|
||||
"details.biography",
|
||||
"details.notes"
|
||||
]
|
||||
},
|
||||
"vehicle": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"item": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"feature": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": [
|
||||
"css",
|
||||
|
||||
Reference in New Issue
Block a user