I'm trying to add "icons" instead some texts for a "multiple_buttons" type field. I tried few different ways like <svg>
stuff. Wasn't helpful. Anybody here who have done this early?
'options' => array(
'sadd-flex-flex-start' => array('title' => 'Start'),
'sadd-flex-flex-end' => array('title' => 'End'),
'sadd-flex-center' => array('title' => 'Center'),
'sadd-flex-space-around' => array('title' => 'Space Around'),
'sadd-flex-space-between' => array('title' => 'Space Between'),
'sadd-flex-space-evenly' => array('title' => 'Space Evenly'),
),
Thats my current code, I just want to replace array('title' => 'Start')
with either icons or images