With yaml format it is possible to set custom object manager per resourse, like this
sylius_resource:
resources:
app.book:
options:
object_manager: custom
classes:
model: App\Entity\Book
but with attributes it is not possible, so you have to duplicate the config
With yaml format it is possible to set custom object manager per resourse, like this
but with attributes it is not possible, so you have to duplicate the config