Add support for the "collapse" input type

This commit is contained in:
Oliver 2026-03-01 21:40:59 -07:00
parent bc286ce06a
commit 1d43be188e
4 changed files with 22 additions and 2 deletions

View file

@ -5,6 +5,7 @@ const { HandlebarsApplicationMixin, ApplicationV2 } = foundry.applications.api;
const validInputTypes = [
`checkbox`,
`collapse`,
`details`,
`divider`,
`error`,