Skip to content

Instantly share code, notes, and snippets.

View MACscr's full-sized avatar

Mark Chaney MACscr

View GitHub Profile
<?php
// Set date timezone.
date_default_timezone_set('Europe/Bucharest');
// important variables that will be used throughout this example
$bucket = 'froala-dev';
$region = 's3';
$keyStart = 'editor/';
$acl = 'public-read';
<script>
$(function(){
$('#edit').froalaEditor({
enter: $.FroalaEditor.ENTER_P,
fileUploadToS3: {
bucket: '<?php echo $bucket; ?>',
region: '<?php echo $region; ?>',
keyStart: '<?php echo $keyStart; ?>',
params: {
acl: '<?php echo $acl; ?>',