FriendsOfSylius / SyliusImportExportPlugin

Sylius plugin to import / export data
MIT License
118 stars 82 forks source link

Make service config a bit more flexible #272

Closed cdarken closed 2 years ago

cdarken commented 2 years ago

Added option to use 'domain' in service config tag so instead of type taking the value "app.foo" you will use "type: foo" and "domain: app" This fixes the selection of export format in the admin interface.

Q A
Bug fix? yes
New feature? no
BC breaks? no
Fixed tickets #249
oallain commented 2 years ago

Thanks @cdarken :rocket: