mirror of
https://github.com/strapi/strapi.git
synced 2025-08-18 13:45:25 +00:00
Merge branch 'master' into ctb/add-search-icon
This commit is contained in:
commit
1ce668f7b0
@ -349,7 +349,7 @@ xhr.send(
|
||||
|
||||
::: tab "Many-to-Many" id="many-to-many"
|
||||
|
||||
One-to-Many relationships are usefull when an entry can be liked to multiple entries of an other Content Type. And an entry of the other Content Type can be linked to many entries.
|
||||
Many-to-Many relationships are usefull when an entry can be liked to multiple entries of an other Content Type. And an entry of the other Content Type can be linked to many entries.
|
||||
|
||||
#### Example
|
||||
|
||||
|
@ -172,7 +172,7 @@ MongoDB must already be running in the background.
|
||||
::: tab yarn
|
||||
|
||||
```
|
||||
yarn create strapi-app new my-project
|
||||
yarn create strapi-app my-project
|
||||
```
|
||||
|
||||
:::
|
||||
|
@ -164,7 +164,7 @@ async function askDatabaseInfos(scope) {
|
||||
}
|
||||
|
||||
async function installDatabaseTestingDep({ scope, configuration }) {
|
||||
let packageManager = scope.useYarn ? 'yarnpkg' : 'npm;';
|
||||
let packageManager = scope.useYarn ? 'yarnpkg' : 'npm';
|
||||
let cmd = scope.useYarn
|
||||
? ['--cwd', scope.tmpPath, 'add']
|
||||
: ['install', '--prefix', scope.tmpPath];
|
||||
|
Loading…
x
Reference in New Issue
Block a user