Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
3bab08d7c3
10
module.json
10
module.json
@ -5,7 +5,7 @@
|
||||
"author": "mike",
|
||||
"version": "1.1.0",
|
||||
"minimumCoreVersion": "0.8.0",
|
||||
"compatibleCoreVersion": "0.8.9",
|
||||
"compatibleCoreVersion": "10",
|
||||
"manifestPlusVersion": "1.2.0",
|
||||
"dependencies": [
|
||||
],
|
||||
@ -13,6 +13,7 @@
|
||||
{
|
||||
"name": "actiondeck",
|
||||
"label": "MB SW Action Deck",
|
||||
"system": "swade",
|
||||
"path": "packs/actiondeck.db",
|
||||
"entity": "JournalEntry",
|
||||
"module": "swade-mb-shared"
|
||||
@ -20,6 +21,7 @@
|
||||
{
|
||||
"name": "macros",
|
||||
"label": "MB SW Shared Macros",
|
||||
"system": "swade",
|
||||
"path": "packs/macros.db",
|
||||
"entity": "Macro",
|
||||
"module": "swade-mb-shared"
|
||||
@ -27,6 +29,7 @@
|
||||
{
|
||||
"name": "tables",
|
||||
"label": "MB SW Shared Tables",
|
||||
"system": "swade",
|
||||
"path": "packs/tables.db",
|
||||
"entity": "RollTable",
|
||||
"module": "swade-mb-shared"
|
||||
@ -34,6 +37,7 @@
|
||||
{
|
||||
"name": "items",
|
||||
"label": "MB SW Shared Items",
|
||||
"system": "swade",
|
||||
"path": "packs/items.db",
|
||||
"entity": "Item",
|
||||
"module": "swade-mb-shared"
|
||||
@ -41,6 +45,7 @@
|
||||
{
|
||||
"name": "journal",
|
||||
"label": "MB SW Shared Journal",
|
||||
"system": "swade",
|
||||
"path": "packs/journal.db",
|
||||
"entity": "JournalEntry",
|
||||
"module": "swade-mb-shared"
|
||||
@ -48,6 +53,7 @@
|
||||
{
|
||||
"name": "scenes",
|
||||
"label": "MB SW Shared Scenes",
|
||||
"system": "swade",
|
||||
"path": "packs/scenes.db",
|
||||
"entity": "Scene",
|
||||
"module": "swade-mb-shared"
|
||||
@ -55,6 +61,7 @@
|
||||
{
|
||||
"name": "playlists",
|
||||
"label": "MB SW Shared Playlists",
|
||||
"system": "swade",
|
||||
"path": "packs/playlists.db",
|
||||
"entity": "Playlist",
|
||||
"module": "swade-mb-shared"
|
||||
@ -62,6 +69,7 @@
|
||||
{
|
||||
"name": "actors",
|
||||
"label": "MB SW Shared Actors",
|
||||
"system": "swade",
|
||||
"path": "packs/actors.db",
|
||||
"entity": "Actor",
|
||||
"module": "swade-mb-shared"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user