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
Ability to make a handler only create new items (so things where the item doesn't already exists).
<Add Key="CreateOnly" Value="true" />
Ability to make the handler not delete items or properties.
<Add Key="NoRemove" Value="true" />
also the ability to set these values globally, via a new HandlerDefaults section in the settings - so they can be set per handler or globally.
HandlerDefaults
<HandlerDefaults> <Add Key="CreateOnly" Value="true" /> <Add Key="NoRemove" Value="true" /> </HandlerDefaults>
The text was updated successfully, but these errors were encountered:
ac6f5be & 5d8f62e
Sorry, something went wrong.
KevinJump
No branches or pull requests
Ability to make a handler only create new items (so things where the item doesn't already
exists).
Ability to make the handler not delete items or properties.
also the ability to set these values globally, via a new
HandlerDefaults
section in the settings - so they can be set per handler or globally.The text was updated successfully, but these errors were encountered: