Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Update configuration options README (#54)
Browse files Browse the repository at this point in the history
* Update README.md

 With max_include_resolution_depth parameter. Important to set when you have References, many field.

* Updated comment style and description
  • Loading branch information
dskelton-cos authored and dlitvakb committed Aug 31, 2017
1 parent ab14b4f commit 0a17871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ contentful:
cat: MyCoolMapper
client_options: # Optional
api_url: 'preview.contentful.com' # Defaults to 'api.contentful.com' which is Production
max_include_resolution_depth: 5 # Optional - Defaults to 20, maximum amount of levels to resolve includes
base_path: app_path # Optional - Defaults to Current directory
destination: destination_in_data # Optional - Defaults to _data/contentful/spaces
individual_entry_files: true # Optional - Defaults to false
Expand Down

0 comments on commit 0a17871

Please sign in to comment.