Skip to content

Commit

Permalink
Closes #3992: Remove FieldType Categories (#4009)
Browse files Browse the repository at this point in the history
  • Loading branch information
caosborne89 authored Jan 29, 2025
1 parent b69bae2 commit 40c44f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#[FieldType(
id: "az_accordion",
label: new TranslatableMarkup("Accordion"),
category: new TranslatableMarkup("AZ Quickstart"),
default_widget: "az_accordion",
default_formatter: "az_accordion_default",
)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#[FieldType(
id: "az_card",
label: new TranslatableMarkup("Card"),
category: new TranslatableMarkup("AZ Quickstart"),
default_widget: "az_card",
default_formatter: "az_card_default",
)]
Expand Down

0 comments on commit 40c44f5

Please sign in to comment.