Skip to content

Commit

Permalink
Remove unnecessary front-page option
Browse files Browse the repository at this point in the history
  • Loading branch information
Copons committed May 10, 2019
1 parent 075502d commit 7a1a553
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ const getTemplateHierarchyOption = postTypes => {
slug: get( postType, 'slug' ),
} ) );
return [
{ label: __( 'Front Page' ), slug: 'front-page' },
{ label: __( 'Default List' ), slug: 'index' },
{ label: __( 'Default' ), slug: 'index' },
{ label: __( 'Default Singular' ), slug: 'singular' },
...options,
];
Expand Down

0 comments on commit 7a1a553

Please sign in to comment.