Skip to content

Commit 64fb2cd

Browse files
committed
temporary changes for phetsims/calculus-grapher#324
1 parent 42552f3 commit 64fb2cd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

js/initialize-globals.js

+16
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,22 @@
6565
// Schema that describes query parameters for PhET common code.
6666
// These query parameters are available via global phet.chipper.queryParameters.
6767

68+
// Temporary: icon for the Preferences button, see https://github.com/phetsims/calculus-grapher/issues/324
69+
icon: {
70+
type: 'string',
71+
defaultValue: 'userCog',
72+
validValues: [ 'userCog', 'cog', 'wrench' ],
73+
public: true
74+
},
75+
76+
// Temporary: initial tab in the Preferences dialog, see https://github.com/phetsims/calculus-grapher/issues/324
77+
tab: {
78+
type: 'string',
79+
defaultValue: 'overview',
80+
validValues: [ 'overview', 'sim' ],
81+
public: true
82+
},
83+
6884
/**
6985
* In environments where users should not be able to navigate hyperlinks away from the simulation, clients can use
7086
* ?allowLinks=false. In this case, links are displayed and not clickable. This query parameter is public facing.

0 commit comments

Comments
 (0)