Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
list_formatter
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
list_formatter
Commits
4affdba1
Commit
4affdba1
authored
1 year ago
by
Oleksandr Tymoshchuk
Browse files
Options
Downloads
Patches
Plain Diff
refs
#3383721
: The module help link fixed
parent
bc7fedb3
No related branches found
No related tags found
1 merge request
!13
refs #3383721: The module help link fixed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
list_formatter.module
+1
-1
1 addition, 1 deletion
list_formatter.module
with
1 addition
and
1 deletion
list_formatter.module
+
1
−
1
View file @
4affdba1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment