diff --git a/src/elements/pullquote/PullquoteForm.tsx b/src/elements/pullquote/PullquoteForm.tsx index b21a157b..536f4e9a 100644 --- a/src/elements/pullquote/PullquoteForm.tsx +++ b/src/elements/pullquote/PullquoteForm.tsx @@ -22,8 +22,8 @@ export const PullquoteElementForm: React.FunctionComponent = ({ @@ -32,7 +32,7 @@ export const PullquoteElementForm: React.FunctionComponent = ({ field={fields.attribution} errors={errors.attribution} /> - + diff --git a/src/elements/pullquote/PullquoteSpec.tsx b/src/elements/pullquote/PullquoteSpec.tsx index a73a91fb..02685bc9 100644 --- a/src/elements/pullquote/PullquoteSpec.tsx +++ b/src/elements/pullquote/PullquoteSpec.tsx @@ -6,9 +6,9 @@ import { createReactElementSpec } from "../../renderers/react/createReactElement import { PullquoteElementForm } from "./PullquoteForm"; export const pullquoteFields = { - pullquote: createTextField({ isMultiline: true, rows: 4 }), + html: createTextField({ isMultiline: true, rows: 4 }), attribution: createTextField(), - weighting: createCustomDropdownField("supporting", [ + role: createCustomDropdownField("supporting", [ { text: "supporting (default)", value: "supporting" }, { text: "inline", value: "inline" }, { text: "showcase", value: "showcase" },