Created
September 7, 2022 18:52
-
-
Save papajuans/12c9b72ecc0dd742c5b0400b3a2c53d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // MongoDB collection | |
| // articles | |
| { id: '123', revision: 1, hed: 'My Title', body: 'foo bar bat baz' } | |
| { id: '123', revision: 2, hed: 'My Title Updated', body: 'foo bar bat baz' } | |
| // galleries | |
| { id: '444', revision: 1, hed: 'My Gallery', body: 'foo bar bat baz' } | |
| { id: '444', revision: 2, hed: 'My Gallery Updated', body: 'foo bar bat baz' } | |
| // text_formats; auto-merge format | |
| { contentId: '123', revision: 2, fields: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.