Astra_Update_Paragraph_Margin::configure()

Configure the ability.


Description


Source

File: inc/abilities/customizer/globals/typography/class-astra-update-paragraph-margin.php

	public function configure() {
		$this->id          = 'astra/update-paragraph-margin';
		$this->category    = 'astra';
		$this->label       = __( 'Update Paragraph Margin', 'astra' );
		$this->description = __( 'Updates the paragraph margin bottom in the Astra theme.', 'astra' );

		$this->meta = array(
			'tool_type' => 'write',
		);
	}

User Contributed Notes

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