Taxonomy select
Last updated
Last updated
Taxonomy select field renders a searchable field. Similar to the field. Supports .
This will produce the following
will result in the following
Name
Type
Description
type
string
taxonomy-select
(required)
id
string
Unique ID that will be used to retrieve the value (required)
tab
string
Specifies in which tab this option will be rendered
title
string
Shows a heading to the left of the field
desc
string
Shows a description text (can have HTML)
multiple
boolean
taxonomy
string
Taxonomy (standard or custom) to search the terms in. If not specified, searches in the category
taxonomy.
if 'multiple' => true
is added to the , the field will respect it. The following configuration
Set to true
if multiple values are needed. See above.