PatrikKozak
9be854a1a4
chore: updates ui field docs to show admin.components.Field is required
2023-05-30 12:01:33 -04:00
James Mikrut
2361221198
Update overview.mdx
2023-05-24 15:16:14 -04:00
Quentin Beauperin
8bdbd6b073
docs: fix global hooks intro anchor links ( #2695 )
2023-05-23 09:31:22 -04:00
PatrikKozak
f728fca036
chore: updates installation doc to use envs in server.ts example
2023-05-22 11:29:41 -04:00
Quentin Beauperin
3a2462baba
docs: add missing admin.group property in configuration/globals ( #2684 )
2023-05-20 04:35:50 -04:00
Jessica Boezwinkle
bd2bfbbb93
docs: spacing fix on graphql docs
2023-05-19 16:59:23 +01:00
Jessica Boezwinkle
1300fc864c
docs: additional params for find operation rest-api
2023-05-19 15:10:24 +01:00
Jessica Boezwinkle
ef2d17922b
docs: adds rest-api examples for real this time
2023-05-19 14:49:06 +01:00
Jacob Fletcher
1ceea645b6
chore: replaces instances of the text Mongo with MongoDB
2023-05-17 16:35:55 -04:00
Jacob Fletcher
578e5e7e58
docs: updates node version requirement to v14 in installation docs
2023-05-17 16:29:03 -04:00
Paul
3f185cb18b
feat: export additional graphql types ( #2610 )
...
* Add paginatedType to graphQL on collections types
* Refactor config query and mutation extension into a reusable type
* Export paginatedListType and payload's version of graphql
* Revert prettier's automatic changes
* Fix requested changes
* Add additional documentation for extending GraphQL
* Add information about the resolver's first argument
2023-05-10 08:53:46 -04:00
Elliot Lintz
a9b5dffa00
feat: allow full URL in staticURL ( #2562 )
...
* feat: support full URL for upload.staticURL
* feat: Update documentation about upload.staticURL property
* feat: Add reproduction test for absolute staticURL
2023-05-08 13:17:16 -04:00
James Mikrut
03cbab6c08
Merge pull request #2548 from payloadcms/docs/upload-example
...
chore: adds export and fields to upload example
2023-05-08 11:51:44 -04:00
PatrikKozak
fb4f822d34
fix: removes queryHiddenFields from example Find operation
2023-05-08 09:56:32 -04:00
PatrikKozak
02a4e17e41
Merge branch 'master' of https://github.com/payloadcms/payload into fix/queryHiddenFields
2023-05-08 09:53:34 -04:00
PatrikKozak
5f30dbb1a5
fix: removes deprecated queryHiddenFIelds from local API docs
2023-05-08 09:53:27 -04:00
Michel v. Varendorff
967899229f
feat: collection admin.enableRichTextLink property ( #2560 )
2023-05-04 16:31:40 -04:00
Jarrod Flesch
1d58007606
feat: custom admin buttons ( #2618 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-05-04 16:04:06 -04:00
Jarrod Flesch
56a1dee3d6
docs: fix ui field example code block config
2023-05-04 09:33:28 -04:00
Quentin Beauperin
28572a978e
docs: add hideAPIURL to the collections and globals admin options ( #2614 )
...
* fix: add the missing `hideAPIURL` admin option in the collections docs
* fix: add the missing `hideAPIURL` admin option in the globals docs
2023-05-03 19:11:56 -04:00
Jarrod Flesch
acfb9bca45
Feat/custom admin buttons ( #2613 )
2023-05-03 17:21:38 -04:00
Harrison-Blair
13179a9498
chore: misc documentation updates ( #2589 )
...
* chore: ensures example configs are being exported when necessary
* chore: adds note regarding updating of hidden fields
---------
Co-authored-by: Jessica Boezwinkle <jessica@trbl.design >
2023-05-01 16:28:13 -04:00
Perry
85b3d579d3
feat: supports collection compound indexes ( #2529 )
...
Co-authored-by: Perry Li <yuanping.li@moblab.com >
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2023-04-26 11:11:01 -04:00
Michel v. Varendorff
bf6522898d
feat: allow customizing the link fields ( #2559 )
2023-04-26 11:08:47 -04:00
Jessica Boezwinkle
8270d8a228
docs: typo on REST API page
2023-04-25 12:33:33 +01:00
James
48941dce07
chore: merge conflicts
2023-04-24 17:11:23 -04:00
Jessica Boezwinkle
4fb8b0fa28
chore: updates richText docs
2023-04-24 17:58:49 +01:00
Jessica Boezwinkle
e942a18e5a
chore: adds export and fields to upload example
2023-04-24 15:32:52 +01:00
Dan Ribbens
f6db81e431
docs: add user to field conditional logic
2023-04-21 22:55:23 -04:00
mauricewegner
ed230a42e0
feat: add rich-text blockquote element, change quote node type to blockquote
2023-04-20 21:52:05 +02:00
Elliot DeNolf
c251801b1a
chore: proper url path for docker deployment
2023-04-20 13:38:22 -04:00
Elliot DeNolf
8c242450e5
docs: fix docker link from getting started page
2023-04-20 13:31:56 -04:00
Teun Mooij
023719d775
feat: configuration extension points
...
* added custom config extension points
* Added custom field to documentation
* fix deeprequired issue
2023-04-18 15:28:42 -04:00
James
7fa27686bb
chore: clarity to secret key usage
2023-04-17 17:02:07 -04:00
James
e3e2d513df
Merge branch 'docs/user-token' of github.com:payloadcms/payload into docs/user-token
2023-04-17 17:00:46 -04:00
Jacob Fletcher
2074f63333
chore: corrects typo in queries overview documentation ( #2475 )
2023-04-17 16:45:03 -04:00
Dan Ribbens
81d69d1b64
feat: add admin.hidden to collections and globals ( #2487 )
2023-04-17 15:21:42 -04:00
Elliot DeNolf
faef4d5f8e
docs: export default typo
2023-04-17 14:12:33 -04:00
Jessica Boezwinkle
cd861c22b7
docs: adds info on payload secret encryption
2023-04-17 18:22:03 +01:00
Elliot DeNolf
3c04d43eae
docs: add custom express middleware and logging example ( #2509 )
2023-04-17 11:52:09 -04:00
James Mikrut
ec2933c49a
Merge pull request #2455 from payloadcms/chore/date-docs
...
chore: updates date field docs
2023-04-11 10:38:57 -04:00
James Mikrut
7eec16ee61
Merge pull request #2448 from AlessioGr/patch-4
...
docs: explain lifecycle of validate & beforeValidate
2023-04-11 10:38:24 -04:00
James Mikrut
ff89b8f782
Merge pull request #2464 from infonomic/docs/localization-warning
...
Docs/localization warning
2023-04-11 10:36:58 -04:00
James Mikrut
588a7d0a5b
Update overview.mdx
2023-04-11 09:44:01 -04:00
Jarrod Flesch
7f2c3d1d0a
fix: uses docPermissions to show/hide x button on media collection doc fileDetails - #2428
2023-04-10 15:40:46 -04:00
Anthony Bouch
013c96f0db
docs: fixed sentance error in warning
2023-04-10 13:37:27 +07:00
Anthony Bouch
5fa8f69e10
docs: localization warning for existing data
2023-04-10 13:34:52 +07:00
Jessica Boezwinkle
fb89793703
docs: typo in date field and double link in textarea field
2023-04-06 11:35:15 +01:00
PatrikKozak
67098f7a3e
chore: updates date field docs
2023-04-05 21:19:26 -04:00
Alessio Gravili
b76c25c9e7
docs: explain lifecycle of validate & beforeValida
...
Caused confusion here: https://discord.com/channels/967097582721572934/1091785894136139808/1092821186959921193
The initial expectation is that beforeValidate runs before any validation happens. However, it seems that client-side validation happens first nonetheless.
Please do check if this is 100% correct before merging.
2023-04-04 17:21:54 +02:00