Page Attribute Display Block - Add a seperator to Select attribute?
Permalink
Hey All,
5.7.4 - Page Attribute Display block - I've got a select attribute that I can use to choose multiple items (think a Tasks list) to output on the page - wondering if there is anyway to add a seperator (like a comma) between them.
So rather that 'Task A task B task C'
You might have 'Task A, Task B, Task C'
The view.php in the block folder just lists and I'm not sure what to do with that...
5.7.4 - Page Attribute Display block - I've got a select attribute that I can use to choose multiple items (think a Tasks list) to output on the page - wondering if there is anyway to add a seperator (like a comma) between them.
So rather that 'Task A task B task C'
You might have 'Task A, Task B, Task C'
The view.php in the block folder just lists
echo $controller->getContent();
Give this custom template a try.