Hey,
I’m trying to implement a default value using the new Preset Values extension which I have working. However this applies a default to any instance of the data type. Is it possible to implement a preset that applies to a specific property name on a specific content type?
I tried adding a condition but I could not get it to trigger. Not sure if conditions are supported on presets?
Is it possible to access Context APIs in the preset itself? I couldn’t work out how to do this as the preset api type doesn’t have a consume context method, and I haven’t found any documentation that explains how to build a host up from scratch.