James
1614bcdc0b
docs: updates to reflect new async init
2023-02-01 11:57:46 -05:00
Jarrod Flesch
e7908b7f37
fix: aligns global preview config with the docs ( #1940 )
2023-01-23 17:01:46 -05:00
James
54dadbeae5
feat: preview now exposes most recent draft data
2023-01-02 14:38:35 -05:00
Dan Ribbens
924d903456
docs: remove GraphQL from label descriptions
2022-12-01 15:48:40 -05:00
Valentín Costa
b00987b044
docs: add missing S in example of i18n ( #1463 )
2022-11-20 12:47:52 -05:00
Dan Ribbens
bab34d82f5
feat: add i18n to admin panel ( #1326 )
...
Co-authored-by: shikhantmaungs <shinkhantmaungs@gmail.com >
Co-authored-by: Thomas Ghysels <info@thomasg.be >
Co-authored-by: Kokutse Djoguenou <kokutse@Kokutses-MacBook-Pro.local >
Co-authored-by: Christian Gil <47041342+ChrisGV04@users.noreply.github.com >
Co-authored-by: Łukasz Rabiec <lukaszrabiec@gmail.com >
Co-authored-by: Jenny <jennifer.eberlei@gmail.com >
Co-authored-by: Hung Vu <hunghvu2017@gmail.com >
Co-authored-by: Shin Khant Maung <101539335+shinkhantmaungs@users.noreply.github.com >
Co-authored-by: Carlo Brualdi <carlo.brualdi@gmail.com >
Co-authored-by: Ariel Tonglet <ariel.tonglet@gmail.com >
Co-authored-by: Roman Ryzhikov <general+github@ya.ru >
Co-authored-by: maekoya <maekoya@stromatolite.jp >
Co-authored-by: Emilia Trollros <3m1l1a@emiliatrollros.se >
Co-authored-by: Kokutse J Djoguenou <90865585+Julesdj@users.noreply.github.com >
Co-authored-by: Mitch Dries <mitch.dries@gmail.com >
BREAKING CHANGE: If you assigned labels to collections, globals or block names, you need to update your config! Your GraphQL schema and generated Typescript interfaces may have changed. Payload no longer uses labels for code based naming. To prevent breaking changes to your GraphQL API and typescript types in your project, you can assign the below properties to match what Payload previously generated for you from labels.
On Collections
Use `graphQL.singularName`, `graphQL.pluralName` for GraphQL schema names.
Use `typescript.interface` for typescript generation name.
On Globals
Use `graphQL.name` for GraphQL Schema name.
Use `typescript.interface` for typescript generation name.
On Blocks (within Block fields)
Use `graphQL.singularName` for graphQL schema names.
2022-11-18 07:36:30 -05:00
James
ddfb011904
docs: quick fix to strong tag
2022-11-01 17:50:55 -04:00
Elliot DeNolf
2255ebb64a
feat: revert enforce kebab-case slugs ( #1322 ) ( #1325 )
2022-10-31 16:10:11 -04:00
Elliot DeNolf
0420b6dc27
feat: enforce kebab-case slugs ( #1322 )
2022-10-31 11:11:00 -04:00
Dan Ribbens
10c30260dd
docs: fix listSearchableFields anchor ( #1297 )
2022-10-31 09:44:49 -04:00
James
6f6f2f8e7b
feat: builds beforeDuplicate admin hook, closes #1243
2022-10-12 11:44:41 -04:00
James Mikrut
a1083727ef
feat: #1001 - builds a way to allow list view to search multiple fields
...
* make textfields searchable
* shorten namings in placeholder function
* chore: finishes listSearchableFields
Co-authored-by: Christian Reichart <christian.reichart@camperboys.com >
2022-09-12 16:38:02 -07:00
Dan Ribbens
dffeaf6a69
feat: collection groups
2022-09-10 19:59:11 -04:00
max frühschütz
77ab11bce8
docs: move description prop doc to right place ( #1077 )
2022-09-06 16:19:47 -04:00
Matt Arnold
5e21048457
docs: update custom endpoints link ( #1075 )
2022-09-06 15:41:27 -04:00
Elliot DeNolf
1ed867ce0c
docs: update examples with ts types
2022-08-23 11:43:24 -04:00
Dan Ribbens
dac3308441
docs: custom api endpoints
2022-08-17 14:08:01 -04:00
Elliot DeNolf
cc360191b5
docs: remove references to demo config
2022-07-19 11:09:13 -07:00
Dan Ribbens
ad43cbc808
feat: graphql schema output ( #730 )
...
* chore: refactor graphql initialization
* feat: generate graphql schema script
* feat: script commands are case insenstive
2022-07-08 13:50:46 -04:00
Andres Kalle
81aa74bbbe
docs: fixed example URL ( #705 )
2022-07-02 07:42:12 -04:00
Dan Ribbens
f1b00e85fc
docs: update links
2022-06-29 11:19:34 -04:00
Dan Ribbens
1c37ec3902
feat: telemetry
...
* feat: add telemetry to payload config
wip: more telemetry
* feat: send telemetry events
* chore: update node ci versions
* chore: cleanup console log
* chore: updates ts due to dependency update
* chore: remove unused deps
* chore: fix origin and casing
* docs: telemetry
* feat: uses oneWayHash within telemetry
* chore: sends hashed domain in telemetry
* feat: improves reliability of telemetry projectID
* chore: revises telemetry docs
Co-authored-by: Elliot DeNolf <denolfe@gmail.com >
Co-authored-by: James <james@trbl.design >
2022-06-24 17:32:09 -04:00
GeorgeyB
7ee374ea1a
Custom collection/global endpoints ( #607 )
...
* feat: add custom endpoints for collections and globals REST APIs
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-05-30 12:43:18 -04:00
James
9e9aa6485c
docs: payload.init accuracy
2022-04-05 14:55:29 -04:00
Elliot DeNolf
6620a4f682
feat(logging): allow pino logger options to be passed into init
2022-04-04 22:55:54 -04:00
Dan Ribbens
99b9afc81c
chore: version documentation for local and graphql apis
2022-02-14 15:50:04 -05:00
Dan Ribbens
dca90c4aa9
feat: serverURL is no longer required ( #437 )
2022-02-11 08:32:37 -05:00
James
ac4e5985d9
docs: elaborate on safe payload.config re-use, references #416
2022-02-03 12:19:42 -05:00
James
ad2b47e725
docs: clarity
2021-10-04 11:25:12 -04:00
Dan Ribbens
ad097820bf
feat: add indexSortableField option to create indexes for sortable fields on all collections
2021-09-30 16:05:47 -04:00
James
cb422bb4c6
docs: accuracy improvements
2021-08-12 23:05:21 -04:00
James
aa81e04861
docs: typescript configs
2021-07-27 20:21:51 -04:00
Dan Ribbens
fe0098ccd9
feat: add component support to collection and global description
2021-07-27 12:53:43 -04:00
Dan Ribbens
29a1108518
feat: add descriptions to every allowed field type, globals and collections
2021-07-27 12:53:43 -04:00
Dan Ribbens
7e52de7daf
docs: fix collections admin link
2021-07-15 15:04:47 -04:00
James
6b255315e0
feat: adds plugins infrastructure
2021-07-06 20:17:12 -04:00
James Mikrut
67c1e280eb
feat: exposes babel config via payload/babel ( #203 )
...
* feat: exposes babel config via payload/config
* docs: adds info about re-using babel.config.js
2021-06-21 12:59:17 -04:00
James
2d67448d8a
feat: exposes locale within preview function
2021-05-10 09:24:00 -04:00
James
c8f1bd19e2
docs: adds * locale to docs
2021-05-06 19:58:06 -04:00
James
99704707dd
feat: sets enableRichTextRelationship to true by default
2021-04-19 10:23:07 -04:00
Elliot DeNolf
b383eb65c6
feat: autolabel fields when label is omitted ( #42 )
...
* feat: autolabel fields when omitted
* feat: handle autolabel in graphql mutation build
* feat: autolabel blocks
* test: add required slug field to blocks
* feat: handle graphql names when label is false
* feat: adds relationship field to test searchable input
* feat: handle block cell type labeling pluralization
* docs: remove all explicit labeling, no longer needed
* fix: falsey column labels, allows false array labels
* fix: client tests
* fix: auto-labels globals
* docs: globals auto-labeling and hooks clarification
* fix; proper object type naming
Co-authored-by: James <james@trbl.design >
2021-04-16 22:37:08 -04:00
Dan Ribbens
2f18647f87
docs: fix broken links graphql playground and collections preview
2021-03-11 00:02:50 -05:00
Dan Ribbens
3afefbe592
chore: fix docs admin folder casing
2021-03-04 11:52:33 -05:00
Dan Ribbens
a897631251
Merge pull request #87 from payloadcms/docs/fix-broken-links
...
docs: fixed broken links throughout docs
2021-03-04 08:12:58 -05:00
Dan Ribbens
fbf82fc205
docs: fixed broken links throughout docs
2021-03-04 08:01:20 -05:00
James
fef1b98cf1
docs: fixes a few links
2021-03-01 08:39:31 -05:00
Jessica Boezwinkle
3999400049
fix: removes outdated link from docs-config-overview
2021-02-04 11:41:56 -05:00
Jessica Boezwinkle
1ed189cfb9
fix: reverts ESLint syntax changes to mdx files
2021-02-04 11:36:09 -05:00
Jessica Boezwinkle
da61feb73b
feat: adds meta descriptions to docs
2021-02-04 11:04:18 -05:00
James
fce56a0e82
Merge branch 'master' of github.com:payloadcms/payload into feat/restrict-serverurl-path
2021-01-24 11:26:25 -05:00