Skip to content

Instantly share code, notes, and snippets.

@ozgun
Created July 10, 2012 08:12
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ozgun/3081971 to your computer and use it in GitHub Desktop.
Save ozgun/3081971 to your computer and use it in GitHub Desktop.
tinymce.yml
mode: "textareas"
theme: "advanced"
#skin: "o2k7"
#skin_variant: "silver"
editor_selector: "mceEditor"
language: "tr"
#content_css : "/stylesheets/tinymce.css"
plugins:
- inlinepopups
- preview
- contextmenu
- paste
- nonbreaking
- xhtmlxtras
- template
- yhbimage
theme_advanced_buttons1:
- bold
- italic
- underline
- justifyleft
- justifycenter
- justifyright
- justifyfull
- bullist
- numlist
- outdent
- indent
- cut
- copy
- paste
- pasteword
- undo
- redo
- link
- unlink
- code
- removeformat
- forecolor
- backcolor
- charmap
- separator
- image
- formatselect
- flash
theme_advanced_buttons2: ""
theme_advanced_buttons3: ""
extended_valid_elements:
- 'img[*]'
- 'iframe[*]'
- 'marquee'
- 'div[*]'
- 'g:*[*]'
- 'fb:*[*]'
- 'audio[*]'
- 'article[*]'
- 'aside[*]'
- 'bdi[*]'
- 'canvas[*]'
- 'command[*]'
- 'datalist[*]'
- 'details[*]'
- 'figure[*]'
- 'footer[*]'
- 'header[*]'
- 'hgroup[*]'
- 'keygen[*]'
- 'mark[*]'
- 'meter[*]'
- 'nav[*]'
- 'output[*]'
- 'progress[*]'
- 'rp[*]'
- 'rt[*]'
- 'ruby[*]'
- 'section[*]'
- 'source[*]'
- 'summary[*]'
- 'time[*]'
- 'track[*]'
- 'video[*]'
- 'wbr[*]'
- 'form[*]'
theme_advanced_blockformats:
- h1
- h2
- h3
- h4
theme_advanced_resize_horizontal: false
theme_advanced_resizing: true
theme_advanced_statusbar_location: "bottom"
nonbreaking_force_tab: true
apply_source_formatting: true
inline_styles: false
entity_encoding: "raw"
theme_advanced_toolbar_location: "top"
convert_urls: false
#spellchecker_languages: "+Turkish=tr,English=en"
theme_advanced_toolbar_align: "left"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment