Framework: Improve how post revisions are handled #3258
Labels
Core REST API Task
Task for Core REST API efforts
Framework
Issues related to broader framework topics, especially as it relates to javascript
[Priority] High
Used to indicate top priority items that need quick attention
[Type] Enhancement
A suggestion for improvement.
Milestone
Issue Overview
When fixing #3167 with #3233 we opened a discussion on how to handle post revisions in the long run:
Let's discuss here how we can improve the current solution - https://github.com/WordPress/gutenberg/pull/3233/files#diff-9dfc2b70ad1c71918441461179054b0bR386. REST API endpoint for post data is extended to serve also information about revisions. The downside of this approach is that it is now added to every REST API call that fetches post data.
The text was updated successfully, but these errors were encountered: