Include more item types when viewing compendium browser from item tab (#1931)

This commit is contained in:
Carlos Fernandez 2026-05-26 09:43:36 -04:00 committed by GitHub
parent b9416ead5a
commit de0ab9d047
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -606,7 +606,16 @@ export class ItemBrowser extends HandlebarsApplicationMixin(ApplicationV2) {
items: {
folder: 'equipments',
render: {
noFolder: true
folders: [
'equipments',
'ancestries',
'classes',
'subclasses',
'domains',
'communities',
'beastforms'
// excluded: features
]
}
},
compendium: {}