Is it possible to make features in Rich Text field specific for certain field? #7567
Closed
alexanderkalachev
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
Yes, you can override the editor to use for each individual field. See: https://payloadcms.com/docs/fields/rich-text So by passing a different editor instance you can have different features for different fields. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like in Sanity, you can create a specific configuration of their Rich Text alternative – Portable Text and use it in certain field.
For example, to have one version of Rich Text for page content with all the blocks, etc...
And the other with limited text styling and links.
Beta Was this translation helpful? Give feedback.
All reactions