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
Other than branching in version control, you can't draft a post and have it not build in production.
Having this as a first class concept is important to ensure that other extensions that use posts don't have to worry about it, similar to how the PostExtension currently handles "future" posts
Solution
Add in the first class concept of drafts.
A _drafts folder (configurable), where posts in there are only shown when configured (controlled via application config for the PostExtension)
a drafts: true frontmatter key, does the same as the above.
The text was updated successfully, but these errors were encountered:
Problem
Other than branching in version control, you can't draft a post and have it not build in production.
Having this as a first class concept is important to ensure that other extensions that use posts don't have to worry about it, similar to how the PostExtension currently handles "future" posts
Solution
Add in the first class concept of drafts.
drafts: true
frontmatter key, does the same as the above.The text was updated successfully, but these errors were encountered: