genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 265 forks source link

Rely on IvoryFormExtraBundle for javascript/stylesheet form fragment #422

Open egeloen opened 8 years ago

egeloen commented 8 years ago

Hey!

I maintain the IvoryCKEditorBundle (official Symfony WYSIWYG) and I have noticed you rely on form_javascript as well as form_stylesheet.

In order to reduce code duplication along different bundles and be able to use them together, I have introduced the IvoryFormExtraBundle which only provides the javascript/stylehseet form fragments.

It would be nice if you can rely on it instead of duplicating the feature.

WDYT?