Add all field types. - [x] On new container, bottom area need to be disabled - [x] On container create, when first field is created. Redirect to container update page. - [x] Is single item container, not working Field types: - [ ] Text field with Email, url, number, min, max validations, required. (basic input) - [ ] Text editor with required. (https://github.com/andrerpena/react-mde) try to do more research - [ ] Remove number field - [ ] Boolean with required (switch) - [x] Enum (Select) with Options, required (dropdown) - [ ] Relations with required, related container (list) - [ ] Rename Image upload to Media upload - [ ] Media upload with required, keep single upload for now (https://github.com/react-dropzone/react-dropzone) - [x] Add date and time field with required
Add all field types.
Field types: