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
{{ message }}
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
We could put all of these different types into core, but long term I think we should create a way to add item types to core and each item type can just be its own module that registers its type. Item types would define:
A template to use for rendering their type.
A matching function that can take an arbitrary item object and determine if it belongs to that type.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We could put all of these different types into core, but long term I think we should create a way to add item types to core and each item type can just be its own module that registers its type. Item types would define:
The text was updated successfully, but these errors were encountered: