'object', 'show_in_rest' => [ 'schema' => [ 'type' => 'object', 'properties' => [ "version" => [ 'type' => ['string', 'number'] ], 'previousTheme' => [ 'type' => ['string', 'null']], 'previousFontFamily' => [ 'type' => ['string', 'null']], 'previousFontSize' => [ 'type' => ['string', 'null']], 'previousLineHeight' => [ 'type' => ['string', 'null']], ], ], ], ]); }