You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating / updating a post, value passed for Slug is getting ignored.
Post post = PostBuilder.aPost()
.withTitle(TitleBuilder.aTitle().withRendered("ABCDTitleUpdate124").withRaw("ABCDTitleUpdate124").build())
.withExcerpt(ExcerptBuilder.anExcerpt().withRendered("ABCDTitle124Excerpt").build())
.withContent(ContentBuilder.aContent().withRendered("ABCDTitle124Content").build())
// This string will get ignored completely while creating / updating post.
.withSlug("sampleslug")
.build();
Regards,
Sumit
The text was updated successfully, but these errors were encountered:
Hello Team.
While creating / updating a post, value passed for Slug is getting ignored.
Regards,
Sumit
The text was updated successfully, but these errors were encountered: