Merge Publication fieldset's is_published checkbox into Backoffice fieldset

Move the is_published checkbox from its own separate Publication fieldset
into the Backoffice fieldset (as item #8). This means the publish control
is now present in both add and edit admin forms (previously it was only
shown in edit mode via $showPublish).
This commit is contained in:
Pontoporeia
2026-05-09 18:54:14 +02:00
parent c4a23d5c2d
commit bcf683c5c1
3 changed files with 14 additions and 21 deletions

View File

@@ -84,7 +84,6 @@
// Optional sections
$showContact = false; // Admin: contact visibility controlled by filling 'mail' field in fieldset-tfe-info
$showBackoffice = true;
$showPublish = true;
// Files: edit mode
$filesMode = 'edit';