File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,12 @@ domain: YOUR_HASHNODE_BLOG_DOMAIN_NAME_HERE (e.g. sandeep.dev or sandeep.hashnod
2626/* When you have a team publication and a publication member has created an article */
2727/* Please note that this param is only supported while creating an article and not updating */
2828publishAs: USERNAME_OF_AUTHOR_OF_ARTICLE
29- /* When your article is republished and you want to use the origin url as canonical url */ <br/>
29+ /* When your article is republished and you want to use the origin url as canonical url */
3030canonical: CANONICAL_URL_OF_ARTICLE
3131/* Only if you don't want this article to be published yet */
32- ignorePost: true
32+ ignorePost: Boolean (default: false)
33+ /* If you want to post it only on your blog and hide it from Hashnode community feed */
34+ hideFromHashnodeCommunity: Boolean (default: false)
3335---
3436
3537Enter article body here
You can’t perform that action at this time.
0 commit comments