Slava Nossar
b403f5228b
update Tabs field docs
2022-08-11 12:04:20 -04:00
finnelliott
63a0336e98
docs: add missing comma to radio example ( #901 )
...
Missing comma in example, leading to syntax error when copied by user.
2022-08-08 20:56:55 -04:00
Yves Léon Jansen
ae51836187
docs: tabs example typo ( #904 )
2022-08-08 20:55:51 -04:00
Elliot DeNolf
cc360191b5
docs: remove references to demo config
2022-07-19 11:09:13 -07:00
James
a6a9ab15b7
feat: merges select isClearable
2022-07-17 13:29:18 -07:00
James
4280a59c77
Merge branch 'master' of github.com:payloadcms/payload into feat/1.0
2022-07-17 13:23:04 -07:00
Arick
3132d35e27
feat: allow clear select value ( #735 )
2022-07-17 13:22:49 -07:00
James
e7d2bdb45a
fix: styles empty version diff row for dark mode
2022-07-17 09:51:42 -07:00
James
270dd22f08
docs: updates fields overview to include collapsible
2022-07-13 15:41:41 -07:00
James
beec04a1bc
docs: collapsible
2022-07-13 15:40:59 -07:00
Dan Ribbens
91e33d1c1c
fix: relationship field disabled from access control in related collections ( #644 )
...
* fix: disabled relationship field from access control in related collections
* fix: ids can be read from relationships regardless of access of related document
2022-07-03 07:01:45 -04:00
gonza moiguer
7c73f2c1d9
Corrected Radio field doc, 'option' for 'label' ( #690 )
2022-06-27 13:03:41 -04:00
Dan Ribbens
593d6a596a
docs: remove withCondition for custom component fields ( #588 )
2022-06-08 10:24:21 -04:00
Dan Ribbens
738e8ab9b6
docs: preventing abuse of file uploads
2022-04-29 23:25:55 -04:00
James
fb7bb76674
Merge branch 'master' of github.com:payloadcms/payload
2022-04-29 16:48:24 -04:00
James
e46b942259
feat: exposes payload within server-side validation args
2022-04-29 16:48:15 -04:00
Dan Ribbens
e4affd4bf9
docs: updated links
2022-04-29 14:40:49 -04:00
Dan Ribbens
e8503232ba
chore: changes eslint rules no-console and cleanup
2022-04-29 12:36:21 -04:00
Dan Ribbens
e297eb9090
feat: allows defaultValue to accept async function to calculate defaultValue ( #547 )
...
* feat: field default values with async functions
* docs: improves field default value
* chore: simplifies async defaultValue
* chore: api test coverage for default value functions
* chore: WIP defaultValue async arrays
* chore: refactors and simplifies buildStateFromSchema
* chore: improves tests for defaultValues
Co-authored-by: James <james@trbl.design >
2022-04-29 10:36:10 -04:00
Dan Ribbens
6f84c0a869
Fix/checkbox validation error position ( #521 )
...
* fix: checkbox validation error positioning
* feat: sanitize defaultValue to false when field is required
2022-04-12 11:28:41 -04:00
Dan Ribbens
6e45fd67ce
docs: anchor link field component
2022-04-11 10:54:13 -04:00
Dan Ribbens
39415d4eed
docs: update anchor links ( #518 )
2022-04-11 09:31:46 -04:00
James
629e63e123
docs: relationship clarity
2022-04-05 15:15:43 -04:00
Dan Ribbens
1482fded9a
feat: upload field implements filterOptions
2022-04-05 12:03:57 -04:00
Dan Ribbens
485991bd48
feat: filter relationship options in admin ui using filterOptions
2022-04-04 19:44:49 -04:00
Dan Ribbens
85596bbba6
chore: export default field validation
2022-04-01 10:58:08 -04:00
Dan Ribbens
9ea2777555
docs: add validation arguments
2022-03-31 01:00:52 -04:00
Jarrod Flesch
0e4eb906f2
feat: enhances rich text upload with custom field API
...
* feat: adds admin.upload.collections[collection-name].fields to the RTE to save specific data on upload elements
* chore: renames flatten to unflatten in reduceFieldsToValues, disables automatic arrow function return in eslint
* docs: adds documentation for upload.collections[collection-name].fields feature
* feat: adds recursion to richText field to populate relationship and upload nested fields
* chore: removes unused css
* fix: import path for createRichTextRelationshipPromise
* docs: updates docs to include images for the RTE upload docs
2022-01-21 10:15:51 -05:00
James Mikrut
7df50f9bf9
feat: adds indentation controls to rich text
...
* feat: rich text indent PoC
* fix: new slate version types
* feat: ensures only lowest rich text list is shown as active
* feat: adds icons for indentation
* docs: adds indent to rich text
2022-01-12 14:16:05 -05:00
James Mikrut
c67a68f9d8
Merge pull request #415 from oranoran/admin-classname
...
Added "className" property to admin + documented existing "style" property
2022-01-07 14:20:05 -05:00
Jarrod Flesch
8591d97fa5
Adjusts Point field docs and test variables ( #382 )
...
* fix: corrects the label order and removes confusion for the values saved on a Point field type
* fix: adjusts code to mirror the doc change, replaces [x, y] with [lng, lat] and add type names to Geolocation
* chore: add nested point field test cases
* fix: index true creates a 2dsphere spatial index on point fields
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2022-01-05 17:46:01 -05:00
Oran Epelbaum
50dd65ef92
Added className property to admin, in addition to the existing style property. Also documented both properties.
2022-01-05 21:24:11 +02:00
James
77a208fff7
docs: typescript
2021-11-26 17:10:01 -05:00
Don Stephan
e7b1adf4ed
Better english
2021-11-04 20:28:32 -05:00
Don Stephan
f67286be7b
Typo in options label for select field
2021-11-04 20:13:17 -05:00
James Mikrut
935a483eaa
Update overview.mdx
2021-10-21 09:27:42 -04:00
James
c02e8f14c7
feat: exposes withCondition for re-use
2021-10-21 09:16:49 -04:00
James
edb723a4fb
feat: builds UI field
2021-10-20 16:56:07 -04:00
James
716c05f5d8
Merge branch 'master' of github.com:payloadcms/payload
2021-10-18 13:48:13 -04:00
James
b22c8963cb
docs: accuracy
2021-10-18 13:48:02 -04:00
James
ca91f47d32
feat: allows richText enter key break out functionality to be extended in custom elements
2021-10-18 13:08:57 -04:00
Dan Ribbens
4c87123514
docs: fix typo
2021-10-13 17:03:21 -04:00
James
2e64fcf92e
docs: rich text upload element
2021-09-28 14:32:34 -04:00
Jean-Baptiste
4b70a1225f
feat: replace the collection idType option with an explicit id field
2021-09-09 11:24:47 -04:00
Dan Ribbens
34630757b9
docs: point field and near query
2021-08-25 16:55:47 -04:00
Dan Ribbens
e0933f612a
feat: add component support to field 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
Jarrod Flesch
dcd8052498
fix: accurately documents the props for the datepicker field
2021-07-21 18:09:14 -04:00
James
6a12ffc5fd
docs: readability
2021-07-01 17:15:30 -04:00
James
fa4d043e74
Merge branch 'docs/spelling' of github.com:payloadcms/payload
2021-07-01 17:05:12 -04:00