mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 13:03:29 -05:00
11 lines
177 B
PHP
11 lines
177 B
PHP
<?php
|
|
|
|
return [
|
|
'openFilter' => [
|
|
'name' => 'Alle Filter reduzieren'
|
|
],
|
|
'openTextFilter' => [
|
|
'name' => 'Show Text Fields in Filter Area',
|
|
],
|
|
];
|