You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looking at FVTT's client/data/collections/compendium-collection.js:103 reveals a v11 change that escaped my notice: it's now possible to customize the Application used to render compendium contents.
this property can be configured separately for each pack. so we could restrict it if it would be annoying for some packs, or manipulate it dynamically (e.g. with a toggle to view the vanilla compendium UI instead of ours).
The text was updated successfully, but these errors were encountered:
looking at FVTT's
client/data/collections/compendium-collection.js:103
reveals a v11 change that escaped my notice: it's now possible to customize theApplication
used to render compendium contents.this appears to be intended behaviour: foundryvtt/foundryvtt#8291
this property can be configured separately for each pack. so we could restrict it if it would be annoying for some packs, or manipulate it dynamically (e.g. with a toggle to view the vanilla compendium UI instead of ours).
The text was updated successfully, but these errors were encountered: