feat: add demo entries with images + fix form upload action

- New demo entry: Arashiyama with single hero image (bamboo.jpg)
- New demo entry: Gyeongbokgung with four gallery images (palace-gate,
  throne-hall, hanok-rooftops, bugaksan)
- post-form.md: add upload: true to process block so filepond photo
  uploads are handled after page creation; simplify list-of-maps to
  flat map (Symfony YAML preserves insertion order)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 00:12:55 +02:00
parent 3a79fe2cc7
commit 534b9a96f1
8 changed files with 50 additions and 6 deletions
+4 -6
View File
@@ -94,10 +94,8 @@ form:
classes: btn-post
process:
-
add_page: true
-
message: 'Entry posted successfully!'
-
reset: true
add_page: true
upload: true
message: 'Entry posted successfully!'
reset: true
---