Ghost/ghost/core
Kevin Ansfield 6fc9cd5f80
Added passthrough + saving of lexical property on posts/pages (#15403)
no issue

- bumped `@tryghost/admin-api-schema` to allow passthrough of the `lexical` property on post and page API endpoints
- prevented saving of blank document in the `mobiledoc` field if `lexical` is provided
- prevented API input containing both `mobiledoc` and `lexical` fields to avoid issues when both are present:
  - not possible to know which content is latest/has precedence
  - not possible to know which editor should be displayed in Admin
2022-09-13 17:29:37 +01:00
..
content Updated Explore section on dashboard 2022-09-06 14:59:33 +01:00
core Added passthrough + saving of lexical property on posts/pages (#15403) 2022-09-13 17:29:37 +01:00
test Added passthrough + saving of lexical property on posts/pages (#15403) 2022-09-13 17:29:37 +01:00
.c8rc.json
.eslintignore
.eslintrc.js
.gitignore
.npmignore
config.development.json
ghost.js
Gruntfile.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
package.json Added passthrough + saving of lexical property on posts/pages (#15403) 2022-09-13 17:29:37 +01:00