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.',
				),
			)
		);
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.