From 7acabc841c86ed9a3ceddf33f027e6f9967db565 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Thu, 12 Sep 2024 15:59:17 -0600 Subject: [PATCH] - update align to textAlign on the CoreQuoteBlockFragment --- packages/blocks/src/blocks/CoreQuote.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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