We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add text-decoration to the array - I think that would be a great addition.
text-decoration
3.0.15
mods
`Kirki::add_field( 'my_config', array(
'type' => 'typography', 'settings' => 'my_setting', 'label' => esc_attr__( 'Control Label', 'kirki' ), 'section' => 'my_section', 'default' => array( 'font-family' => 'Roboto', 'variant' => 'regular', 'font-size' => '14px', 'line-height' => '1.5', 'letter-spacing' => '0', 'subsets' => array( 'latin-ext' ), 'color' => '#333333', 'text-transform' => 'none', 'text-align' => 'left' 'text-decoration' => 'none' ), 'priority' => 10, 'output' => array( array( 'element' => 'body', ), ),
) );`
The text was updated successfully, but these errors were encountered:
a7aa6b8
Done, will be included in 3.0.17
Sorry, something went wrong.
No branches or pull requests
Issue description:
Add
text-decoration
to the array - I think that would be a great addition.Version used:
3.0.15
Using theme_mods or options?
mods
Code to reproduce the issue (config + field(s))
`Kirki::add_field( 'my_config', array(
) );`
The text was updated successfully, but these errors were encountered: