Skip to content

Commit

Permalink
move supportsDynamicLocales and colorProfiles to simFeatures, phetsim…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 13, 2022
1 parent f21ccb8 commit 3c292cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
11 changes: 6 additions & 5 deletions models-of-the-hydrogen-atom_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,19 @@
"requirejsNamespace": "MODELS_OF_THE_HYDROGEN_ATOM",
"simulation": true,
"runnable": true,
"colorProfiles": [
"default",
"projector"
],
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"supportsSound": true,
"supportsInteractiveDescription": true
"supportsInteractiveDescription": true,
"supportsDynamicLocale": true,
"colorProfiles": [
"default",
"projector"
]
},
"supportsOutputJS": true
},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"requirejsNamespace": "MODELS_OF_THE_HYDROGEN_ATOM",
"simulation": true,
"runnable": true,
"colorProfiles": [
"default",
"projector"
],
"supportedBrands": [
"phet",
"phet-io",
"adapted-from-phet"
],
"simFeatures": {
"supportsSound": true,
"supportsInteractiveDescription": true
"supportsInteractiveDescription": true,
"supportsDynamicLocale": true,
"colorProfiles": [
"default",
"projector"
]
},
"supportsOutputJS": true,
"supportsDynamicLocale": true
"supportsOutputJS": true
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js",
Expand Down

0 comments on commit 3c292cb

Please sign in to comment.