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',
);
}
Expand full source code Collapse full source code View on Trac