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
There are current different type returned. First the structure resolver return a singular type e.g.:
{"uuid": "...","type": "page",}
But then there is the teaser_selection which will return a pluralized resource key e.g.:
{"uuid": "...","type": "pages",}
I think this could be a little bit confusing and I think we should have in future a type represented in one form. In sulu internal the resourceKey is pluralized (contacts, examples, accounts, media). So maybe it should only exist this form.
The text was updated successfully, but these errors were encountered:
There are current different
type
returned. First the structure resolver return a singular type e.g.:But then there is the
teaser_selection
which will return a pluralized resource key e.g.:I think this could be a little bit confusing and I think we should have in future a type represented in one form. In sulu internal the
resourceKey
ispluralized
(contacts, examples, accounts, media). So maybe it should only exist this form.The text was updated successfully, but these errors were encountered: