How do i insert line breaks into the description?

Description is plain text. Adding <br> into the page property will show up as <br> rather than line breaks in all sorts of unwanted places.

For your page list, some options:

  1. Create a custom template for the page list that takes your plain text and adds the html formatting in the view. You will have “\n” line breaks in the description text, so that could be a convenient character to replace with <br>, or to split on before wrapping each part with <p></p>
  2. Add a rich text attribute to your pages and then create a page list template to display it (or you may be able to show it with a marketplace page list variant)
  3. Use an addon such as Enlil Page Tease - concrete5
1 Like