updated to strapi 4.0.5
This commit is contained in:
parent
cf09c6ee6f
commit
ddf0b12ece
File diff suppressed because it is too large
Load Diff
|
@ -10,10 +10,10 @@
|
||||||
"strapi": "strapi"
|
"strapi": "strapi"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/plugin-graphql": "^4.0.2",
|
"@strapi/plugin-graphql": "^4.0.5",
|
||||||
"@strapi/plugin-i18n": "4.0.2",
|
"@strapi/plugin-i18n": "4.0.5",
|
||||||
"@strapi/plugin-users-permissions": "4.0.2",
|
"@strapi/plugin-users-permissions": "4.0.5",
|
||||||
"@strapi/strapi": "4.0.2",
|
"@strapi/strapi": "4.0.5",
|
||||||
"sqlite3": "5.0.2"
|
"sqlite3": "5.0.2"
|
||||||
},
|
},
|
||||||
"author": {
|
"author": {
|
||||||
|
|
|
@ -90,14 +90,17 @@
|
||||||
"target": "api::library-content.library-content",
|
"target": "api::library-content.library-content",
|
||||||
"mappedBy": "library_item"
|
"mappedBy": "library_item"
|
||||||
},
|
},
|
||||||
"description": {
|
|
||||||
"type": "text"
|
|
||||||
},
|
|
||||||
"release_date": {
|
"release_date": {
|
||||||
"type": "component",
|
"type": "component",
|
||||||
"repeatable": false,
|
"repeatable": false,
|
||||||
"component": "basics.datepicker",
|
"component": "basics.datepicker",
|
||||||
"required": false
|
"required": false
|
||||||
|
},
|
||||||
|
"descriptions": {
|
||||||
|
"displayName": "Library Items",
|
||||||
|
"type": "component",
|
||||||
|
"repeatable": true,
|
||||||
|
"component": "translations.library-items"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"collectionName": "components_translations_library_items",
|
||||||
|
"info": {
|
||||||
|
"displayName": "Library Items",
|
||||||
|
"icon": "feather-alt"
|
||||||
|
},
|
||||||
|
"options": {},
|
||||||
|
"attributes": {
|
||||||
|
"description": {
|
||||||
|
"type": "text",
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
|
"language": {
|
||||||
|
"type": "relation",
|
||||||
|
"relation": "oneToOne",
|
||||||
|
"target": "api::language.language"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue