Add preview from father, add new features

This commit is contained in:
Ludovic CANDELLIER
2021-04-11 00:36:41 +02:00
parent f781158e36
commit f5ca57fdf2
58 changed files with 1482 additions and 532 deletions

View File

@@ -0,0 +1,6 @@
@if(!defined('LOAD_FORMBUILDER'))
@push('scripts')
<script src="{{ asset('/assets/plugins/formBuilder/form-builder.min.js') }}"></script>
@endpush
@php(define('LOAD_FORMBUILDER', true))
@endif

View File

@@ -0,0 +1,9 @@
@if(!defined('LOAD_FORMIOJS'))
@push('css')
<link rel="stylesheet" href="{{ asset('/assets/plugins/formiojs/formio.full.min.css') }}">
@endpush
@push('scripts')
<script src="{{ asset('/assets/plugins/formiojs/formio.full.min.js') }}"></script>
@endpush
@php(define('LOAD_FORMIOJS', true))
@endif