As mentioned in #265 - we are not hard-depending on contenttypes framework, so we need to be able to bake without it.
It is a bit tricky as there are multiple places, where we are using contenttypes framework and auth framework (which depends on contenttypes), however nothing is impossible.
Describe the change
As mentioned in #265 - we are not hard-depending on
contenttypes
framework, so we need to be able to bake without it. It is a bit tricky as there are multiple places, where we are usingcontenttypes
framework andauth
framework (which depends oncontenttypes
), however nothing is impossible.PR Checklist