reactioncommerce / reaction-feature-requests

Reaction Feature Requests
13 stars 1 forks source link

A proper plugin example for reaction-admin #125

Open zaibacu opened 4 years ago

zaibacu commented 4 years ago

With:

And no, current plugins aren't good examples. Couldn't find any example with i18n. Tried doing:

export default async function register(app) {
  await app.registerPlugin({
    <...>,
    i18n,
  });
}

But was unsuccessful.

ghost commented 3 years ago

Background Jobs are a potential use case as there's currently a functional library and documentation but not an API.