mirror of
https://github.com/friendica/friendica
synced 2025-09-06 17:24:06 +02:00
oembed contsant name, fix dfrnpubdeliver, add 'code' editor button
This commit is contained in:
parent
7dbdf8e6fa
commit
9d561d4471
3 changed files with 68 additions and 66 deletions
|
@ -9,7 +9,7 @@ tinyMCE.init({
|
|||
mode : "specific_textareas",
|
||||
editor_selector: /(profile-jot-text|prvmail-text)/,
|
||||
plugins : "bbcode,paste",
|
||||
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect",
|
||||
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code",
|
||||
theme_advanced_buttons2 : "",
|
||||
theme_advanced_buttons3 : "",
|
||||
theme_advanced_toolbar_location : "top",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue