Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
smart_trim
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
smart_trim
Commits
e0858e43
Commit
e0858e43
authored
2 years ago
by
Yash Rode
Committed by
Michael Anello
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3246542
by Daniel Korte, yash.rode: Support D7 migrations
parent
d7a13b08
No related branches found
No related tags found
2 merge requests
!33
git commit -m 'Issue #3278150 by ultimike: "Strip HTML" formatter option improvements'
,
!18
Issue #3264613: Missing contributor.md file
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
smart_trim.module
+11
-0
11 additions, 0 deletions
smart_trim.module
with
11 additions
and
0 deletions
smart_trim.module
+
11
−
0
View file @
e0858e43
...
...
@@ -19,3 +19,14 @@ function smart_trim_help($route_name, RouteMatchInterface $route_match) {
return
$output
;
}
}
/**
* Implements hook_field_migration_field_formatter_info().
*/
function
smart_trim_field_migration_field_formatter_info
()
{
return
[
'text'
=>
[
'smart_trim_format'
=>
'smart_trim'
],
'text_long'
=>
[
'smart_trim_format'
=>
'smart_trim'
],
'text_with_summary'
=>
[
'smart_trim_format'
=>
'smart_trim'
],
];
}
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