-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
doc-neededThis issue requires documentation updates or additions once it has been completed.This issue requires documentation updates or additions once it has been completed.new featureRequest for a new feature or functionality to be added to the project.Request for a new feature or functionality to be added to the project.
Description
What problem does this address?
It would be a nice-to-have to add a filter for the animationsList. This would be especially useful for simplifying the list of animations shown in the editor.
What is your proposed solution?
import { applyFilters } from '@wordpress/hooks';
...
<AnimationPopover
animationsList={ applyFilters( 'otter.blockAnimation.animationsList', animationsList ) }
updateAnimation={ updateAnimation }
currentAnimationLabel={ currentAnimationLabel }
setCurrentAnimationLabel={ setCurrentAnimationLabel }
/>
Will this feature require documentation? (Optional)
Yes, it requires documentation.
Metadata
Metadata
Assignees
Labels
doc-neededThis issue requires documentation updates or additions once it has been completed.This issue requires documentation updates or additions once it has been completed.new featureRequest for a new feature or functionality to be added to the project.Request for a new feature or functionality to be added to the project.