mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03: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
@ -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…
Reference in New Issue
Block a user