Claire Annan
2f99b10e35
fix(docs-widgets-list): fix code indentation ( #4879 )
2021-01-27 12:40:23 +02:00
eliasm307
05588ebf9a
fix(docs-widget-image): add media_folder option
2020-12-13 14:45:20 +02:00
Nick Holden
4c962f9149
feat: add add_to_top option to list widget ( #4465 )
2020-10-25 21:32:00 +02:00
Felix Böttcher
fed0e82dd3
feat(widget-color): add color widget ( #4437 )
2020-10-25 19:47:35 +02:00
KoljaTM
5fdfe40dd2
feat(widget-list): add min max configuration ( #4394 )
2020-10-15 20:27:23 +03:00
KoljaTM
963e775897
feat(widget-object): add "summary" #4291 ( #4398 )
2020-10-15 17:55:06 +03:00
silverwebb925
2146b3605f
feat(test): add docs linter to PR workflow actions ( #4321 )
2020-10-11 17:02:47 +03:00
Pascal Chorus
c0fc423040
feat(widget-markdown): add option mode ( #4112 ) ( #4217 )
2020-09-03 14:16:49 +03:00
andreascm
88a5a8098e
fix: deprecate inconsistent config param case ( #4172 )
2020-08-31 14:25:48 +03:00
Erez Rokah
2da824bf71
docs(widget-relation): improve docs ( #3990 )
2020-07-06 15:43:28 +03:00
Bartholomew
2b46608f86
feat: add widgets schema validation ( #3841 )
2020-06-03 16:43:34 +03:00
Derek Nguyen
2f435f875b
feat(widget-relation): target file collections ( #3754 )
2020-05-19 10:17:57 +03:00
Hannes Küttner
4dd58c5dcb
feat(widget-list): add hiding list content with minimize_collapsed option ( #3607 )
2020-05-17 16:47:07 +03:00
Nick Holden
ef5ff031da
feat: add pickerUtc option to datetime widget ( #3721 )
...
I have a field that I would like to contain just a date (with no specific
time). When I configure the datetime widget with sensible options for
a date-only field, dates are stored properly in the saved markdown,
but when I load those dates in the UI, I see the date before.
This is happening because the DateTime component from the
react-datetime library uses local timezones. It loads the date as the
start of day UTC and then converts to the local timezone, which is
going to be the previous day in any timezone with a negative UTC offset,
including all of the Americas.
This change adds a pickerUtc option to the datetime widget so that users
can specify when they would like the datetime picker to display times in
UTC rather than in the local timezone. By setting this new option to
true on date-only fields, users can ensure that everyone sees the same
date in the picker regardless of local timezones.
2020-05-13 11:44:01 +03:00
Derek Nguyen
7cc4c89539
feat(netlify-cms-widget-list): allow 'summary' field ( #3616 )
2020-05-11 16:30:29 +03:00
Erez Rokah
213ae86b54
feat(widget-relation): string templates support ( #3659 )
2020-04-30 16:03:08 +03:00
Nick Holden
ebb4eb4e29
docs: remove reference to Date widget from DateTime widget ( #3629 )
2020-04-20 10:20:22 +03:00
Hannes Küttner
9f17363bee
feat(widget-object): add collapsed option to collapse object by default ( #3606 )
2020-04-15 14:46:09 +03:00
Erez Rokah
9087da5850
docs(widgets-boolean): clarify default value usage ( #3440 )
2020-03-19 13:35:43 +02:00
Shawn Erquhart
b7b4bcb609
feat: Configure included editor components per field, add optional minimal height ( #3299 )
2020-03-04 08:47:37 +01:00
Shawn Erquhart
fd9e2c89f2
feat(select-widget): add min/max validation ( #3171 )
2020-01-30 17:53:46 -08:00
Nandor Biro
7a1d44ad09
docs(list-widget): add collapsed
option to list widget docs ( #3090 ) ( #3165 )
2020-01-29 09:59:02 -08:00
adrian5
63ae92428a
docs: update datetime widget description ( #3063 )
2020-01-12 11:30:27 +02:00
Shawn Erquhart
e262e88ec1
docs: add code widget docs ( #3023 )
2020-01-03 21:09:08 -05:00
Christian Fritsch
78face334f
feat(widget-markdown): add headings dropdown ( #2879 )
2019-11-18 17:16:33 -05:00
shumiyao
47be26fbfe
docs: add type specification of relation widget valueField ( #2446 )
2019-11-07 16:25:21 -05:00
Sascha
5b2fb611f5
docs: update select widget default value docs ( #2723 )
2019-10-24 11:10:23 -04:00
Zach Schnackel
49e142ef59
enhancement(widget-relation): support custom options length ( #2520 )
2019-09-09 16:16:15 -04:00
melbourne2991
65d49dae9a
chore: update datetime widget and deprecate date widget ( #2615 )
2019-09-05 16:16:55 -04:00
Henry
d6964b50b3
feat(widget-relation): support nested field references in relation widget ( #2391 )
2019-06-24 19:32:02 -04:00
Tom Rutgers
fad8e766cf
Update select.md ( #2227 )
...
* Update select.md
2019-03-20 16:42:04 +01:00
Bartholomew
93ba704ade
doc: relation widget add multiple options ( #2112 )
2019-02-28 10:54:54 -05:00
Luis Correia
dc44caca20
feat(widget-number): add range validation ( #2049 )
2019-02-08 15:01:08 -05:00
friedjoff
18f34d2aca
feat(netlify-cms-widget-map): add map widget ( #2051 )
2019-02-05 17:41:21 -05:00
Shawn Erquhart
1fc2f50499
feat: add cloudinary support ( #1932 )
2018-12-04 17:04:52 -05:00
Hatem Houssein
53c00940fe
Update image.md ( #1923 )
...
* Update image.md
Update the docs to match the configuration example
* Remove deprecated options field
2018-11-30 09:27:06 +01:00
Alexander Nanberg
88bf287221
feat(netlify-cms-widget-select): add support for multiple selection ( #1901 )
2018-11-29 09:34:04 -05:00
Björn Rixman
855efd848e
feat(widget-date): add input display formatting ( #1739 )
2018-11-21 20:13:32 -05:00
Tien Pham
616117644c
Update list.md ( #1892 )
2018-11-20 22:31:54 +01:00
E. Adams
c592b293ba
docs: add markdown parsing clarification ( #1598 )
2018-11-02 13:27:48 -04:00
Bennaci Oussama
b167b79fc6
Fix single field list example ( #1790 )
...
Closes #1710
2018-10-05 01:48:27 +02:00
Shawn Erquhart
6e453b3f08
docs: make widget docs editable ( #1782 )
...
* make widget docs editable
* update widget doc frontmatter keys
* improve docs preview
* fix formatting
* fix preview
* add prism highlighting for previews
* fix formatting
* restore cms branch
2018-10-01 20:00:57 -04:00
Shawn Erquhart
0596904e0b
feat(media): add external media library support, Uploadcare integration ( #1602 )
2018-08-30 16:24:28 -04:00
Casey Schroeder
0adfd4f04c
(docs) fixed 404s and minor typos ( #1639 )
...
**Summary**
Fixed 404s (converted absolute links to relative links) and minor typos across several pages.
**Test plan**
Previewed locally
**A picture of a cute animal (not mandatory but encouraged)**
![pups](https://user-images.githubusercontent.com/31967674/44364132-353b6480-a494-11e8-9b01-ff7d32bfceda.jpg )
2018-08-20 16:37:10 -04:00
Gil Greenberg
1fbe5b5957
improvement: Add Hint Option to all Widgets ( #1429 )
...
* Add hint to example admin config
* Add hint and hint position boolean above/below widget
* Style hint for both above and below widget
* Add hint and hint_above options to docs
* Remove hint above and make hint plaintext
2018-08-16 13:51:29 -07:00
Chase Adams
8ee7221b3c
docs(fix): #1613 link to demo configuration code for widgets ( #1620 )
2018-08-15 11:11:03 -06:00
Caleb
ebc2471c6b
docs(fix): revert prettier formatting on markdown files ( #1612 )
...
Prettier formatting our markdown files is causing bugs because of the
differences between Gatsby's parser and Prettier's. Also, Prettier
formats the inline code-blocks containing example CMS configs, but the
formatting it uses doesn't really make much sense or match the suggested
CMS config style.
It doesn't actually make much sense to format the docs anyway, since we
use the CMS itself to edit/generate them.
2018-08-14 11:33:13 -06:00
Tony Alves
583377bc92
docs(fix): widget example code layout on Site ( #1606 )
...
* Fix widget example layout
* Stop running MarkDown through Prettier.
2018-08-14 08:37:07 -06:00
Caleb
f801b19221
chore: add code formatting and linting ( #952 )
2018-08-07 16:46:54 -04:00
Michael
7424540b0d
update href to include a valid URL. ( #1533 )
2018-07-28 16:34:07 -04:00