Skip to content

Commit

Permalink
remove unnecessary default option
Browse files Browse the repository at this point in the history
Co-authored-by: pookmish <[email protected]>
  • Loading branch information
rebeccahongsf and pookmish authored Sep 18, 2024
1 parent d5bda52 commit ec9c27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/drupal/drupal-jsonapi.d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type CardParagraphBehaviors = {
heading?: "h2" | "h3" | "h4" | "div.su-splash-font"
hide_heading?: boolean
link_style?: "action" | "button"
sum_card_heading_size?: "default" | "larger" | "smaller"
sum_card_heading_size?: "larger" | "smaller"
sum_card_bg_color_variant?: boolean
sum_card_variant?: "pill"
sum_card_pill_bg_color_variant?:
Expand Down

0 comments on commit ec9c27e

Please sign in to comment.