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
In DexterityFieldTile there's special display template registration for NamedImageWidget, but it only matches for the fields on content type's main schema.
Two possible fixes:
Just get rid of the special template and figure out a better solution for fields with images
Stamp form groups (fieldsets) with some marker interface to be able to register custom template also fro those
The text was updated successfully, but these errors were encountered:
In DexterityFieldTile there's special display template registration for NamedImageWidget, but it only matches for the fields on content type's main schema.
Two possible fixes:
Just get rid of the special template and figure out a better solution for fields with images
Stamp form groups (fieldsets) with some marker interface to be able to register custom template also fro those
The text was updated successfully, but these errors were encountered: