53 lines
2.5 KiB
YAML
53 lines
2.5 KiB
YAML
stfalcon_tinymce:
|
|
include_jquery: false
|
|
tinymce_jquery: true
|
|
textarea_class: ".tinymce"
|
|
language: fr #%locale%
|
|
tinymce_buttons:
|
|
stfalcon:
|
|
title: "Stfalcon"
|
|
image: "http://stfalcon.com/favicon.ico"
|
|
external_plugins:
|
|
wetdmedias:
|
|
url: "asset[bundles/trinitymedia/tinymce/plugin.js]"
|
|
|
|
theme:
|
|
advanced:
|
|
plugins:
|
|
- "advlist autolink lists link image charmap hr anchor pagebreak"
|
|
- "searchreplace wordcount visualblocks visualchars code fullscreen"
|
|
- "insertdatetime media nonbreaking save table contextmenu directionality"
|
|
- "template paste textcolor wetdmedias"
|
|
toolbar1: "undo redo | styleselect forecolor | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | removeformat | link wetdmedias"
|
|
image_advtab: true
|
|
relative_urls: false
|
|
width: 820px
|
|
height: 350px
|
|
menubar: "edit insert view format table tools"
|
|
content_css: "/bundles/trinityadmin/css/tinymce.css"
|
|
|
|
medium:
|
|
plugins:
|
|
- "advlist autolink lists link image charmap hr anchor pagebreak"
|
|
- "searchreplace wordcount visualblocks visualchars code fullscreen"
|
|
- "insertdatetime media nonbreaking save table contextmenu directionality"
|
|
- "template paste textcolor wetdmedias"
|
|
toolbar1: "undo redo | styleselect charmap forecolor | bold italic | alignleft aligncenter alignright alignjustify | bullist outdent indent | link wetdmedias | removeformat | code"
|
|
image_advtab: true
|
|
relative_urls: false
|
|
width: 820px
|
|
menubar: false
|
|
content_css: "/bundles/trinityadmin/css/tinymce.css"
|
|
|
|
simple:
|
|
plugins:
|
|
- "advlist autolink lists link image charmap hr anchor pagebreak"
|
|
- "searchreplace wordcount visualblocks visualchars code fullscreen"
|
|
- "insertdatetime media nonbreaking save table contextmenu directionality"
|
|
- "template paste textcolor wetdmedias"
|
|
toolbar1: "undo redo | forecolor | bold italic charmap subscript superscript | link | removeformat | code"
|
|
image_advtab: true
|
|
relative_urls: false
|
|
width: 820px
|
|
menubar: false
|
|
content_css: "/bundles/trinityadmin/css/tinymce.css"
|