README.md in cambium-1.1.6 vs README.md in cambium-1.2.0

- old
+ new

@@ -222,10 +222,12 @@ name: label: Name email: label: Email form: + buttons: + delete: Delete User new: &new title: New User fields: name: type: string @@ -263,9 +265,12 @@ * `export:columns:[column]:label`: The heading in the exported file for that column. * `export:columns:[column]:output`: An optional method you can pass to each object to help with display. * `form`: Settings for the form. +* `form:buttons:delete`: Label for the delete button. If you remove `delete` + entirely, then no delete button will exist (though you'd have to manually + remove the route from your routes file). * `form:[new/edit]`: New is the defaut, and most of the time Edit will inherit from new (the `<<: *new` is what handles that). But you can optionally override new values for your edit form. * `form:[new/edit]:title`: Title for the form page. * `form:[new/edit]:fields:[field]`: Each form field gets its own unique key to