mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Stripped "excerpt" and "plaintext" from API v2 schema
no issue - exceprt -> virtual field - plaintext -> generated field
This commit is contained in:
parent
5a52336791
commit
90aef4f6c9
2 changed files with 12 additions and 0 deletions
|
@ -141,6 +141,12 @@
|
|||
},
|
||||
"primary_author": {
|
||||
"strip": true
|
||||
},
|
||||
"excerpt": {
|
||||
"strip": true
|
||||
},
|
||||
"plaintext": {
|
||||
"strip": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -141,6 +141,12 @@
|
|||
},
|
||||
"primary_author": {
|
||||
"strip": true
|
||||
},
|
||||
"excerpt": {
|
||||
"strip": true
|
||||
},
|
||||
"plaintext": {
|
||||
"strip": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue