Stripped "excerpt" and "plaintext" from API v2 schema

no issue

- exceprt -> virtual field
- plaintext -> generated field
This commit is contained in:
kirrg001 2019-02-26 09:07:14 +01:00
parent 5a52336791
commit 90aef4f6c9
2 changed files with 12 additions and 0 deletions

View File

@ -141,6 +141,12 @@
},
"primary_author": {
"strip": true
},
"excerpt": {
"strip": true
},
"plaintext": {
"strip": true
}
}
},

View File

@ -141,6 +141,12 @@
},
"primary_author": {
"strip": true
},
"excerpt": {
"strip": true
},
"plaintext": {
"strip": true
}
}
},