Skip to content

Commit

Permalink
Merge pull request #272 from nestordedios/patch-2
Browse files Browse the repository at this point in the history
[Docs] Fix inconsistency of field_mapping
  • Loading branch information
rossriley authored Jan 7, 2019
2 parents 4926eb1 + 9712f1d commit a3d1ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/saving-to-contenttype-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ database:
contenttype:
name: responses # ContentType record to create
field_map:
name: 'title' # Form field "message" will be saved to the ContentType field "title"
name: 'title' # Form field "name" will be saved to the ContentType field "title"
email: ~ # Do not try to save this field to the ContentType
animal: 'animal' # Form field "animal" will be saved to the ContentType field "animal"
message: 'sent_message' # Form field "message" will be saved to the ContentType field "sent_message"
Expand Down

0 comments on commit a3d1ad1

Please sign in to comment.