Needs work
Project:
Drupal core
Version:
main
Component:
text.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2024 at 10:04 UTC
Updated:
22 Jan 2026 at 02:47 UTC
Jump to comment: Most recent
Text.settings contains a single key that's only used in one spot.
NA
Drop the text.settings file since it's used in one spot
Review
NA
text.settings is removed
NA
For example: \Drupal\text\Plugin\Field\FieldFormatter\TextTrimmedFormatter::defaultSettings() we could reuse the value here.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
omkar.podey commentedComment #3
wim leersComment #8
smustgrave commentedEnded up just dropping the entire settings file, it was only used in 1 spot.
Comment #9
dcam commentedI left an MR comment.
...oh, and do we need an update path test?
The issue title and summary need some work if the resolution has been settled upon.
Comment #10
smustgrave commentedThis one may be simple enough it may not need upgrade test coverage since it's just dropping a file.
As far as the post_update vs install I'm never good about which is best. I've kinda leaned that basic configuration goes into install. Let me see if I can find out.