Jumoo / uSync.Complete.Issues

Public Issue tracker and roadmap for uSync.Complete
https://jumoo.co.uk/usync/complete/
2 stars 1 forks source link

Let Exporter have a setting to override which handlerSet it uses. #48

Closed KevinJump closed 4 years ago

KevinJump commented 4 years ago

Exporter uses the 'Default' handler set - which means if you disable things (such as content) from the main set - then they don't appear in the exporter.

We should have a value you can set in the config to use a different handler set for the exporter.

e.g to use the publisher set ...

<Exporter>
   <HandlerSet>publisher</HandlerSet>
</Exporter>
KevinJump commented 4 years ago

done.