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
<param name="source"> <alias module="read" param="source"/> </param>
could be written as:
<param name="source"> <alias module="read"/> </param>
<param name="foo"> <alias module="set-feature" param="value"/> </param> <set-feature class="SetFeature"> <target>$</target> <feature>bar</feature> </set-feature>
could be shortened as:
<param name="foo"> <feature key="bar"/> </param>
The PlanLoader would insert the SetFeature module with a generated name.
PlanLoader
The text was updated successfully, but these errors were encountered:
done #169
45a1c23
Sorry, something went wrong.
Plan parameters of type Expression that would be available as user:something.
user:something
No branches or pull requests
Omit parameter alias name if it is the same
could be written as:
Shortcut for corpus SetFeature pattern
could be shortened as:
The
PlanLoader
would insert the SetFeature module with a generated name.The text was updated successfully, but these errors were encountered: