mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user