mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Implement option to specify additional plugins for CKEditor
This commit is contained in:
parent
0bb8945453
commit
399bebd5c9
7 changed files with 28 additions and 0 deletions
|
|
@ -160,6 +160,13 @@
|
|||
<p class="x_help-block">{$lang->about_additional_css}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="font_size">{$lang->guide_additional_plugins}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" id="additional_plugins" name="additional_plugins" value="{implode(', ', $editor_config->additional_plugins)}" />
|
||||
<p class="x_help-block">{$lang->about_additional_plugins}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="font_size">{$lang->guide_choose_font_size_body}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue