Created
April 19, 2019 20:38
-
-
Save foleyatwork/6ca9491b467bad75b2ea9a8d8f552720 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
const inserts = { | |
// The name of the paragraph that corresponds with an insert. | |
[paragraph.name]: { | |
// Whether the insert should appear before or after a graf. | |
order: 'before' | 'after, | |
// The component to inject. | |
component: () => Hello, World!, // a React Node. | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment