updates to UI and add archiving option
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Supported chain patterns exposed to the UI (checkbox selectable)
|
||||
'chains' => [
|
||||
'contracts.account',
|
||||
'contracts.account.payments',
|
||||
'contracts.account.bookings',
|
||||
'contracts.documents',
|
||||
'account.payments',
|
||||
'account.bookings',
|
||||
],
|
||||
// Singular-to-plural resolution for chain tail segments
|
||||
'singular_plural' => [
|
||||
'account' => 'accounts',
|
||||
'payment' => 'payments',
|
||||
'booking' => 'bookings',
|
||||
'document' => 'documents',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user