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
Generation of "granite/ui/components/foundation/form/hidden" form field is not supported for TouchUI. Nothing is produces by the code below:
@Hidden @DialogField(name = "./showControls@TypeHint", value = "Boolean") default String isShowControlsType() { return "Boolean"; }
Expected output of the plugin:
<showControls cq:hideOnEdit="{Boolean}false" cq:showOnCreate="{Boolean}true" disabled="{Boolean}false" jcr:primaryType="nt:unstructured" name="./showControls@TypeHint" renderReadOnly="{Boolean}true" required="{Boolean}false" sling:resourceType="granite/ui/components/foundation/form/hidden" value="Boolean" />
Workaround: adding a sling:resourceType explicitly helps but it makes declarations cumbersome.
sling:resourceType
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Generation of "granite/ui/components/foundation/form/hidden" form field is not supported for TouchUI. Nothing is produces by the code below:
Expected output of the plugin:
Workaround: adding a
sling:resourceType
explicitly helps but it makes declarations cumbersome.The text was updated successfully, but these errors were encountered: