From 2346c8c1c5b809dad5993de4cdee11f197989236 Mon Sep 17 00:00:00 2001 From: Junior Grossi Date: Wed, 15 Feb 2017 17:11:05 -0200 Subject: [PATCH] Update fields table with new info --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 60b6a54..825872f 100644 --- a/readme.md +++ b/readme.md @@ -101,8 +101,8 @@ First we should create the fields classes and the test cases. After we have to s | Date Time Picker | ok | [@jgrossi](http://github.com/jgrossi) | `Carbon\Carbon` | | Time Picker | ok | [@jgrossi](http://github.com/jgrossi) | `Carbon\Carbon` | | Color Picker | ok | [@jgrossi](http://github.com/jgrossi) | `string` | -| Repeater | partially | [@jgrossi](http://github.com/jgrossi) | `Collection` of fields | -| Flexible Content | missing | | | +| Repeater | ok | [@jgrossi](http://github.com/jgrossi) | `Collection` of fields | +| Flexible Content | ok | [@marcoboom](http://github.com/marcoboom) | `Collection` | # Contributing