Skip to content

Commit

Permalink
file upload enabled in sysconfig > home page content area
Browse files Browse the repository at this point in the history
  • Loading branch information
shraddha404 committed Mar 7, 2024
1 parent 0063c00 commit d6feda3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/sysconfig.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@
force_br_newlines: true,
force_p_newlines: false,
forced_root_block: '', // Needed for 3.x
/*
file_picker_callback (callback, value, meta) {
let x = window.innerWidth || document.documentElement.clientWidth || document.getElementsByTagName('body')[0].clientWidth
let y = window.innerHeight|| document.documentElement.clientHeight|| document.getElementsByTagName('body')[0].clientHeight
Expand All @@ -163,7 +162,7 @@
callback(message.content, { text: message.text })
}
})
}, */
},
});</script>

@endsection

0 comments on commit d6feda3

Please sign in to comment.