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
With the recent updates, circa v3.49.0, an attempt to override the SEO plugin's field admin property causes the admin.components to be lost. For example, I used to do the following:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
With the recent updates, circa v3.49.0, an attempt to override the SEO plugin's field
admin
property causes theadmin.components
to be lost. For example, I used to do the following:However, now the "Auto-generate" link is gone, but removing the
admin
property override fixes the problem, e.g.,The
@payloadcms\plugin-seo\dist\fields\MetaTitle\index.js
implementation of the field, doesn't mergeadmin
overrides:So any attempts to override
admin
property makes it lose all custom components.Beta Was this translation helpful? Give feedback.
All reactions