Skip to content

Commit 505eaa2

Browse files
authored
docs: update seo plugin tabbedUI docs to mention potential pitfalls with the config option (#12549)
Closes #12355 TabbedUI doesn't always work as intended and it can be affected by existing fields or the order of other plugins, this mentions that and links to the recommended direct use of fields example.
1 parent 6ec21a5 commit 505eaa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/plugins/seo.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Set the `uploadsCollection` to your application's upload-enabled collection slug
115115
##### `tabbedUI`
116116

117117
When the `tabbedUI` property is `true`, it appends an `SEO` tab onto your config using Payload's [Tabs Field](../fields/tabs). If your collection is not already tab-enabled, meaning the first field in your config is not of type `tabs`, then one will be created for you called `Content`. Defaults to `false`.
118+
Note that the order of plugins or fields in your config may affect whether or not the plugin can smartly merge tabs with your existing fields. If you have a complex structure we recommend you [make use of the fields directly](#direct-use-of-fields) instead of relying on this config option.
118119

119120
<Banner type="info">
120121
If you wish to continue to use top-level or sidebar fields with `tabbedUI`,

0 commit comments

Comments
 (0)