-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate: Provide commonly used formatters for fields in core #2674
Comments
Agreed that this would be good in core. This module also allows it in contrib for now: |
Even better! A module that allows it for all field types :) |
I really want this feature, but with 2 weeks before code freeze and a fantastic contrib solution already, it's not a priority for 1.8. I'm going to bump the milestone to 1.9. |
I used to have a custom "delimiter" formatter, that allow user to choose the delimiter (like a comma, br tag, ...), and a custom delimiter for the last element ( &, "and", ...) |
I seem to have a PR for this, but I'm not sure what state it's in. Pushing here so I don't loose it... |
Copying ideas from the other duplicate issue, it'd be great to also allow displaying multi-value fields as So here's a summary of sorts for these requests:
Modules to use for inspiration:
Modules already ported to Backdrop contrib: Feel free to copy this to the original post above if it's helpful, and to edit at will. |
I keep needing this feature, and get grumpy when I need to add textformatter. Adding the milestone review tag to see if this might be a good issue to schedule for the next minor release. |
Now that backdrop/backdrop#2493 is in, I wonder if that changes how this might be implemented, or if what's in this PR is still the best path forward? |
@jenlampton the PR is not linked anywhere. |
Well, I tried to make a new PR from my branch but GitHub said there were no differences in the code. I'll need to make a new one. |
Resuming work on #316 |
We should provide more field formatters to cover the most common use-cases for the display of multiple values.
Suggestions include:
In Drupal 6 you could choose to display taxonomy terms on a node as a comma separated list of links. In Drupal 7, the only way to achieve the same thing was to use the taxonomy formatter module.
I would love to see this common-use-case feature restored to backdrop.
Here's a summary of sorts for these requests:
,
,;
,-
, etc.)<ul>
,<ol>
)&
)Modules to use for inspiration:
The text was updated successfully, but these errors were encountered: