Updated to strapi 4.10
This commit is contained in:
parent
50377a336f
commit
68457f226e
3 changed files with 9411 additions and 79583 deletions
|
|
@ -11,12 +11,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@_sh/strapi-plugin-ckeditor": "^1.1.0",
|
||||
"@strapi/plugin-documentation": "^4.4.1",
|
||||
"@strapi/plugin-i18n": "4.4.1",
|
||||
"@strapi/plugin-users-permissions": "4.4.1",
|
||||
"@strapi/strapi": "4.4.1",
|
||||
"@strapi/plugin-documentation": "^4.10.5",
|
||||
"@strapi/plugin-i18n": "4.10.5",
|
||||
"@strapi/plugin-users-permissions": "4.10.5",
|
||||
"@strapi/strapi": "4.10.5",
|
||||
"better-sqlite3": "7.4.6",
|
||||
"mysql": "^2.18.1",
|
||||
"strapi-plugin-local-image-sharp": "^1.6.0",
|
||||
"strapi-plugin-menus": "^0.3.2",
|
||||
"strapi-plugin-navigation": "^2.0.13"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -52,6 +52,10 @@
|
|||
"relation": "manyToOne",
|
||||
"target": "api::project.project",
|
||||
"inversedBy": "articles"
|
||||
},
|
||||
"FeaturedImageCaption": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue