Hello,
Please login here to see:
Test view: https://master-2kimyieyvg0ucxgjol5fqflmnzppt8l2.tugboatqa.com/admin/stru...
Frontpage view: https://master-2kimyieyvg0ucxgjol5fqflmnzppt8l2.tugboatqa.com/admin/stru...Print page:
https://master-2kimyieyvg0ucxgjol5fqflmnzppt8l2.tugboatqa.com/
https://master-2kimyieyvg0ucxgjol5fqflmnzppt8l2.tugboatqa.com/test- πΊπΈUnited States bobbysaul
Hello,
The tug boat test site has expired, but I was able to test out the functionality on my own local development site. I want to see if you have the Token Module β module enabled? The tokens do not work without this module enabled.
Hopefully, this helps you!
- Status changed to Needs review
over 1 year ago 12:39am 8 March 2023 - πΊπΈUnited States bobbysaul
After looking at the code, I see that there is a couple of unnecessary conditionals that are checking if the Tokens module is enabled. These are unnecessary because the token service was added in Drupal 8.9. I believe I can remove these conditionals and update the minimum supported version to 8.9.
-
bobbysaul β
committed 1c3a46a1 on 3.x
Issue #3346093 by msn5158, bobbysaul: I use this module in the view the...
-
bobbysaul β
committed 1c3a46a1 on 3.x
I test the drupal version is 9.4.11, I have installed the three module (inline_formatter_field, token, token_filter), and all enabled.
- πΊπΈUnited States bobbysaul
I've added a commit 1c3a46a1. Can you install the latest dev version β or apply the patch for the commit and verify if this fixes your issue?
Token still no work only in Views (inline_formatter_views_field).
The following two sub modules work normally:
inline_formatter_field
inline_formatter_display- Assigned to bobbysaul
- πΊπΈUnited States bobbysaul
I am reviewing your issue and just realized you are talking about the sub-module inline_formatter_views_field. I can verify that normal site tokens do not work as the module is currently. I will start working on this feature requests and hope to have it fixed soon. Sorry for the confusion.
- Status changed to Needs work
over 1 year ago 11:57pm 14 March 2023 -
bobbysaul β
committed d687a9ed on 3.x
Issue #3346093 by msn5158, bobbysaul: Added token parameter to...
-
bobbysaul β
committed d687a9ed on 3.x
- Status changed to Needs review
over 1 year ago 2:26am 15 March 2023 - πΊπΈUnited States bobbysaul
I added a commit to the dev branch that I believe gives the feature requested, replace tokens in the InlineFormatterViewsField.
After the test, it can work normally now. Thank you!
If it can use the formats CKEditor (/admin/config/content/formats) will be better.
At present, it does't support (embed, insert_view_adv) like these modules, Because it haven't (Filter processing order) in (/admin/config/content/formats) .
Like this code does't support:
entity_embed:
views_entity_embed:
I just make a feature request record, if you need the feature or in the future.
I test the Token and Twig, Now it supports Token, but does not support Twig. {{ title }} no printing.
- πΊπΈUnited States bobbysaul
Is the title field nested above the inline formatter field?
The inline formatter view field is set up similarly to the core custom text view field. The replacement patterns drop down should list which fields are available. Oh, Yes, It is normal work, I just installed a module ( Mustache Logic-less Views β ), make them can't work together, there was a little regret.
Excuse me, is there a plan to start adding a (Filter processing order) like (/admin/config/content/formats)?
Let it support more filters plugins.- πΊπΈUnited States bobbysaul
Yes, I think that adding a feature for using a CKEditor editor is a reasonable request. Can you create another issue to track this feature?
I can also point you towards the Twig Tweak β module for embedding entities such as media with the "drupal_entity" twig function. For example:
{{ drupal_entity('media', 1) }}
And also if this issue for the tokens in the view field is working, can you mark this issue as reviewed and tested?
Thanks you!
- Status changed to Fixed
over 1 year ago 4:17am 24 March 2023 - Status changed to Fixed
over 1 year ago 4:30am 24 March 2023