'attachments' => [
'name' => 'attachments',
'vname' => 'LBL_ATTACHMENTS',
'type' => 'attachment',
'source' => 'non-db',
'reportable' => false,
'importable' => false,
'metadata' => [
'storage_type' => 'private-documents', // Required!
'upload_maxsize' => 10000000, // Optional, defaults to global config
'breakpoint' => 1, // Optional
'maxPerRow' => 3, // Optional
'popoverMaxTextLength' => '200px', // Optional
'popoverMinWidth' => '315px', // Optional
'maxTextWidth' => '150px', // Optional
'minWidth' => '185px', // Optional
],
],