diff --git a/src/block-components/transform/attributes.js b/src/block-components/transform/attributes.js index d38d38246c..da5fb8a45f 100644 --- a/src/block-components/transform/attributes.js +++ b/src/block-components/transform/attributes.js @@ -5,7 +5,7 @@ export const addAttributes = attrObject => { type: 'number', default: '', }, - transitionOrigin: { + transformOrigin: { type: 'string', default: '', },