Updated strapi to 4.6.0

This commit is contained in:
DrMint 2023-01-31 21:44:33 +01:00
parent 120e162b36
commit 0bc3126a6c
6 changed files with 4218 additions and 3948 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

7950
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,9 +10,9 @@
"strapi": "strapi" "strapi": "strapi"
}, },
"dependencies": { "dependencies": {
"@strapi/plugin-graphql": "4.3.4", "@strapi/plugin-graphql": "4.6.0",
"@strapi/strapi": "4.3.4", "@strapi/strapi": "4.6.0",
"sqlite3": "5.0.11" "sqlite3": "5.1.4"
}, },
"author": { "author": {
"name": "A Strapi developer" "name": "A Strapi developer"

View File

@ -38,9 +38,6 @@
"news": { "news": {
"type": "string" "type": "string"
}, },
"merch": {
"type": "string"
},
"gallery": { "gallery": {
"type": "string" "type": "string"
}, },
@ -65,9 +62,6 @@
"category": { "category": {
"type": "string" "type": "string"
}, },
"categories": {
"type": "string"
},
"size": { "size": {
"type": "string" "type": "string"
}, },
@ -95,21 +89,9 @@
"subitem": { "subitem": {
"type": "string" "type": "string"
}, },
"subitems": {
"type": "string"
},
"subitem_of": {
"type": "string"
},
"variant": { "variant": {
"type": "string" "type": "string"
}, },
"variants": {
"type": "string"
},
"variant_of": {
"type": "string"
},
"summary": { "summary": {
"type": "string" "type": "string"
}, },
@ -128,9 +110,6 @@
"other": { "other": {
"type": "string" "type": "string"
}, },
"return_to": {
"type": "string"
},
"left_to_right": { "left_to_right": {
"type": "string" "type": "string"
}, },
@ -140,9 +119,6 @@
"page": { "page": {
"type": "string" "type": "string"
}, },
"pages": {
"type": "string"
},
"page_order": { "page_order": {
"type": "string" "type": "string"
}, },
@ -184,9 +160,6 @@
"relation": "oneToOne", "relation": "oneToOne",
"target": "api::language.language" "target": "api::language.language"
}, },
"languages": {
"type": "string"
},
"select_language": { "select_language": {
"type": "string" "type": "string"
}, },
@ -205,12 +178,6 @@
"news_description": { "news_description": {
"type": "text" "type": "text"
}, },
"merch_description": {
"type": "text"
},
"gallery_description": {
"type": "text"
},
"archives_description": { "archives_description": {
"type": "text" "type": "text"
}, },
@ -235,12 +202,6 @@
"show_secondary_items": { "show_secondary_items": {
"type": "string" "type": "string"
}, },
"no_type": {
"type": "string"
},
"no_year": {
"type": "string"
},
"order_by": { "order_by": {
"type": "string" "type": "string"
}, },
@ -331,27 +292,12 @@
"pronouns": { "pronouns": {
"type": "string" "type": "string"
}, },
"no_category": {
"type": "string"
},
"item": { "item": {
"type": "string" "type": "string"
}, },
"items": {
"type": "string"
},
"content": { "content": {
"type": "string" "type": "string"
}, },
"result": {
"type": "string"
},
"results": {
"type": "string"
},
"language_switch_message": {
"type": "text"
},
"open_settings": { "open_settings": {
"type": "string" "type": "string"
}, },
@ -370,9 +316,6 @@
"legality": { "legality": {
"type": "string" "type": "string"
}, },
"members": {
"type": "string"
},
"sharing_policy": { "sharing_policy": {
"type": "string" "type": "string"
}, },
@ -469,9 +412,6 @@
"table_of_contents": { "table_of_contents": {
"type": "string" "type": "string"
}, },
"definition": {
"type": "string"
},
"no_results_message": { "no_results_message": {
"type": "string" "type": "string"
}, },
@ -519,6 +459,90 @@
}, },
"empty_folder_message": { "empty_folder_message": {
"type": "string" "type": "string"
},
"switch_to_grid_view": {
"type": "string"
},
"switch_to_folder_view": {
"type": "string"
},
"content_is_not_available": {
"type": "string"
},
"paper_texture": {
"type": "string"
},
"book_fold": {
"type": "string"
},
"lighting": {
"type": "string"
},
"side_pages": {
"type": "string"
},
"shadow": {
"type": "string"
},
"night_reader": {
"type": "string"
},
"single_page_view": {
"type": "string"
},
"double_page_view": {
"type": "string"
},
"reset_all_options": {
"type": "string"
},
"reading_layout": {
"type": "string"
},
"quality": {
"type": "string"
},
"only_unavailable_videos": {
"type": "string"
},
"oldest": {
"type": "string"
},
"newest": {
"type": "string"
},
"least_popular": {
"type": "string"
},
"most_popular": {
"type": "string"
},
"shortest": {
"type": "string"
},
"longest": {
"type": "string"
},
"search": {
"type": "string"
},
"showing_x_out_of_y_results": {
"type": "string"
},
"return_to_x": {
"type": "string"
},
"x_results": {
"type": "string"
},
"definition_x": {
"type": "string"
},
"subitem_of_x": {
"type": "string"
},
"variant_of_x": {
"type": "string"
} }
} }
} }

View File

@ -2,44 +2,66 @@
"collectionName": "components_collections_component_library_covers", "collectionName": "components_collections_component_library_covers",
"info": { "info": {
"displayName": "Library Cover", "displayName": "Library Cover",
"icon": "address-book" "icon": "address-book",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
"front": { "front": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images" "images"
], ]
"type": "media",
"multiple": false
}, },
"spine": { "spine": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images" "images"
], ]
"type": "media",
"multiple": false
}, },
"back": { "back": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images" "images"
], ]
"type": "media",
"multiple": false
}, },
"full": { "full": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images" "images"
], ]
"type": "media",
"multiple": false
}, },
"inside_full": { "inside_full": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images" "images"
], ]
},
"inside_front": {
"type": "media", "type": "media",
"multiple": false "multiple": false,
"required": false,
"allowedTypes": [
"images"
]
},
"inside_back": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
]
} }
} }
} }