Skip to content

Instantly share code, notes, and snippets.

@espenmn
Last active August 29, 2023 14:03
Show Gist options
  • Select an option

  • Save espenmn/a4967482a3cd28843b7c9486de58b1ef to your computer and use it in GitHub Desktop.

Select an option

Save espenmn/a4967482a3cd28843b7c9486de58b1ef to your computer and use it in GitHub Desktop.
{ attributes.disableTitle && (
<ToggleControl
label="Whaterver control here"
onChange={ () => {
setAttributes( { disableImage: !attributes.disableImage } );
} }
checked={ attributes.disableImage }
/>
) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment