Ghost/ghost/core
Steve Larson b10b81b7d7
Prevented pages content api queries from returning mobiledoc or lexical fields (#20454)
ref https://linear.app/tryghost/issue/CFR-43/
ref 9d9a421

We recently stopped `select *` from posts when making Content API
requests. This is now being applied to the pages endpoint to help
improve performance. These fields were already being stripped out in the
output serializer, and they will now no longer be returned from the db
at all, reducing the amount of data transferred.
2024-06-24 15:17:45 +00:00
..
content 🎨 Updated Source to v1.2.3 2024-06-06 08:34:57 +00:00
core Prevented pages content api queries from returning mobiledoc or lexical fields (#20454) 2024-06-24 15:17:45 +00:00
test Prevented pages content api queries from returning mobiledoc or lexical fields (#20454) 2024-06-24 15:17:45 +00:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js
package.json v5.86.2 2024-06-23 20:39:22 +00:00
playwright.config.js