Skip to content

Explicitly use "editoria-typescript" recipe for manuscript conversion

Alf Eaton requested to merge ink-recipe into master

This requires an update to the app's pubsweet-component-ink-backend config, to map the "editoria-typescript" recipe key used by the INK client component to the actual recipe ID in the INK API:

"pubsweet-component-ink-backend": {
   "recipes": {
      "editoria-typescript": "6",
   }
}

Merge request reports