Allow different recipes to be called via the INK component
Compare changes
The existing INK components (frontend and backend) were built to handle conversion of DOCX files to HTML; this change allows any INK recipe to be called in the same way.
The changes to the backend component are backwards-compatible (tested in Editoria) - finding the recipe id works as follows:
config['pubsweet-component-ink-backend']['recipes']
use that value as the recipe ID. This is the ideal situation, where the app configuration maps keys used in the frontend to recipe IDs in the configured INK instance.