chore: updates richText docs

This commit is contained in:
Jessica Boezwinkle
2023-04-24 17:58:49 +01:00
parent ed230a42e0
commit 4fb8b0fa28

View File

@@ -55,6 +55,7 @@ The default `elements` available in Payload are:
- `h4`
- `h5`
- `h6`
- `blockquote`
- `link`
- `ol`
- `ul`
@@ -154,6 +155,7 @@ const ExampleCollection: CollectionConfig = {
'h3',
'h4',
'link',
'blockquote',
{
name: 'cta',
Button: CustomCallToActionButton,