Astra_Update_Global_Palette::configure()
Configure the ability.
Description
Source
File: inc/abilities/customizer/globals/colors/class-astra-update-global-palette.php
public function configure() {
$this->id = 'astra/update-global-palette';
$this->category = 'astra';
$this->label = __( 'Update Astra Global Palette', 'astra' );
$this->description = __( 'Updates the Astra theme global color palette. You can apply a preset (Oak, Lily, Viola, Cedar, Willow, Rose, Sage, Flare, Maple, Birch, Dark) or set individual colors. Colors should be in hex format (e.g., #046bd2).', 'astra' );
$this->meta = array(
'tool_type' => 'write',
);
}
Expand full source code Collapse full source code View on Trac