Add a divider block type

This commit is contained in:
Oliver-Akins 2025-07-26 11:06:05 -06:00
parent fe022b2d43
commit 08fb6768ad
5 changed files with 16 additions and 0 deletions

View file

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