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
Example:
repeater -> row -> group -> radio (value to check) repeater -> row -> string (rule against radio property)
To check to you can't just write radio as rule slug, you have to write group.radio since the property is in a deeper than the string property.
radio
group.radio
Source:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
To check to you can't just write
radio
as rule slug, you have to writegroup.radio
since the property is in a deeper than the string property.Source:
The text was updated successfully, but these errors were encountered: