From f0768c297b5e96043a9bb6c97a62bb249bef15ca Mon Sep 17 00:00:00 2001 From: Mischa Date: Thu, 18 Jun 2026 20:26:22 +0200 Subject: [PATCH] fix: switch photos to filepond for AJAX upload + increase limit to 100MB --- config/system.yaml | 2 +- pages/02.post/post-form.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/system.yaml b/config/system.yaml index fe25c38..a63d8ec 100644 --- a/config/system.yaml +++ b/config/system.yaml @@ -195,7 +195,7 @@ media: unsupported_inline_types: null allowed_fallback_types: null auto_metadata_exif: false - upload_limit: 26214400 + upload_limit: 104857600 session: enabled: true initialize: true diff --git a/pages/02.post/post-form.md b/pages/02.post/post-form.md index 619c8ac..2fa34ea 100644 --- a/pages/02.post/post-form.md +++ b/pages/02.post/post-form.md @@ -46,7 +46,7 @@ form: - name: photos label: Photos (max 4) - type: file + type: filepond multiple: true destination: '@self' limit: 4