Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: TermPicker Component #123

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

Add: TermPicker Component #123

wants to merge 3 commits into from

Conversation

xavortm
Copy link
Member

@xavortm xavortm commented Jul 4, 2022

Description of the Change

Adds new Terms Picker component to allow editors to pick a single category from set of categories. There is similar existing component in core https://github.com/WordPress/gutenberg/blob/trunk/packages/editor/src/components/post-taxonomies/hierarchical-term-selector.js but it is a checkbox instead of radio picker.

More info TBA;

Closes #81

Alternate Designs

Possible Drawbacks

Verification Process

Checklist:

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests passed.

Changelog Entry

Credits

Props @

@fabiankaegy fabiankaegy changed the title Feature/terms picker Add: TermPicker Component Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add: TermPicker Component
2 participants