- Issue created by @tivi22
Hey guys, is it possible to implement a feature allowing to disable the LinkCollectionNormalizer
(file--file -> links) directly from the UI?
I have a lot of image styles and a lot of images on my Drupal site. Moreover, I'm creating pages with paragraphs and almost each paragraph has an image field. It makes my node--page
JSON:API responses much bigger with a lot of data I don't need.
I have a custom workaround (local patch) in use currently, which is removing the serializer.normalizer.link_collection.consumer_image_styles
service from the consumer_image_styles.services.yml
file, but it would be great if this normalizer was optional and possible to disable from the UI. Cheers!
Active
4.0
User interface