fix: show structured fields in classic editor

This commit is contained in:
bisco
2026-06-25 18:02:40 +02:00
parent 9c5a51745f
commit 02e05ec3b6
3 changed files with 25 additions and 7 deletions
+7 -1
View File
@@ -51,12 +51,18 @@ HTTPS redirects during production startup.
## Show card description is hard to find
Edit **Spettacoli**, open the show, then use **Dettagli spettacolo > Descrizione
breve**. That field is rendered below the title in the homepage show card.
breve**. That field is rendered below the title in the homepage show card and is stored
as the standard WordPress excerpt.
The small uppercase line above the title is not the description. It is built from
**Dettagli spettacolo > Anno** and **Luogo**. Empty fields are hidden on the public
card.
Shows and gallery items intentionally use the classic WordPress editor so the metadata
box remains visible and predictable. If the block editor appears for these objects,
rebuild/recreate the WordPress container so the current must-use plugin is copied into
the persistent `WORDPRESS_DATA_PATH` volume.
## A service cannot write to its volume
1. Stop the affected service.