As a new, separate issue to #5261 the request is similar to that issue where an indicator is added to show whether a field has been rewritten. This will aid in helping a site builder understand why a field in the output, isn't acting the way they expect. Having an indicator that a field is rewritten, gives a visual representation of what the field is actually outputting.
Things to do: - Add a class "views-field-rewritten" to the field link if it is rewritten, similar to how an excluded field has the class "views-field-excluded" to allow custom styling on the link based on the fact that the link is rewritten. - Add a span to house any icons that may be used as a visual indicator
Possible ideas for icons:
[file-contract] [cog] [wrench] [exclamation] [pen-fancy] [paint-brush]
IMO the file-contract makes the most sense out of these, but I'm not sold on any one of them.
If I missed anything, feel free to add it.
Recent comments
Hello, @yorkshirepudding! Thanks a lot, I got it, all sorted out.
My layout template (layout--blog.tpl.php) doesn't work
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform