'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']], ], ], ], ]); register_setting('code_block_pro_settings_2', 'code_block_pro_settings_2', [ 'type' => 'object', 'default' => [ 'version' => 0, 'seenNotices' => [], 'hiddenThemes' => [], ], 'show_in_rest' => [ 'schema' => [ 'type' => 'object', 'properties' => [ "version" => [ 'type' => ['string', 'number'] ], 'seenNotices' => [ 'type' => ['array', 'null']], 'hiddenThemes' => [ 'type' => ['array', 'null']], ], ], ], ]); } }