Sasha
197e3bc010
docs: corrects old imports ( #8769 )
...
1
`import type { Field } from 'payload/types'`
to
`import type { Field } from 'payload'`
2
`import { buildConfig } from 'payload/config'`
to
`import { buildConfig } from 'payload'`
3
```
import { SelectInput, useField } from 'payload/components/forms';
import { useAuth } from 'payload/components/utilities';
```
to
`import { SelectInput, useAuth, useField } from '@payloadcms/ui'`
4
uses `import type` for `import type { CollectionConfig } from 'payload'`
2024-10-18 10:47:47 +03:00
Jacob Fletcher
e9adeecc7a
docs: more misc improvements ( #7115 )
2024-07-11 14:55:13 -04:00
Jacob Fletcher
a1bb661a1a
docs: misc improvements ( #7107 )
2024-07-11 09:54:21 -04:00
Jacob Fletcher
5a76d6db8b
docs: improves configuration docs ( #7090 )
2024-07-09 18:10:04 -04:00
Alessio Gravili
19f8cbcf76
docs: new and improve lexical docs, hoist up all headings ( #6639 )
2024-06-05 17:08:15 -04:00
Tylan Davis
26ee91eb48
docs: adjust line breaks in code blocks ( #6001 )
2024-05-01 15:57:39 -04:00
Alessio Gravili
54590c1700
fix(richtext-lexical)!: fix output of internal list HTML converter ( #5827 )
...
BREAKING: Changes the classnames of the converted HTML
2024-04-12 12:10:44 -04:00
Alessio Gravili
cb4214fe6e
fix(richtext-lexical)!: fix output of internal list HTML converter
...
BREAKING: Changes the classnames of the converted HTML
2024-04-12 11:58:05 -04:00
Alessio Gravili
c3d8597c13
feat(richtext-lexical): add HorizontalRuleFeature
2024-04-11 16:24:04 -04:00
Alessio Gravili
1cfdf3613c
docs(richtext-lexical): clarify that HTML generation has to happen on the server
2024-04-03 09:55:33 -04:00
Alessio Gravili
71a5a02e8c
docs(richtext-slate): update outdated code example ( #5572 ) ( #5573 )
2024-03-31 17:50:15 -04:00
Alessio Gravili
6789e61488
chore: run lint & prettier on everything
2024-03-14 23:53:47 -04:00
Renat Sagdeev
b634d5e552
docs: fix ul and ol tags mentioned in lexical rte ( #4338 )
2023-12-01 16:29:43 -05:00
Alessio Gravili
d6b63da617
docs(richtext-lexical): fix incorrect JSDOM import
2023-11-23 22:03:36 +01:00
Alessio Gravili
d512e9382d
fix(richtext-lexical): breaking: fix typo: UnoderedListFeature => UnorderedListFeature
2023-11-23 21:39:07 +01:00
Alessio Gravili
c10db332cd
docs(richtext-lexical): remove unnecessary await from createHeadlessEditor ( #4213 )
2023-11-19 14:40:09 +01:00
Alessio Gravili
b406e6afb9
docs(richtext-lexical): various documentation improvements
2023-11-17 18:38:09 +01:00
Alessio Gravili
79b1b88a2f
chore: Better Lexical documentation, minor improvements to HTML converter feature ( #3933 )
...
* docs: add html serialization docs
* chore: add .md to the .editorconfig
* chore: add new consolidateHTMLConverters function
* docs: add more documentation about serializing HTML
* docs: document creation of headless editors, editor => markdown conversion, markdown => editor conversion and editor => lexical conversion
* docs: improve wording
* docs: add missing comma
* docs: add rest of the missing docs
* docs: various improvements
2023-11-02 07:44:18 +01:00
Alessio Gravili
f7c35df6de
docs(richtext): remove --save flag for install command
2023-10-09 14:06:11 +02:00
James
7df1256bf6
docs: fixes label for rich text overview
2023-10-09 00:16:26 -04:00
Alessio Gravili
27ba1fc79e
docs(richtext): fix typos and other issues
2023-10-09 04:34:50 +02:00
James
077bd7fad3
chore: rich text docs
2023-10-08 19:37:41 -04:00
James
78d6643950
chore: docs stubbing
2023-10-06 10:20:44 -04:00