- 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>
3 lines
167 B
Twig
3 lines
167 B
Twig
<link rel="stylesheet" href="{{ asset('bundles/survey/css/survey-frontend.css') }}">
|
|
<script src="{{ asset('bundles/survey/js/survey-frontend.js') }}" defer></script>
|