- section content type with structure service, reader context and grouped results/PDF/Excel - new questions append at the end (backend oncreate) and per-section add buttons - rich-text descriptions: Quill 2 (frontend), reduced TinyMCE (backend), server-side whitelist sanitizer - externalize inline assets, bundle Chart.js locally, harden debug access, validate range bounds Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4 lines
227 B
Twig
4 lines
227 B
Twig
<link rel="stylesheet" href="{{ asset('bundles/survey/css/quill.snow.css') }}">
|
|
<script src="{{ asset('bundles/survey/js/quill.min.js') }}"></script>
|
|
<script src="{{ asset('bundles/survey/js/survey-rich-text.js') }}"></script>
|