Skip to content
Snippets Groups Projects
Commit 4affdba1 authored by Oleksandr Tymoshchuk's avatar Oleksandr Tymoshchuk
Browse files

refs #3383721: The module help link fixed

parent bc7fedb3
No related branches found
No related tags found
1 merge request!13refs #3383721: The module help link fixed
......@@ -13,7 +13,7 @@ use Drupal\Core\Template\Attribute;
*/
function list_formatter_help($path, $arg) {
switch ($path) {
case 'admin/help#List':
case 'help.page.list_formatter':
$output = '<p>' . t("The text formatter module provides a new display formatter that can
be used on any text, number, list, or taxonomy fields.") . '</p>';
$output .= '<p>' . t("Go to 'Manage display' for your entity field display settings and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment