Add support for the "collapse" input type
This commit is contained in:
parent
bc286ce06a
commit
1d43be188e
4 changed files with 22 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ const { HandlebarsApplicationMixin, ApplicationV2 } = foundry.applications.api;
|
|||
|
||||
const validInputTypes = [
|
||||
`checkbox`,
|
||||
`collapse`,
|
||||
`details`,
|
||||
`divider`,
|
||||
`error`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue