Skip to content

Commit d915ae8

Browse files
committed
chore: rename Card graphic puck labels
1 parent 7476610 commit d915ae8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

puck/components/Archive.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ export const Archive: ComponentConfig<ArchiveProps> = {
6060
type: "text",
6161
},
6262
graphic: {
63-
type: "radio",
63+
type: "select",
6464
options: [
65-
{ label: "true", value: true },
66-
{ label: "false", value: false },
65+
{ label: "Regular", value: false },
66+
{ label: "Graphic", value: true },
6767
],
6868
},
6969
},

puck/components/Card.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export const Card: ComponentConfig<CardProps> = {
4848
graphic: {
4949
type: "radio",
5050
options: [
51-
{ label: "true", value: true },
52-
{ label: "false", value: false },
51+
{ label: "Regular", value: false },
52+
{ label: "Graphic", value: true },
5353
],
5454
},
5555
},

0 commit comments

Comments
 (0)