Update CONTRIBUTING.md

This commit is contained in:
Jeffrey
2026-06-10 20:55:26 +02:00
parent 67c9cc6ba3
commit 2aa9afaa2c

View File

@@ -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.", "ToolTip": "Detailed explanation of what this feature does and its impact.",
"Category": "Privacy & Suggested Content", "Category": "Privacy & Suggested Content",
"Priority": 1, "Priority": 1,
"Action": "Disable",
"RegistryKey": "Disable_YourFeature.reg", "RegistryKey": "Disable_YourFeature.reg",
"ApplyText": "Disabling your feature...", "ApplyText": "Disabling your feature",
"UndoAction": "Enable", "UndoLabel": "Short description for the undo",
"ApplyUndoText": "Enabling your feature",
"RegistryUndoKey": "Enable_YourFeature.reg", "RegistryUndoKey": "Enable_YourFeature.reg",
"RequiresReboot": false, "RequiresReboot": false,
"DisableWhenApplied": false,
"MinVersion": null, "MinVersion": null,
"MaxVersion": null "MaxVersion": null
} }