We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c91d10 commit e5b8d06Copy full SHA for e5b8d06
1 file changed
apps/builder/app/shared/copy-paste/plugin-webflow/schema.ts
@@ -196,7 +196,6 @@ const WfElementNode = z.union([
196
WfBaseNode.extend({
197
type: z.enum(["Figure"]),
198
data: WfNodeData.extend({
199
- style: z.record(styleProperty, styleValue).optional(),
200
figure: z.object({
201
type: z.enum(["image"]), // @todo add more types
202
align: z.enum([
0 commit comments