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
Currently the CoolPreview field formatter does not enforce the entity type on which it can be used.
However, if the entity type is something other than media, it won't work correctly.
Two options:
Implement isApplicable() method to enforce the entity type.
Change the formatter so that it works for other entity types.
The text was updated successfully, but these errors were encountered:
Currently the
CoolPreview
field formatter does not enforce the entity type on which it can be used.However, if the entity type is something other than media, it won't work correctly.
Two options:
isApplicable()
method to enforce the entity type.The text was updated successfully, but these errors were encountered: