Skip to content

mobalyticshq/edt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
      ],
    },
  },
}

About

External Data Types plugin for strapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published