Added config_export stanzas to entity types
This commit is contained in:
@ -17,7 +17,7 @@ function opencase_cases_help($route_name, RouteMatchInterface $route_match) {
|
||||
case 'help.page.opencase_cases':
|
||||
$output = '';
|
||||
$output .= '<h3>' . t('About') . '</h3>';
|
||||
$output .= '<p>' . t('Provides case entities and a required field on activities linking them to a case.') . '</p>';
|
||||
$output .= '<p>' . t('Provides case entities and a required field on activities linking them to a case, plus case fee and case provision entities.') . '</p>';
|
||||
return $output;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user