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
Currently we can only add attributes to the tab container content , http://manual.unyson.io/en/latest/options/introduction.html#containers but I need to add class to the tab li since I am working on a post formats switch that should hide/show tabs on click.
Right now I must work with aria-controls attribute and look for all the ones I need, with one class I cold control them all at once.
The text was updated successfully, but these errors were encountered:
8732591
👍
Sorry, something went wrong.
array( 'li-attr' => array('foo' => 'bar'), // <--- 'title' => __( 'Awesome Tab', '{domain}' ), 'type' => 'tab', 'options' => array(...), )
@moldcraft I saw that one , thnx!
No branches or pull requests
Currently we can only add attributes to the tab container content ,
http://manual.unyson.io/en/latest/options/introduction.html#containers but I need to add class to the tab li since I am working on a post formats switch that should hide/show tabs on click.
Right now I must work with aria-controls attribute and look for all the ones I need, with one class I cold control them all at once.
The text was updated successfully, but these errors were encountered: