TinymceBundle
TinymceBundle copied to clipboard
[Question] Twig extension
Should this line use array_replace_recursive instead of array_merge_recursive ?
public function tinymceInit($options = array())
{
$config = $this->getParameter('stfalcon_tinymce.config');
$config = array_merge_recursive($config, $options);
https://github.com/stfalcon/TinymceBundle/blob/master/Twig/Extension/StfalconTinymceExtension.php#L88
Thank you and apologize if I've misunderstood.