Support

Account

Home Forums General Issues No p tags with wysiwyg field Reply To: No p tags with wysiwyg field

  • @lalasalama you should output this field as {{ fn(‘the_field’,’YOURFIELDNAME’) }} instead of {{ YOURFIELDNAME }} in your twig file. On backend this uses different function to output field and everything works.