]> BookStack Code Mirror - bookstack/blob - resources/views/partials/export-custom-head.blade.php
Extend /users API endpoint
[bookstack] / resources / views / partials / export-custom-head.blade.php
1 @if(setting('app-custom-head'))
2 <!-- Custom user content -->
3 {!! \BookStack\Util\HtmlContentFilter::removeScripts(setting('app-custom-head')) !!}
4 <!-- End custom user content -->
5 @endif