Skip to content

Commit fea6742

Browse files
authored
fix(plugin-form-builder): export radio field type (#11908)
<!-- Thank you for the PR! Please go through the checklist below and make sure you've completed all the steps. Please review the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository if you haven't already. The following items will ensure that your PR is handled as smoothly as possible: - PR Title must follow conventional commits format. For example, `feat: my new feature`, `fix(plugin-seo): my fix`. - Minimal description explained as if explained to someone not immediately familiar with the code. - Provide before/after screenshots or code diffs if applicable. - Link any related issues/discussions from GitHub or Discord. - Add review comments if necessary to explain to the reviewer the logic behind a change ### What? ### Why? ### How? Fixes # --> ### What? [#11716](#11716) introduced the `RadioField` component. This PR exports the type for use by end-users. ### Why? To allow end-users to utilize the type as expected with `plugin-form-builder`. ### How? Adds the `RadioField` interface to the list of exported plugin types. Fixes #11806
1 parent aa90271 commit fea6742

File tree

1 file changed

+1
-0
lines changed
  • packages/plugin-form-builder/src/exports

1 file changed

+1
-0
lines changed

packages/plugin-form-builder/src/exports/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export type {
2020
PaymentField,
2121
PaymentFieldConfig,
2222
PriceCondition,
23+
RadioField,
2324
Redirect,
2425
SelectField,
2526
SelectFieldOption,

0 commit comments

Comments
 (0)