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

Commit 0a17871

Browse files
dskelton-cosdlitvakb
authored andcommitted
Update configuration options README (#54)
* Update README.md With max_include_resolution_depth parameter. Important to set when you have References, many field. * Updated comment style and description
1 parent ab14b4f commit 0a17871

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ contentful:
5353
cat: MyCoolMapper
5454
client_options: # Optional
5555
api_url: 'preview.contentful.com' # Defaults to 'api.contentful.com' which is Production
56+
max_include_resolution_depth: 5 # Optional - Defaults to 20, maximum amount of levels to resolve includes
5657
base_path: app_path # Optional - Defaults to Current directory
5758
destination: destination_in_data # Optional - Defaults to _data/contentful/spaces
5859
individual_entry_files: true # Optional - Defaults to false

0 commit comments

Comments
 (0)