Merge branch 'master' of github.com:payloadcms/payload
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user