Add transforms to and from core Image block

This commit is contained in:
Keith Solomon
2026-08-05 16:56:27 -05:00
parent d21d3c9ac2
commit 151b09ba90
3 changed files with 152 additions and 0 deletions
+2
View File
@@ -15,11 +15,13 @@ import edit from './edit';
import save from './save';
import { PRESETS, DEFAULT_PRESET, isValidPresetSlug } from './presets';
import { FilterPanel } from './inspector';
import { transforms } from './transforms';
registerBlockType( metadata.name, {
...metadata,
edit,
save,
transforms,
} );
/**