- 🇫🇷France fgm Paris, France
Progress note: in the D9/D10 8.x-1.0-alpha1 version, the node type is now a constant wherever it appears (or it should be: if not open an issue to fix it).
This will make it easier to support other bundles as a replacement for
g2_entry
. At that point the main hassle will be the configuration, which has to be aware of the bundle to create fields on it, meaning whenever/if this is introduced, all relevant config will have to be generated by code instead of a simple config import.As to supporting other entity types, there is really no point and a lot of the logic depends on the
NodeInterface
property, so that one will be a won't fix AFAICS.