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,
|
"required": true,
|
||||||
"unique": true
|
"unique": true
|
||||||
},
|
},
|
||||||
"Body": {
|
|
||||||
"type": "richtext",
|
|
||||||
"required": true
|
|
||||||
},
|
|
||||||
"FeatureImage": {
|
"FeatureImage": {
|
||||||
"type": "media",
|
"type": "media",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"name": "Apache 2.0",
|
"name": "Apache 2.0",
|
||||||
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
|
"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": {
|
"x-strapi-config": {
|
||||||
"path": "/documentation",
|
"path": "/documentation",
|
||||||
|
|
@ -95,7 +95,6 @@
|
||||||
"data": {
|
"data": {
|
||||||
"required": [
|
"required": [
|
||||||
"Title",
|
"Title",
|
||||||
"Body",
|
|
||||||
"FeatureImage",
|
"FeatureImage",
|
||||||
"Abstract",
|
"Abstract",
|
||||||
"FeaturedImageCaption"
|
"FeaturedImageCaption"
|
||||||
|
|
@ -105,9 +104,6 @@
|
||||||
"Title": {
|
"Title": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"Body": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"FeatureImage": {
|
"FeatureImage": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
|
|
@ -213,7 +209,6 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"Title",
|
"Title",
|
||||||
"Body",
|
|
||||||
"FeatureImage",
|
"FeatureImage",
|
||||||
"Abstract",
|
"Abstract",
|
||||||
"FeaturedImageCaption"
|
"FeaturedImageCaption"
|
||||||
|
|
@ -222,9 +217,6 @@
|
||||||
"Title": {
|
"Title": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"Body": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"FeatureImage": {
|
"FeatureImage": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -880,9 +872,6 @@
|
||||||
"Title": {
|
"Title": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"Body": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"FeatureImage": {
|
"FeatureImage": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -7823,9 +7812,6 @@
|
||||||
"Title": {
|
"Title": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"Body": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"FeatureImage": {
|
"FeatureImage": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
@ -8565,9 +8551,6 @@
|
||||||
"Title": {
|
"Title": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"Body": {
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"FeatureImage": {
|
"FeatureImage": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue