We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844fa9c commit ce10185Copy full SHA for ce10185
1 file changed
README.md
@@ -67,6 +67,9 @@ post.add({'type': "paragraph",
67
post.add({'type': 'paragraph', 'content': [
68
{'content': "View Link", 'marks': [{'type': "link", 'href': 'https://whoraised.substack.com/'}]}]})
69
70
+# set paywall boundary
71
+post.add({'type': 'paywall'})
72
+
73
# add image
74
post.add({'type': 'captionedImage', 'src': "https://media.tenor.com/7B4jMa-a7bsAAAAC/i-am-batman.gif"})
75
0 commit comments