Updated Article type to remove old Body field
This commit is contained in:
parent
da866be634
commit
aa8597512f
2 changed files with 1 additions and 22 deletions
|
|
@ -17,10 +17,6 @@
|
|||
"required": true,
|
||||
"unique": true
|
||||
},
|
||||
"Body": {
|
||||
"type": "richtext",
|
||||
"required": true
|
||||
},
|
||||
"FeatureImage": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"name": "Apache 2.0",
|
||||
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
},
|
||||
"x-generation-date": "2023-08-04T12:07:16.432Z"
|
||||
"x-generation-date": "2023-08-27T05:30:45.435Z"
|
||||
},
|
||||
"x-strapi-config": {
|
||||
"path": "/documentation",
|
||||
|
|
@ -95,7 +95,6 @@
|
|||
"data": {
|
||||
"required": [
|
||||
"Title",
|
||||
"Body",
|
||||
"FeatureImage",
|
||||
"Abstract",
|
||||
"FeaturedImageCaption"
|
||||
|
|
@ -105,9 +104,6 @@
|
|||
"Title": {
|
||||
"type": "string"
|
||||
},
|
||||
"Body": {
|
||||
"type": "string"
|
||||
},
|
||||
"FeatureImage": {
|
||||
"oneOf": [
|
||||
{
|
||||
|
|
@ -213,7 +209,6 @@
|
|||
"type": "object",
|
||||
"required": [
|
||||
"Title",
|
||||
"Body",
|
||||
"FeatureImage",
|
||||
"Abstract",
|
||||
"FeaturedImageCaption"
|
||||
|
|
@ -222,9 +217,6 @@
|
|||
"Title": {
|
||||
"type": "string"
|
||||
},
|
||||
"Body": {
|
||||
"type": "string"
|
||||
},
|
||||
"FeatureImage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -880,9 +872,6 @@
|
|||
"Title": {
|
||||
"type": "string"
|
||||
},
|
||||
"Body": {
|
||||
"type": "string"
|
||||
},
|
||||
"FeatureImage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -7823,9 +7812,6 @@
|
|||
"Title": {
|
||||
"type": "string"
|
||||
},
|
||||
"Body": {
|
||||
"type": "string"
|
||||
},
|
||||
"FeatureImage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
@ -8565,9 +8551,6 @@
|
|||
"Title": {
|
||||
"type": "string"
|
||||
},
|
||||
"Body": {
|
||||
"type": "string"
|
||||
},
|
||||
"FeatureImage": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue