inc/registrar/Fields.php
@@ -17,7 +17,7 @@ class Fields { protected array $fields; protected Registrar $registrar; private Registrar $registrar; public function __construct(?string $type = null, ?Registrar $registrar = null) { $this->registrar = $registrar; @@ -107,6 +107,11 @@ 'type' => 'datetime', 'label' => 'Date', ], 'post_modified' => [ 'type' => 'datetime', 'label' => 'Date Modified', 'hidden' => true, ], 'post_content' => [ 'type' => 'textarea', 'quill' => true,