Closed gracedigital closed 6 years ago
If I change the prefix in the nestable.php file it applies it to all options in the list. Is it possible to have it only apply the prefix to just children?
'dropdown' => [ 'prefix' => ' - ', 'label' => 'name', 'value' => 'id' ]
Hi @gracedigital
Not possible. Applies to all options.
If I change the prefix in the nestable.php file it applies it to all options in the list. Is it possible to have it only apply the prefix to just children?