diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9ed6b41..9e80650 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -192,12 +192,13 @@ Add your feature to the `"Features"` array in `Config/Features.json`: "ToolTip": "Detailed explanation of what this feature does and its impact.", "Category": "Privacy & Suggested Content", "Priority": 1, - "Action": "Disable", "RegistryKey": "Disable_YourFeature.reg", - "ApplyText": "Disabling your feature...", - "UndoAction": "Enable", + "ApplyText": "Disabling your feature", + "UndoLabel": "Short description for the undo", + "ApplyUndoText": "Enabling your feature", "RegistryUndoKey": "Enable_YourFeature.reg", "RequiresReboot": false, + "DisableWhenApplied": false, "MinVersion": null, "MaxVersion": null }