Astra_Update_Paragraph_Margin::get_output_schema()
Get output schema.
Description
Return
(array)
Source
File: inc/abilities/customizer/globals/typography/class-astra-update-paragraph-margin.php
public function get_output_schema() {
return $this->build_output_schema(
array(
'margin_bottom' => array(
'type' => 'number',
'description' => 'Updated paragraph margin bottom value in em.',
),
)
);
}
Expand full source code Collapse full source code View on Trac