+1
This would be helpful in my application too, but instead of a taxonomy list, I am simply referencing a content type "Company".
The user could choose one of the listed companies, which would simply record the value as text, but if the user wanted to add a different one, they would select "other" and that would be recorded - not as a new company content type but simply as free text.
The solution to this was to create a new "View mode" aka "Custom display" of the products.
Using Drupal 9 - This is found at the bottom of the "Manage Display" tab of the products...
Expand "Custom Display Settings" and click "Manage view modes"
On the next screen, click "Add view mode". For me, I then selected "Product"
Using the new view mode, I then edited the display and only included the SKU
Back into my view, I set the output to rendered entity, and it worked.
Hope that helps someone
I have the same problem as OP.
I am using Drupal 9.4.8 & PHP 7.4.33
I've installed FontAwesome via Composer
Machine name: fontawesome
Version: 8.x-2.26
I've tried clearing all caches, but the FontAwesome flag still doesn't appear in the "Available Buttons" section of "Toolbar Configuration", found here: admin/config/content/formats/manage/basic_html
The same goes for: /admin/config/content/formats/manage/full_html
Can you help at all ?
Thanks
wotney β made their first commit to this issueβs fork.