phetsims / paper-land

Build and explore multimodal web interactives with pieces of paper!
https://phetsims.github.io/paper-land/
MIT License
20 stars 3 forks source link

Move the Control Components section from the View Control Function menu into the View form itself #268

Open brettfiedler opened 2 months ago

brettfiedler commented 2 months ago
          Turns out we need to move the Control Components section from the View Control Function menu into the View form itself. Then this should be possible. Making new issue.

Originally posted by @brettfiedler in https://github.com/phetsims/paper-land/issues/170#issuecomment-2344225685

brettfiedler commented 2 months ago

Controller forms have their own custom controlled components selection, so this should be possible for all View components.

This section here should move to the top of the View forms:

image

jessegreenberg commented 2 months ago

Nice, this turned out to be a very simple change since all of the view component forms shared the same markup. Pushed to the dev branch. @brettfiedler would you like to confirm?