'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']], 'previousHeaderType' => [ 'type' => ['string', 'null']], 'previousFooterType' => [ 'type' => ['string', 'null']], 'previousClampFonts' => [ 'type' => ['boolean', 'null']], 'previousDisablePadding' => [ 'type' => ['boolean', 'null']], 'previousLineNumbers' => [ 'type' => ['boolean', 'null']], ], ], ], ]); } }