Skip to content

Commit

Permalink
Fix #4686: CloudinaryImage(s) fields were incorrectly marked as depre…
Browse files Browse the repository at this point in the history
…cated (#4690)
  • Loading branch information
stennie authored Jun 29, 2018
1 parent d34f456 commit 9e4ab62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion fields/types/cloudinaryimage/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# CloudinaryImage Field

> Warning: the CloudinaryImage Field has been deprecated. Please use the [File](/field/File) and a storage adapter going forward.
Stores an `Object` in the model.

Displayed as an image upload field in the Admin UI.
Expand Down
2 changes: 0 additions & 2 deletions fields/types/cloudinaryimages/Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# CloudinaryImages Field

> Warning: the CloudinaryImages Field has been deprecated. Please use the [File](/field/File) and a storage adapter going forward.
`Array` — Displayed as a series of images, and an upload field in the Admin UI.

Stores multiple images in a array as a nested `Schema`, each of which expose the same methods as the `cloudinaryimage` field.
Expand Down

0 comments on commit 9e4ab62

Please sign in to comment.