Guest User

Untitled

a guest
Jul 22nd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. # Here you can specify default options for TinyMCE across all controllers
  2. #
  3. theme: advanced
  4. skin: o2k7
  5. plugins:
  6. - table
  7. - fullscreen
  8. - safari
  9. - spellchecker
  10. - pagebreak
  11. - style
  12. - layer
  13. - save
  14. - advhr
  15. - advimage
  16. - advlink
  17. - iespell
  18. - inlinepopups
  19. - insertdatetime
  20. - preview
  21. - media
  22. - searchreplace
  23. - print
  24. - contextmenu
  25. - paste
  26. - directionality
  27. - noneditable
  28. - visualchars
  29. - nonbreaking
  30. - xhtmlxtras
  31. theme_advanced_buttons1:
  32. - save
  33. - newdocument
  34. - |
  35. - cut
  36. - copy
  37. - paste
  38. - pastetext
  39. - pasteword
  40. - |
  41. - undo
  42. - redo
  43. - |
  44. - search
  45. - replace
  46. - |
  47. - bold
  48. - italic
  49. - underline
  50. - strikethrough
  51. - |
  52. - sub
  53. - sup
  54. - |
  55. - forecolor
  56. - backcolor
  57. - |
  58. - justifyleft
  59. - justifycenter
  60. - justifyright
  61. - justifyfull
  62. - |
  63. - bullist
  64. - numlist
  65. - |
  66. - outdent
  67. - indent
  68. - |
  69. - formatselect
  70. - fontselect
  71. - fontsizeselect
  72. theme_advanced_buttons2:
  73. - blockquote
  74. - |
  75. - link
  76. - unlink
  77. - cleanup
  78. - |
  79. - insertdate
  80. - inserttime
  81. - preview
  82. - |
  83. - tablecontrols
  84. - |
  85. - hr
  86. - removeformat
  87. - visualaid
  88. - |
  89. - charmap
  90. - iespell
  91. - advhr
  92. - |
  93. - print
  94. - |
  95. - fullscreen
  96. - |
  97. - insertlayer
  98. - moveforward
  99. - movebackward
  100. - absolute
  101. - |
  102. - spellchecker
  103. - |
  104. - cite
  105. - abbr
  106. - acronym
  107. - del
  108. - ins
  109. - |
  110. - visualchars
  111. - nonbreaking
  112. - template
  113. - blockquote
  114. - pagebreak
  115. theme_advanced_buttons3: -
  116. theme_advanced_toolbar_location: top
  117. theme_advanced_toolbar_align: left
  118. theme_advanced_statusbar_location: bottom
  119. theme_advanced_resizing: true
  120. entities:
  121. - 160
  122. - nbsp
  123. - 38
  124. - amp
  125. - 34
  126. - quot
  127. - 162
  128. - cent
  129. - 8364
  130. - euro
  131. - 163
  132. - pound
  133. - 165
  134. - yen
  135. - 169
  136. - copy
  137. - 174
  138. - reg
  139. - 8482
  140. - trade
  141. - 8240
  142. - permil
  143. - 60
  144. - lt
  145. - 62
  146. - gt
  147. - 8804
  148. - le
  149. - 8805
  150. - ge
  151. - 176
  152. - deg
  153. - 8722
  154. - minus
  155. entity_encoding: named
Add Comment
Please, Sign In to add comment