Astra_Update_Paragraph_Margin::get_examples()
Get examples.
Description
Return
(array)
Source
File: inc/abilities/customizer/globals/typography/class-astra-update-paragraph-margin.php
public function get_examples() {
return array(
'set paragraph margin to 1.5em',
'update paragraph bottom margin to 2em',
'change paragraph spacing to 1em',
'increase paragraph spacing',
'decrease paragraph margin',
'set paragraph gap to 1.8em',
'update paragraph bottom spacing',
'change space between paragraphs',
'set paragraph margin bottom to 1.2em',
'update text block spacing',
);
}
Expand full source code Collapse full source code View on Trac