Skip to content

Commit d057911

Browse files
committed
Updated TokenMod to v0.8.84
1 parent 55445d6 commit d057911

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

TokenMod/0.8.84/TokenMod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TokenMod = (() => { // eslint-disable-line no-unused-vars
1010
const scriptName = "TokenMod";
1111
const version = '0.8.84';
1212
API_Meta.TokenMod.version = version;
13-
const lastUpdate = 1745071815;
13+
const lastUpdate = 1745072349;
1414
const schemaVersion = 0.4;
1515

1616
const fields = {
@@ -2203,7 +2203,7 @@ const TokenMod = (() => { // eslint-disable-line no-unused-vars
22032203
setBarPermission: (/* context*/) => _h.join(
22042204
_h.subhead('Bar Permission'),
22052205
_h.inset(
2206-
_h.paragraph(`Bar Permission specifes who sees numbers overlaid on the bar. To not show any numbers, you can set it to ${_h.code('hidden')} or ${_h.code('none')}. To only show it to editors (the default), you can set it to ${_h.code('editor')} or leave the field blank. To make the numbers visible to everyone, you can set it to ${_h.code('everyone')} or ${_h.code('all')}. Any other value is ignored.`),
2206+
_h.paragraph(`Bar Permission specifies who sees numbers overlaid on the bar. To not show any numbers, you can set it to ${_h.code('hidden')} or ${_h.code('none')}. To only show it to editors (the default), you can set it to ${_h.code('editor')} or leave the field blank. To make the numbers visible to everyone, you can set it to ${_h.code('everyone')} or ${_h.code('all')}. Any other value is ignored.`),
22072207
_h.minorhead('Available Bar Permission Properties:'),
22082208
_h.inset(
22092209
_h.grid(

TokenMod/TokenMod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const TokenMod = (() => { // eslint-disable-line no-unused-vars
1010
const scriptName = "TokenMod";
1111
const version = '0.8.84';
1212
API_Meta.TokenMod.version = version;
13-
const lastUpdate = 1745071815;
13+
const lastUpdate = 1745072349;
1414
const schemaVersion = 0.4;
1515

1616
const fields = {
@@ -2203,7 +2203,7 @@ const TokenMod = (() => { // eslint-disable-line no-unused-vars
22032203
setBarPermission: (/* context*/) => _h.join(
22042204
_h.subhead('Bar Permission'),
22052205
_h.inset(
2206-
_h.paragraph(`Bar Permission specifes who sees numbers overlaid on the bar. To not show any numbers, you can set it to ${_h.code('hidden')} or ${_h.code('none')}. To only show it to editors (the default), you can set it to ${_h.code('editor')} or leave the field blank. To make the numbers visible to everyone, you can set it to ${_h.code('everyone')} or ${_h.code('all')}. Any other value is ignored.`),
2206+
_h.paragraph(`Bar Permission specifies who sees numbers overlaid on the bar. To not show any numbers, you can set it to ${_h.code('hidden')} or ${_h.code('none')}. To only show it to editors (the default), you can set it to ${_h.code('editor')} or leave the field blank. To make the numbers visible to everyone, you can set it to ${_h.code('everyone')} or ${_h.code('all')}. Any other value is ignored.`),
22072207
_h.minorhead('Available Bar Permission Properties:'),
22082208
_h.inset(
22092209
_h.grid(

0 commit comments

Comments
 (0)