From dc3a454df95ed2e8934dbb78f608ec523d0da0ad Mon Sep 17 00:00:00 2001 From: samreid Date: Fri, 3 Jul 2020 11:03:00 -0600 Subject: [PATCH] Revert "Move phetioFeatured from overrides to main code, see https://github.com/phetsims/states-of-matter/issues/303" This reverts commit 8039a75f --- js/phet-io/atomic-interactions-overrides.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/phet-io/atomic-interactions-overrides.js b/js/phet-io/atomic-interactions-overrides.js index 0a5fb75..0d20090 100644 --- a/js/phet-io/atomic-interactions-overrides.js +++ b/js/phet-io/atomic-interactions-overrides.js @@ -1,6 +1,9 @@ /* eslint-disable */ window.phet.preloads.phetio.phetioElementsOverrides = { + "atomicInteractions.atomicInteractionsScreen.model.forcesDisplayModeProperty": { + "phetioFeatured": true + }, "atomicInteractions.atomicInteractionsScreen.model.forcesExpandedProperty": { "phetioFeatured": true },