__( 'Blockify Settings.', 'blockify' ), 'type' => 'object', 'show_in_rest' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'apiKey' => [ 'type' => 'string', ], 'apiKeyStatus' => [ 'type' => 'string', ], 'autoDarkMode' => [ 'type' => 'boolean', ], 'additionalCss' => [ 'type' => 'string', ], 'googleAnalytics' => [ 'type' => 'string', ], 'siteIconUrl' => [ 'type' => 'string', ], 'googleFonts' => [ 'type' => 'array', ], 'iconSets' => [ 'type' => 'array', ], ], ], ], ] ); }