Merge branch 'master' of github.com:payloadcms/payload

This commit is contained in:
James
2021-10-18 13:48:13 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<h1 align="center">Payload</h1>
<p align="center">A self-hosted, JavaScript headless CMS & application framework built with Express, MongoDB and React.</p>
<p align="center">A self-hosted, TypeScript / JavaScript headless CMS & application framework built with Express, MongoDB and React.</p>
<p align="center">
<a href="https://github.com/payloadcms/payload/actions">
<img src="https://github.com/payloadcms/payload/workflows/build/badge.svg">

View File

@@ -125,7 +125,7 @@ Custom `Leaf` objects follow a similar pattern but require you to define the `Le
type: 'richText', // required
defaultValue: [{
children: [{ text: 'Here is some default content for this field' }],
}]
}],
required: true,
admin: {
elements: [