TinymceBundle icon indicating copy to clipboard operation
TinymceBundle copied to clipboard

[Question] Twig extension

Open oatto opened this issue 8 years ago • 0 comments

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.

oatto avatar Feb 20 '17 12:02 oatto