settings-view icon indicating copy to clipboard operation
settings-view copied to clipboard

hidden settings

Open UziTech opened this issue 5 years ago • 1 comments

Summary

Allow certain config settings to be hidden from the settings panel.

{
	"config": {
		"someSetting": {
			"type": "boolean",
			"default": false,
			"hidden": true
		}
	}
}

Motivation

Packages sometimes need to save configuration that the user shouldn't change. It would be nice to keep that in atom.config but not show it in the settings panel.

Describe alternatives you've considered

Right now we just use an automatically collapsed object to hide the settings but they can still be shown.

image

UziTech avatar Feb 20 '20 18:02 UziTech

@Arcanemagus Are you able to review #1144 or do you know who can?

UziTech avatar Jun 26 '20 06:06 UziTech