Skip to content

Commit

Permalink
Add "top toolbar" setting to the appearance panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Nov 23, 2023
1 parent 7d500f3 commit 0ad51fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/edit-post/src/components/preferences-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ export default function EditPostPreferencesModal() {
'Customize the editor interface to suit your needs.'
) }
>
<EnableFeature
featureName="fixedToolbar"
help={ __(
'Access all block and document tools in a single place.'
) }
label={ __( 'Top toolbar' ) }
/>
<EnableFeature
featureName="distractionFree"
onToggle={ toggleDistractionFree }
Expand Down

0 comments on commit 0ad51fd

Please sign in to comment.