Template Usage
Display all users selected:
<ul>
<ul>
@foreach($entry->profiles as $profile)
<li>{{ $profile->name ]}</li>
@endforeach
</ul>
</ul>
Settings
There are several configurations provided to manipulate the Field to your needs.
This field provides the following settings:
Setting | Description | Format |
---|---|---|
Name | User-friendly identifier. | String |
Handle | Developer-friendly identifier. | String |
Help Instructions | Additional instructions written in small print next to the field. | Rich Text |
Validation Rules | Laravel-specific validation rules view docs | --- |
Limit | Limit the number of users selected; leave blank if no limit is desired. | Number |