Skip to content

Simplify providers #94

@robertherber

Description

@robertherber

To make it more intuitive let's make providers into it's own property on the plugin:

export default new Plugin({
  // ...
  providers: {
    sendEmail: {
		// ... config
		init: () => {}
    },
    sendSms: {
		// ... config
		init: () => {}
    }
  }
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions