documentation
documentation copied to clipboard
Strapi Documentation
### Summary How to add a new provider in users-permissions plugin in Strapi V4 ### Why is it needed? Document for v4 is not update: https://docs.strapi.io/developer-docs/latest/plugins/users-permissions.html#adding-a-new-provider-to-your-project ### Suggested solution(s) _No...
### Summary I would like to request an extension to Entiy Service CRUD documentation as it only contains simple examples. I'd propose adding examples of using components and related components...
### Summary In the Entity and Query service documentation, there are no explanations on the usage of plugins models. There is only documentation for the API (api::article.article) but what for...
### Link to the documentation page or resource https://docs.strapi.io/developer-docs/latest/developer-resources/plugin-api-reference/server.html#content-types ### Describe the bug Following along with the examples and instructions used to create Content-Types during plugin development causes the following...
### Link to the documentation page or resource https://forum.strapi.io/t/why-is-the-documentation-extension-openapi-generating-the-wrong-data-type/5750 ### Describe the bug See https://forum.strapi.io/t/why-is-the-documentation-extension-openapi-generating-the-wrong-data-type/5750 ### Additional context ``` "dependencies": { "@strapi/plugin-documentation": "4.1.8", "@strapi/plugin-i18n": "4.1.8", "@strapi/plugin-seo": "1.7.2", "@strapi/plugin-users-permissions": "4.1.8", "@strapi/strapi":...
### Summary This [page](https://docs.strapi.io/developer-docs/latest/guides/is-owner.html) seems that are loading this library: `const { parseMultipartData, sanitizeEntity } = require('strapi-utils');` It is correct? or its better to use the newest **"@strapi/utils"** If we...
### Summary For Strapi latest version 4.1.x, NodeJS version requirement in some Strapi official plugins requires >= 12.22.0. However, the NodeJS runtime in the Google App Engine flexible environment only...
### Link to the documentation page or resource https://docs.strapi.io/developer-docs/latest/developer-resources/content-api/integrations/jekyll.html#create-a-jekyll-app ### Describe the bug I have run through the tutorial for setting up Strapi with Jekyll and it looks like the...
### Summary It would be great to have a documentation that explains how to add new fields to the user content type through plugin. Also if it explains how to...
### Summary Disclaimer: I am maintainer of https://react-page.github.io/ I want to add first class support for ReactPage to strapi, which is a rich layout content editor. I successfully did a...