Upgrade to 3.1.0
This commit is contained in:
12
kirby/config/sections/mixins/help.php
Executable file
12
kirby/config/sections/mixins/help.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'props' => [
|
||||
/**
|
||||
* Sets the help text
|
||||
*/
|
||||
'help' => function ($help = null) {
|
||||
return I18n::translate($help, $help);
|
||||
}
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user