If you have a database field with new line characters in it (rather than <br>
or <p>
), the new lines are ignored if you display the database field using this form:
<p>{{field_name}}</p>
This will show:
Line 1 Line 2 Line 3
But they are shown if you display the database field using this form:
<p dmx-text="field_name"></p>
This will show:
Line 1
Line 2
LIne 3
Community Page
Last updated:
Last updated: