hi, how can i append infinity field group into create new category (wp-admin//edit-tags.php?taxonomy=category) and edit page (term.php?taxonomy=category&tag_ID=1&post_type=post) ?
when i try to create a file in piklist/parts/terms directory,
category.php
/*
Title: Test
Taxonomy: category
*/
piklist('field', [
'type' => 'text',
'field' => 'test_text',
'label' => 'Test Text',
]);
but its append only in edit page. i need to append that field inside also create form.