The most advanced open-source Content Management Framework to build powerful API with no effort.
Read more from here https://medium.com/@ceddybi/strapi-rocks-d887c758831e
Your api's model should include the type_render and type_mongo, something like this
Custom components will appear when you're creating a new item from the content type manager, when describing the type_render
keep in mind the following.
wysiwyg
= A simple WYSWYG editorsingle-image
= A single image uploadmulti-image
= Multiple images update with a set primary featurelocation
= a Google maps location picker- e.t.c.... you can browser the custom-components folder to get all the custom components
About image upload, it receives the image file, uploads it to the cloud, then the cloud returns a url link to it, which is used for preview and saving in the database.
For more information on the upcoming version, please take a look to our ROADMAP.
For general help using Strapi, please refer to the official Strapi documentation. For additional help, you can use one of this channel to ask question:
- StackOverflow
- Slack (highly recommended for realtime support)
- GitHub
- Facebook.
Strapi Solutions, the company behind Strapi, provides a full range of solutions to get better results, faster. We're always looking for the next challenge: coaching, consulting, training, customization, etc. Drop us an email to see how we can help you.
MIT License Copyright (c) 2015-2018 Strapi Solutions.