Skip to content

Commit

Permalink
Block Editor: Expose getDuotoneFilter() as private API (#54905)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla authored Sep 28, 2023
1 parent 537316a commit 20843c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-editor/src/private-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import {
} from './components/inserter/reusable-block-rename-hint';
import { usesContextKey } from './components/rich-text/format-edit';
import { ExperimentalBlockCanvas } from './components/block-canvas';
import { getDuotoneFilter } from './components/duotone/utils';

/**
* Private @wordpress/block-editor APIs.
Expand All @@ -33,6 +34,7 @@ lock( privateApis, {
...globalStyles,
ExperimentalBlockCanvas,
ExperimentalBlockEditorProvider,
getDuotoneFilter,
getRichTextValues,
kebabCase,
PrivateInserter,
Expand Down

0 comments on commit 20843c0

Please sign in to comment.