We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7476610 commit d915ae8Copy full SHA for d915ae8
puck/components/Archive.tsx
@@ -60,10 +60,10 @@ export const Archive: ComponentConfig<ArchiveProps> = {
60
type: "text",
61
},
62
graphic: {
63
- type: "radio",
+ type: "select",
64
options: [
65
- { label: "true", value: true },
66
- { label: "false", value: false },
+ { label: "Regular", value: false },
+ { label: "Graphic", value: true },
67
],
68
69
puck/components/Card.tsx
@@ -48,8 +48,8 @@ export const Card: ComponentConfig<CardProps> = {
48
49
type: "radio",
50
51
52
53
54
55
0 commit comments