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

Cannot reduce resolution depth #67

@clubajax

Description

@clubajax

Regardless of what parameters I try, I cannot reduce the resolution depth. All changes result in the exact same file size.

I'm trying to solve the A links to B, B links to A recursion problem as noted here: contentful/contentful_model#111

It's not obvious if these properties work together, or cancel each other out.

contentful_options: &contentful_options
  cda_query:
    include: 2
    limit: 1000
  all_entries: true

contentful:
  spaces:
    -
      pec_staging:
        <<: *contentful_options
        client_options:
          api_url: 'preview.contentful.com'
          max_include_resolution_depth: 2

These are the version I am using:

contentful (0.12.0)
contentful-management (2.6.0)
jekyll (3.7.3)
jekyll-assets (2.2.8)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions