Template Usage
List out all taxonomies assigned to the entry:
<ul>
@foreach($entry->taxonomy as $item)
<li>{{ $item->name ]}</li>
@endforeach
</ul>
Settings
This field provides the following settings:
Setting | Description | Format |
---|---|---|
Name | User-friendly identifier. | Input |
Handle | Developer-friendly identifier. | Input |
Help Instructions | Additional instructions written in small print next to the field. | Rich Text |
Validation Rules | Laravel-specific validation rules view docs | --- |
Taxonomy | The taxonomy from which to show terms. | Select |