FYI, we tried installing the patch for issue #3511539 (https://git.drupalcode.org/project/single_content_sync/-/merge_requests/...) and now the exports sometimes complete. When they do, we are seeing the same problem described by laureana on comment #16 of the linked issue ( https://www.drupal.org/project/single_content_sync/issues/3511539#commen... π Recursion takes too much memory compared to earlier versions (1.4.6 or earlier) Active ). For example, when I export the tiny block entity I described in my initial post, the resulting yml file is 820 kb and 9159 lines long because it is recursively exporting the configuration for all linked entities. I have attached a screenshot of the block I'm talking about and the resulting yml file. In the configuration settings for the module, I have set the export mode for both formatted text and menu link of content to "do not export."
Am I misunderstanding what this is supposed to do? I am trying to use this filter on a link field like this:
{{ content.field_card_link|add_class('btn') }}
And the resulting element does not have any classes. This is on Drupal 10.2.0.