diff --git a/packages/blocks/src/blocks/CoreQuote.tsx b/packages/blocks/src/blocks/CoreQuote.tsx index f74860aa9..41fb644c1 100644 --- a/packages/blocks/src/blocks/CoreQuote.tsx +++ b/packages/blocks/src/blocks/CoreQuote.tsx @@ -6,7 +6,7 @@ import { getStyles } from '../utils/index.js'; export type CoreQuoteFragmentProps = ContentBlock & { attributes?: { - align?: string; + textAlign?: string; anchor?: string; backgroundColor?: string; citation?: string; @@ -52,7 +52,7 @@ CoreQuote.fragments = { entry: gql` fragment CoreQuoteBlockFragment on CoreQuote { attributes { - align + textAlign anchor backgroundColor citation