Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 293 Bytes

field-relate.md

File metadata and controls

14 lines (9 loc) · 293 Bytes

Field: Relate

Easily bind related models to each other. This field currently supports the following relation types: HasOne, BelongsTo, and HasMany

Required Parameters:

'type' => 'Relate',
'related' => Bree\Model|string,
'title' => string

Optional Parameters:

'select' => true|false