3.1.4 • Published 4 years ago

strapi-plugin-surveyjs v3.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Strapi plugin SurveyJS

Integrate Strapi with surveyJs

Screenshots

How to install:

  1. In a root folder of your strapi project run
    #upgrade package file-loader
    npm install file-loader --save
    npm install strapi-plugin-surveyjs --save
  2. Rebuild admin UI strapi build
  3. Run strapi strapi develop

Use in your model.settings.json:

...
  "attributes": {
    "data": {
      "type": "survey",
      "columnType": "longtext"
    }
  }
...