filemamanger concept
This commit is contained in:
@@ -58,7 +58,13 @@ export default {
|
|||||||
modalBox: false,
|
modalBox: false,
|
||||||
text: '',
|
text: '',
|
||||||
name: 'core_section_textarea',
|
name: 'core_section_textarea',
|
||||||
vtinymce: tinymceConfig,
|
vtinymce: Object.assign(tinymceConfig, {
|
||||||
|
file_picker_callback: (callback, value, meta) => {
|
||||||
|
if (this.$filemanager) {
|
||||||
|
this.$filemanager.fileChooser(callback, value, meta)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|||||||
@@ -112,4 +112,5 @@ export default {
|
|||||||
toolbar1: 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | media | forecolor backcolor',
|
toolbar1: 'undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | media | forecolor backcolor',
|
||||||
toolbar2: '',
|
toolbar2: '',
|
||||||
menubar: true,
|
menubar: true,
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user