Forum

Thread tagged as: Question

How do I creating editable lists with numerous bullets?

Hi At the rick of sounding stupid is there any way to create editable lists with numerous bullets using perch.

So for example I want to be able to add a heading for the job title and then (in the bulletcopy section) add as many bullets as I need for the description of the job.

<subhead> <img src="img/icon.png"> <perch:content id="main_heading" type="text" label="career heading" /> </subhead>

<ul id="bulletcopy" class="disc"> <li><perch:content id="body" type="textarea" label="Article body" textile="true" editor="markitup" /></li> </ul> <hr>

Chris James

Chris James 0 points

  • 7 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

You could use a repeater for that.

https://docs.grabaperch.com/docs/templates/repeaters/