🇨🇷Costa Rica hjuarez20
New patch compatible with 2.0.x-dev version
🇨🇷Costa Rica hjuarez20
Hi @msn5158
You can use the token to render the value in twig
{{ drupal_token('node:total-count', {node}) }}
🇨🇷Costa Rica hjuarez20
I'm facing the same issue when I go to /admin/reports/config-inspector
🇨🇷Costa Rica hjuarez20
🇨🇷Costa Rica hjuarez20
hjuarez20 → created an issue.
✨ | Field View Mode | Allow excluding view mode configuration in order to selectively override the display when needed.
🇨🇷Costa Rica hjuarez20
@vaibhavjain I was able to reproduce the problem, in my case we don't want the module to change the view mode when we are using a preview, listing, etc. in a view, the module changes in all view modes to the view mode that is selected in the field, I am submitting a patch to apply the module only in the full/default view mode
🇨🇷Costa Rica hjuarez20
I updated the patch to latest version