= sfTinyMCEConfigPlugin = The `sfTinyMCEConfigPlugin` is a Symfony plugin that provides the means to have a central configuration for TinyMCE. == Installation == * Install the Plugin {{{ php symfony plugin-install http://plugins.symfony-project.com/sfTinyMCEConfigPlugin }}} * Add following configuration to your application settings.yml {{{ .settings .rich_text_editor_class: TinyMCEExtended }}} == Usage == Just open the tiny_mce.yml file in the plugin's folder and add or edit it's settings. The settings are the same as in the JavaScript configurations {{{ options: mode: exact plugins: - table - advimage - advlink - flash - fullscreen - inlinepopups - contextmenu - directionality theme: advanced theme_settings: theme_advanced_toolbar_location: top theme_advanced_toolbar_align: left theme_advanced_path_location: bottom buttons: theme_advanced_buttons1: - justifyleft - justifycenter - justifyright - justifyfull - ltr - rtl - separator - bold - italic - strikethrough - separator - sub - sup - separator - charmap theme_advanced_buttons2: - bullist - numlist - separator - outdent - indent - separator - undo - redo - separator - link - unlink - separator - cleanup - removeformat - separator - code theme_advanced_buttons3: - tablecontrols - fullscreen extended_valid_elements: img: - class - src - border=0 - alt - title - hspace - vspace - width - height - align - onmouseover - onmouseout - name relative_urls: false debug: false }}}