-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
more init options #191
Comments
@mbarbey Hello. As i remember, you can pas additional parameters as argument to {{ tinymce_init({
theme: {'simple':{'language': app.request.locale, 'height': 500 }},
toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
autosave_ask_before_unload: false,
asset_package_name: 'backend'})
}} |
@LogansUA Hello, That what I did first, but it appear that the JS function That why I said that it would be great to have something to add properties even if they are not defined in the bundle configuration. |
@mbarbey Well, ok. Maybe you have some ideas and time to implement it in this bundle? If so, than please, make it as a feature and send PR to 1.x and 2.x branches, and i'll check it 😄 |
This problematic has been fixed in the gibilogic fork. We can maybe think about a merge of this too repos ? |
@LogansUA 👍 for cherrypicking changes from gibilogic fork and merge in official |
Hello,
This bundle is really a great bundle and very easy to understand and configure. It's a great works.
Anyway, it appear that there is more options for tinymce and they can't be configured trough the config.yml (since this bundle does not implement them).
I need to configure
relative_urls
andremove_script_host
.Is there an option somewhere to do this ? (config.yml ? callback js ? something ?)
It would be great if we had a callback option to override the init parameters just before initializing tinymce.
Anyway, this bundle is one of my favorite, so great job !
Mike
The text was updated successfully, but these errors were encountered: