Problem/Motivation
We have no UI for editing/viewing/reverting custom block revisions
Proposed resolution
Refactor node revision support to be as generic as possible then re-use for custom block revisions.
Build revision list as a view (needs #1984582: Add views support for {custom_block_revision})
Remaining tasks
Write patch
Write tests
Reviews
User interface changes
New UI for viewing custom block revisions
API changes
New generic revision UI api?
Related
Relies on #1984582: Add views support for {custom_block_revision}