michael@0: { michael@0: "id": "test-simple-prefs", michael@0: "preferences": [{ michael@0: "name": "somePreference", michael@0: "title": "some-title", michael@0: "description": "Some short description for the preference", michael@0: "type": "string", michael@0: "value": "TEST" michael@0: }, michael@0: { michael@0: "description": "How many of them we have.", michael@0: "name": "myInteger", michael@0: "type": "integer", michael@0: "value": 8, michael@0: "title": "my-int" michael@0: }, { michael@0: "name": "myHiddenInt", michael@0: "type": "integer", michael@0: "hidden": true, michael@0: "value": 5, michael@0: "title": "hidden-int" michael@0: }, { michael@0: "name": "sayHello", michael@0: "type": "control", michael@0: "label": "Click me!", michael@0: "title": "hello" michael@0: }] michael@0: }