inc/registrar/Fields.php
@@ -97,6 +97,12 @@ ]; } $fields = [ 'post_status' => [ 'type' => 'radio', 'label' => 'Status', 'default' => 'draft', 'options' => $statuses ], 'post_thumbnail' => [ 'type' => 'upload', 'subtype' => 'image', @@ -127,12 +133,6 @@ 'label' => 'TLDR', 'maxLength' => 158, ], 'post_status' => [ 'type' => 'radio', 'label' => 'Status', 'default' => 'draft', 'options' => $statuses ] ]; foreach ($fields as $name => $config) {