Skip to content
New issue

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

Create only/NoRemove global config elements #168

Closed
KevinJump opened this issue Oct 5, 2020 · 1 comment
Closed

Create only/NoRemove global config elements #168

KevinJump opened this issue Oct 5, 2020 · 1 comment
Assignees

Comments

@KevinJump
Copy link
Owner

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>
	<Add Key="CreateOnly" Value="true" /> 
	<Add Key="NoRemove" Value="true" />
</HandlerDefaults>
@KevinJump KevinJump self-assigned this Oct 5, 2020
@KevinJump
Copy link
Owner Author

ac6f5be & 5d8f62e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant