mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 08:58:06 +02:00
Various UI improvements
This commit is contained in:
parent
bcbf5de9c4
commit
8d0a9d0926
7 changed files with 253 additions and 123 deletions
|
@ -57,7 +57,11 @@ return [
|
|||
'settings' => [
|
||||
'description' => E::ts('Shows a list of all categories and how many contacts are in each one.'),
|
||||
'sort' => [
|
||||
['label', 'ASC'],
|
||||
[
|
||||
'presentation_order',
|
||||
'ASC',
|
||||
],
|
||||
['color', 'ASC'],
|
||||
],
|
||||
'limit' => 50,
|
||||
'pager' => FALSE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue