Files
lichterei-web/kirby/config/sections/mixins/empty.php
Bastian Allgeier eb29ef6d6c Upgrade to 3.1.2
2019-04-09 14:34:12 +02:00

13 lines
223 B
PHP
Executable File

<?php
return [
'props' => [
/**
* Sets the text for the empty state box
*/
'empty' => function ($empty = null) {
return I18n::translate($empty, $empty);
}
]
];