mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
fix images base url, uploaded by tinymce
This commit is contained in:
parent
0187ba4938
commit
2841f17729
@ -13,10 +13,10 @@
|
||||
image_advtab: true,
|
||||
images_upload_url: '{{ constant('BASE_URL') }}admin/tools/upload_image.php',
|
||||
images_upload_credentials: true,
|
||||
// not really sure - do we need those 3 options below?
|
||||
//relative_urls: false,
|
||||
//remove_script_host: false,
|
||||
//document_base_url: "{{ constant('BASE_URL') }}"
|
||||
|
||||
relative_urls: true,
|
||||
document_base_url: "{{ constant('BASE_URL') }}",
|
||||
|
||||
setup: function (ed) {
|
||||
ed.on('NodeChange', function (e) {
|
||||
if (ed.getContent() !== lastContent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user