mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Set command codeblock to expandable
This commit is contained in:
parent
5c3a2cf060
commit
958dd8b1d0
7 changed files with 58 additions and 17 deletions
|
|
@ -4,6 +4,7 @@ export default class TriggerField extends foundry.data.fields.SchemaField {
|
|||
{
|
||||
trigger: new foundry.data.fields.StringField({
|
||||
nullable: false,
|
||||
blank: false,
|
||||
initial: CONFIG.DH.TRIGGER.triggers.dualityRoll.id,
|
||||
choices: CONFIG.DH.TRIGGER.triggers
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue