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
Please test code field type when it has no label option
(Did you try using the develop branch from github? There's a chance your issue has already been adressed there)
Kirki::add_field( 'theme', array( 'type' => 'code', 'settings' => 'custom_css', 'section' => 'custom', 'priority' => 1, 'choices' => array( 'language' => 'css', 'theme' => 'monokai', ), 'transport' => 'postMessage', ) );
The text was updated successfully, but these errors were encountered:
1607cc3
Fixed, will be included in 3.0.17
Sorry, something went wrong.
No branches or pull requests
Issue description:
Please test code field type when it has no label option
Version used: 3.0.16
(Did you try using the develop branch from github? There's a chance your issue has already been adressed there)
Using theme_mods or options?
Code to reproduce the issue (config + field(s))
Kirki::add_field( 'theme', array(
'type' => 'code',
'settings' => 'custom_css',
'section' => 'custom',
'priority' => 1,
'choices' => array(
'language' => 'css',
'theme' => 'monokai',
),
'transport' => 'postMessage',
) );
The text was updated successfully, but these errors were encountered: