{{ $field->title ?? $field->label ?? $fieldScriptId }}
({{ ucfirst($contentType) }})
@if($contentType === 'record' && isset($field->references))
References: {{ $field->references }}
@endif
@if($contentType === 'list' && isset($field->listItems) && count($field->listItems) > 0)
Pre-select options (optional):
@foreach($field->listItems as $item)
refid, $selectedValues ?? []) ? 'checked' : '' }}>
@endforeach
@elseif($contentType === 'record')
@if($contentType === 'text')
This is a text field. Users will be able to search for text content using fuzzy matching.
@else
This is a dynamic record reference field. Users will be able to search and select from {{ $field->references }} records when using this filter.
@endif
@elseif($contentType === 'text')
This is a text field. Users will be able to search for text content using fuzzy matching.
@endif
@if($contentType === 'list')
@endif
@if($contentType === 'record')
@endif