HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/quadcode-jobs/storage/framework/views/3773935140991f7a3e331a3f5a9098e75362c202.php
<?php
    $trigger = $trigger ?? $label ?? twillTrans('twill::lang.fields.block-editor.add-content');
    $name = $name ?? 'default';
    $title = $title ?? Str::title($name);
    $allowedBlocks = generate_list_of_available_blocks($blocks ?? null, $group ?? $groups ?? null);

    $editorName = [
        'label' => $title,
        'value' => $name,
    ];
?>

<?php if (! ($withoutSeparator ?? false)): ?>
<hr/>
<?php endif; ?>
<a17-blocks title="<?php echo e($title); ?>" trigger="<?php echo e($trigger); ?>" editor-name="<?php echo e($name); ?>"></a17-blocks>

<?php $__env->startPush('vuexStore'); ?>
    window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.form.availableBlocks['<?php echo e($name); ?>'] = <?php echo json_encode(array_values($allowedBlocks)); ?>

    window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.form.editorNames.push(<?php echo json_encode($editorName); ?>)
<?php $__env->stopPush(); ?>

<?php if(! isset($__env->__pushonce_vuexStore_block_editor)): $__env->__pushonce_vuexStore_block_editor = 1; $__env->startPush('vuexStore'); ?>
    <?php echo $__env->make('twill::partials.form.utils._block_editor_store', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->stopPush(); endif; ?>
<?php /**PATH /var/www/quadcode-jobs/vendor/area17/twill/src/../views/partials/form/_block_editor.blade.php ENDPATH**/ ?>