Text fields not rendered in Twig

Created on 7 April 2021, about 3 years ago
Updated 13 February 2024, 5 months ago

Problem/Motivation

Here's what i have in my twig template:

  {{ dump(site_settings.funds_advice.wire_instructions ) }}                   
                                                                    
  {{ site_settings.funds_advice }}                                  
                                                                    
  {{ site_settings.funds_advice.wire_instructions }}                
                                                                    
  {{ site_settings.funds_advice.wire_instructions.field_wire_information }}
  {{ site_settings.funds_advice.wire_instructions }}
  {{ site_settings.funds_advice.wire_instructions.field_note }}

The only one that displays is the dump:

array(2) { ["field_note"]=> array(2) { ["value"]=> string(29) "<p><em>* Lorem note.</em></p> " ["format"]=> string(11) "minimalhtml" } ["field_wire_information"]=> array(2) { ["value"]=> string(247) "<p>Lorem ipsum.</p> <p>Etc.</p> " ["format"]=> string(11) "minimalhtml" } } 

Not that i think it should matter but i double-checked that the fields are configured to display on the site settings entity, and that i have the same problem with the admin user, so i don't think it's permissions.

And yes, have cleared cache multiple times!

πŸ› Bug report
Status

Closed: outdated

Version

1.19

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States mlncn Minneapolis, MN, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024