Add tinymce in head for description field of blog, blogpost edit and create templates.
This commit is contained in:
parent
7b23b1e58b
commit
f2a17ed6a7
@ -17,3 +17,12 @@
|
|||||||
-#}
|
-#}
|
||||||
|
|
||||||
{# Add extra head declarations here for your theme, if appropriate #}
|
{# Add extra head declarations here for your theme, if appropriate #}
|
||||||
|
|
||||||
|
<script type="text/javascript"
|
||||||
|
src="{{request.staticdirect('/tinymce/jscripts/tiny_mce/tiny_mce.js')}}"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
tinyMCE.init({
|
||||||
|
selector: "div.form_field_input textarea",
|
||||||
|
theme: "advanced"
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user