added links to tiny MCE

This commit is contained in:
Adrian Hinz 2022-04-30 18:53:28 +02:00
parent c65534a79a
commit 2a98a04ed8
1 changed files with 3 additions and 3 deletions

View File

@ -228,7 +228,7 @@
toolbar: 'undo redo | blocks | ' +
'bold italic backcolor | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
'removeformat link | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
});
@ -244,7 +244,7 @@
toolbar: 'undo redo | blocks | ' +
'bold italic backcolor | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
'removeformat link | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }',
language: 'pl'
});
@ -261,7 +261,7 @@
toolbar: 'undo redo | blocks | ' +
'bold italic backcolor | alignleft aligncenter ' +
'alignright alignjustify | bullist numlist outdent indent | ' +
'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
'removeformat link | table tableinsertdialog tablecellprops tableprops advtablerownumbering',
content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }'
});
});