Astra_Update_Preload_Local_Fonts::get_input_schema()
Get input schema.
Description
Return
(array)
Source
File: inc/abilities/admin/settings/performance/class-astra-update-preload-local-fonts.php
public function get_input_schema() {
return array(
'type' => 'object',
'properties' => array(
'enabled' => array(
'type' => 'boolean',
'description' => 'Enable or disable Preload Local Fonts.',
),
),
'required' => array( 'enabled' ),
);
}
Expand full source code Collapse full source code View on Trac