57 Commits

Author SHA1 Message Date
18724ff991 feat: image widget insert from url should be optional (#5572) 2021-07-05 17:01:31 +03:00
697624bc97 fix(docs-widget-file) Update Docs: Widgets “file” (#5421)
* Update Docs: Widgets “file”

* Update file.md

Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
2021-05-23 09:37:31 +03:00
eb37eb7010 fix(docs): Update Docs: Widgets “image” (#5351) 2021-05-09 12:33:42 +03:00
fe117e472e feat: add min and max fields to relation widget (resolves #5026) (#5238) 2021-04-12 19:54:51 +03:00
83c235423e fix: allow any default list as default value for list widgets (#5030) 2021-04-05 18:54:07 +03:00
27aec85550 fix(security-markdown-widget): allow sanitization of preview content (#4886) 2021-01-29 16:50:48 +02:00
2f99b10e35 fix(docs-widgets-list): fix code indentation (#4879) 2021-01-27 12:40:23 +02:00
05588ebf9a fix(docs-widget-image): add media_folder option 2020-12-13 14:45:20 +02:00
4c962f9149 feat: add add_to_top option to list widget (#4465) 2020-10-25 21:32:00 +02:00
fed0e82dd3 feat(widget-color): add color widget (#4437) 2020-10-25 19:47:35 +02:00
5fdfe40dd2 feat(widget-list): add min max configuration (#4394) 2020-10-15 20:27:23 +03:00
963e775897 feat(widget-object): add "summary" #4291 (#4398) 2020-10-15 17:55:06 +03:00
2146b3605f feat(test): add docs linter to PR workflow actions (#4321) 2020-10-11 17:02:47 +03:00
c0fc423040 feat(widget-markdown): add option mode (#4112) (#4217) 2020-09-03 14:16:49 +03:00
88a5a8098e fix: deprecate inconsistent config param case (#4172) 2020-08-31 14:25:48 +03:00
2da824bf71 docs(widget-relation): improve docs (#3990) 2020-07-06 15:43:28 +03:00
2b46608f86 feat: add widgets schema validation (#3841) 2020-06-03 16:43:34 +03:00
2f435f875b feat(widget-relation): target file collections (#3754) 2020-05-19 10:17:57 +03:00
4dd58c5dcb feat(widget-list): add hiding list content with minimize_collapsed option (#3607) 2020-05-17 16:47:07 +03:00
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
7cc4c89539 feat(netlify-cms-widget-list): allow 'summary' field (#3616) 2020-05-11 16:30:29 +03:00
213ae86b54 feat(widget-relation): string templates support (#3659) 2020-04-30 16:03:08 +03:00
ebb4eb4e29 docs: remove reference to Date widget from DateTime widget (#3629) 2020-04-20 10:20:22 +03:00
9f17363bee feat(widget-object): add collapsed option to collapse object by default (#3606) 2020-04-15 14:46:09 +03:00
9087da5850 docs(widgets-boolean): clarify default value usage (#3440) 2020-03-19 13:35:43 +02:00
b7b4bcb609 feat: Configure included editor components per field, add optional minimal height (#3299) 2020-03-04 08:47:37 +01:00
fd9e2c89f2 feat(select-widget): add min/max validation (#3171) 2020-01-30 17:53:46 -08:00
7a1d44ad09 docs(list-widget): add collapsed option to list widget docs (#3090) (#3165) 2020-01-29 09:59:02 -08:00
63ae92428a docs: update datetime widget description (#3063) 2020-01-12 11:30:27 +02:00
e262e88ec1 docs: add code widget docs (#3023) 2020-01-03 21:09:08 -05:00
78face334f feat(widget-markdown): add headings dropdown (#2879) 2019-11-18 17:16:33 -05:00
47be26fbfe docs: add type specification of relation widget valueField (#2446) 2019-11-07 16:25:21 -05:00
5b2fb611f5 docs: update select widget default value docs (#2723) 2019-10-24 11:10:23 -04:00
49e142ef59 enhancement(widget-relation): support custom options length (#2520) 2019-09-09 16:16:15 -04:00
65d49dae9a chore: update datetime widget and deprecate date widget (#2615) 2019-09-05 16:16:55 -04:00
d6964b50b3 feat(widget-relation): support nested field references in relation widget (#2391) 2019-06-24 19:32:02 -04:00
fad8e766cf Update select.md (#2227)
* Update select.md
2019-03-20 16:42:04 +01:00
93ba704ade doc: relation widget add multiple options (#2112) 2019-02-28 10:54:54 -05:00
dc44caca20 feat(widget-number): add range validation (#2049) 2019-02-08 15:01:08 -05:00
18f34d2aca feat(netlify-cms-widget-map): add map widget (#2051) 2019-02-05 17:41:21 -05:00
1fc2f50499 feat: add cloudinary support (#1932) 2018-12-04 17:04:52 -05:00
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
88bf287221 feat(netlify-cms-widget-select): add support for multiple selection (#1901) 2018-11-29 09:34:04 -05:00
855efd848e feat(widget-date): add input display formatting (#1739) 2018-11-21 20:13:32 -05:00
616117644c Update list.md (#1892) 2018-11-20 22:31:54 +01:00
c592b293ba docs: add markdown parsing clarification (#1598) 2018-11-02 13:27:48 -04:00
b167b79fc6 Fix single field list example (#1790)
Closes #1710
2018-10-05 01:48:27 +02:00
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
0596904e0b feat(media): add external media library support, Uploadcare integration (#1602) 2018-08-30 16:24:28 -04:00
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