There is a small typo in docs/3.0.0-beta.x/concepts/models.md.
Should read `useful` rather than `usefull`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
* Don't set connection field on create/edit operation on content-types & components
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Make sure that every component has a valid connection attribute
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove connection check on components load
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove default connections from core & webhook stores but make sure it's defined in the application lifecycle
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Fix component's associations that can be undefined instead of empty in populateBareAssociations
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove "default" connection from plugins' models
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove connection attribute from generated models (cli)
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Mutate each component instead of reassign
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Build core_store and webhook model based on the current config
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Add connection to templates conditionally (based on args)
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Set default value for description to undefined instead of empty string
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove unnecessary complexity
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Update getStarted models
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Fix attributes parsing for generate:model
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Removed tpl option from generate:model/api
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
* Remove tpl option from cli
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
There was a problem in Heroku when using the default "localhost". We must change it to "0.0.0.0". We can help others by adding this to the documentation so they don't have to invest much time to find the solution like me.
Signed-off-by: António Santos <toi.santos@gmail.com>
There needs to be a review of the docs. This pull request is intended to fix obvious incorrect
references that may confuse or frustrate people brand new to Strapi, trying to go through
the Quick Start Guide or Tutorial.
Change "content type" to "collection type" where appropriate
Signed-off-by: Chinh Do <cdo@vienxu.com>