Start working on the Stats Viewer application
This commit is contained in:
parent
cb3bc7c86c
commit
91863d85a8
18 changed files with 422 additions and 1 deletions
|
|
@ -1,4 +1,11 @@
|
|||
export function registerMetaSettings() {
|
||||
game.settings.register(__ID__, `tables`, {
|
||||
scope: `world`,
|
||||
type: Array,
|
||||
config: false,
|
||||
requiresReload: false,
|
||||
});
|
||||
|
||||
game.settings.register(__ID__, `data`, {
|
||||
scope: `user`,
|
||||
type: Object,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue