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
I like to use it with Rocksolid Custom Elements.
How can i do that?
The text was updated successfully, but these errors were encountered:
Looking at the source code it should work just fine. Do you get the filter fields display in content element settings?
You may need to add the protected field in your custom elements to make it work.
protected
Sorry, something went wrong.
The custom element template needs to output the classes to work: <div class="myCustomElement <?= $this->class; ?>">
<div class="myCustomElement <?= $this->class; ?>"
qzminski
No branches or pull requests
I like to use it with Rocksolid Custom Elements.
How can i do that?
The text was updated successfully, but these errors were encountered: