wp-graphql / wpgraphql-ide

A next-gen query editor for WPGraphQL 🚀
GNU General Public License v3.0
10 stars 0 forks source link

feat: Document Editor Button Registration API #143

Closed josephfusco closed 3 months ago

josephfusco commented 3 months ago

These changes include:

jasonbahl commented 3 months ago

This PR introduces the registerDocumentEditorToolbarButton access function.

This function allows registering a new editor toolbar button with the following parameters:

Example usage:

const { registerDocumentEditorToolbarButton } = window.WPGraphQLIDE;

registerDocumentEditorToolbarButton( 'toggle-auth', toggleAuthButton, 1 );

CleanShot 2024-05-20 at 10 05 57