Skip to content

Commit

Permalink
Fixes issues from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecoder committed Oct 1, 2024
1 parent 5de983c commit 0f3a986
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/editor/src/dataviews/store/private-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ export const registerPostTypeActions =
? reorderPage
: undefined,
postTypeConfig.slug === 'wp_block' ? exportPattern : undefined,
canManageOptions && postTypeConfig.slug === 'page'
? setAsHomepage
: undefined,
restorePost,
resetPost,
deletePost,
Expand Down
4 changes: 4 additions & 0 deletions packages/fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Undocumented declaration.

Undocumented declaration.

### setAsHomepage

Undocumented declaration.

### titleField

Undocumented declaration.
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type PostStatus =
| 'published'
| 'publish'
| 'draft'
| 'pending'
| 'private'
Expand Down

0 comments on commit 0f3a986

Please sign in to comment.