Skip to content

Commit

Permalink
fix: disable label for card links
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankoehn committed Jan 2, 2025
1 parent 9b0582a commit ff83618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/card-grid/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const CardGrid: Block = {
relationTo: "media",
required: false,
},
link({ localized: true, appearances: false }),
link({ localized: true, appearances: false, disableLabel: true }),
{
name: "appearance",
type: "group",
Expand Down

0 comments on commit ff83618

Please sign in to comment.