#Overriding Default Meta Tags
1 messages · Page 1 of 1 (latest)
Did you try redefining helmet tags with a value set to null ?
No luck :/
Looking at the source code, this is currently not possible since these values are hard-coded into each view. Here's the default edit view, for instance https://github.com/payloadcms/payload/blob/ec2933c49a778f49eb1430ca43d71365df0e2a79/src/admin/components/views/collections/Edit/Default.tsx#L113. I see the value here, though. This could make a nice feature.
What @hard prism is getting at might also work as a temporary solution. Try and render the Meta or Helmet components somewhere on the page after the line I pasted above. This way react-helmet consolidates your tags. You might be able to do this within a custom UI field component described here https://payloadcms.com/docs/fields/ui#ui-field