Skip to content
Snippets Groups Projects
Commit 472969d3 authored by srosse's avatar srosse
Browse files

OO-860: reactivate the anchor for the file profile

parent 33cf1ecb
No related branches found
No related tags found
No related merge requests found
...@@ -77,10 +77,10 @@ public class TinyConfig { ...@@ -77,10 +77,10 @@ public class TinyConfig {
} }
//file profile //file profile
static { static {
String plugins = "textcolor,hr,link,charmap,image,olatmatheditor,importcss,insertdatetime,code,table,tabfocus,visualchars,visualblocks,noneditable,fullscreen,contextmenu,olatmovieviewer,searchreplace,olatsmileys,paste,media"; String plugins = "textcolor,hr,link,charmap,image,olatmatheditor,importcss,insertdatetime,code,table,tabfocus,visualchars,visualblocks,noneditable,fullscreen,contextmenu,anchor,olatmovieviewer,searchreplace,olatsmileys,paste,media";
String[] menu = { String[] menu = {
"edit: {title: 'Edit', items: 'undo redo | cut copy paste pastetext | selectall searchreplace'}", "edit: {title: 'Edit', items: 'undo redo | cut copy paste pastetext | selectall searchreplace'}",
"insert: {title: 'Insert', items: 'olatmovieviewer media image link | olatmatheditor hr charmap insertdatetime olatsmileys'}", "insert: {title: 'Insert', items: 'olatmovieviewer media image link | olatmatheditor hr charmap anchor insertdatetime olatsmileys'}",
"view: {title: 'View', items: 'visualblocks visualchars visualaid | preview fullscreen'}", "view: {title: 'View', items: 'visualblocks visualchars visualaid | preview fullscreen'}",
"format: {title: 'Format', items: 'bold italic underline strikethrough superscript subscript | formats | removeformat'}", "format: {title: 'Format', items: 'bold italic underline strikethrough superscript subscript | formats | removeformat'}",
"table: {title: 'Table', items: 'inserttable tableprops deletetable | cell row column'}" "table: {title: 'Table', items: 'inserttable tableprops deletetable | cell row column'}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment