- last update
over 1 year ago 1 pass, 2 fail - Issue created by @ilya.no
The last submitted patch, manage-display-title-formatter-html-tag.patch, failed testing. View results β
- Status changed to Needs work
over 1 year ago 12:46pm 22 June 2023 - π·πΊRussia ilya.no
I've discovered issue with new logic. Attaching updated patch and interdiff.
- First commit to issue fork.
- Status changed to Needs review
12 months ago 8:02am 8 March 2024 - πΊπ¦Ukraine AstonVictor
Created a new MR.
Added a new text field to let users add inline attributes to the wrapper. e.g. class="my-custom-class"
- Status changed to Postponed: needs info
11 months ago 4:49pm 13 April 2024 - π¬π§United Kingdom adamps
For many cases we need to add classes to the h1-h5 elements and with html_tag it's easily possible.
Please can you explain how you were adding classes before and why it no longer works?
This module aims to copy Core as closely as possible. The changes in Version 3 improved this and we don't want to go back. The long-term aim is that it could be added to Core. I would expect that whatever you can do with StringFormatter you can also do with TitleFormatter.
Could you use a module like https://www.drupal.org/project/field_formatter_class β (or copy the code into your own hooks)?
The idea in the MR is interesting, however I really doubt that Core would accept it.
- πΊπ¦Ukraine AstonVictor
In the β¨ CSS classes configuration form field Needs review issue, we added support for CSS classes. I think it should be enough for now.