{{--
Image-upload widget. Usage:
@include('admin.setting.components._dsc_image_uploader')
Drop this inside any .form-group that already contains a .dsc-rte
textarea. The widget gives admins three actions:
1. Browse + upload — POSTs to /admin/ajax/settings/upload_image
(UserResourceAccess saves it under the project's
per-account storage and returns a /file/images/...
URL).
2. Copy URL — clipboard.writeText fallback to execCommand.
3. Insert — wraps the URL in and inserts it
at the cursor of the nearest preceding .dsc-rte
CKEditor inside the same .form-group.
Stays entirely visual / DOM — no backend change required.
--}}