external-data-types

0.4.0 • Public • Published

External Data Types

This strapi plugin allows to connect custom types from an external API.

Installation

Install the plugin with the following command:

npm i external-data-types

Add configuration to your ./config/plugins.js file:

export default {
  'edt': {
    config: {
      url: "https://example.com/path/to/api",
      types: [
        "foo",
        "bar"
      ],
    },
  },
}

Readme

Keywords

none

Package Sidebar

Install

npm i external-data-types

Weekly Downloads

0

Version

0.4.0

License

none

Unpacked Size

116 kB

Total Files

34

Last publish

Collaborators

  • mxkrou