Hey all. I am currently updating one of our packag...
# package-development
r
Hey all. I am currently updating one of our packages which is a property editor. The editor uses nested IPublishedElements similar is some ways to the blocklist, however in trying to get it fully compatible with ContentDeliveryApi I have run into a issue where any property of the IPublishedElement that iside of our editor completely ignores the Expansion strategy and always expands everything. It also opens up circular reference issues as you can put pickers in the editor and if you pick that page you are on you get a self referencing error. Other than this issue everything is working as expected, other than all properties being fully expanded. Would anyone here know how I could overcome this? I have spent hours looking through the v13 source without being able to come across to overcome this.