mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
14 lines
260 B
PHP
14 lines
260 B
PHP
<?php
|
|
|
|
return [
|
|
'openFilter' => [
|
|
'name' => 'Collapse All Filters'
|
|
],
|
|
'openTextFilter' => [
|
|
'name' => 'Show Text Fields in Filter Area',
|
|
],
|
|
'openDateFilter' => [
|
|
'name' => 'Show Date Field in Filter Area',
|
|
],
|
|
];
|