docs: adds images to each field page (#3137)

This commit is contained in:
Jessica Chowdhury
2023-08-08 15:00:21 +01:00
committed by GitHub
parent 1039f39c09
commit 8ae98503f5
20 changed files with 141 additions and 9 deletions

View File

@@ -10,6 +10,13 @@ keywords: rich text, fields, config, configuration, documentation, Content Manag
The Rich Text field is a powerful way to allow editors to write dynamic content. The content is saved as JSON in the database and can be converted into any format, including HTML, that you need.
</Banner>
<LightDarkImage
srcLight='https://payloadcms.com/images/docs/fields/richtext.png'
srcDark='https://payloadcms.com/images/docs/fields/richtext-dark.png'
alt='Shows a Rich Text field in the Payload admin panel'
caption='Admin panel screenshot of a Rich Text field'
/>
The Admin component is built on the powerful [`slatejs`](https://docs.slatejs.org/) editor and is meant to be as extensible and customizable as possible.
<Banner type="success">