Skip to content

Commit 9385df5

Browse files
tyxlantsekouras
andauthored
User Taxonomies: show Public field in create/edit form (#77802)
Add 'public' to generalForm.fields so the toggle appears in the General section of the taxonomy create/edit page. The field was already defined and listed in the quick-edit defaultForm, but was missing from the long-form editor. Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]> Co-authored-by: tyxla <[email protected]> Co-authored-by: ntsekouras <[email protected]>
1 parent 04d4353 commit 9385df5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/user-taxonomies/src/fields/general.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ export const generalForm: Form = {
256256
'slug',
257257
'description',
258258
'object_type',
259+
'public',
259260
'hierarchical',
260261
'status',
261262
],

0 commit comments

Comments
 (0)