OpenLiberty / iguides-common

Other
0 stars 0 forks source link

Editor: default to "Run" button #298

Closed dmorgant closed 5 years ago

dmorgant commented 5 years ago

In the multipane design, it was decided that all editors should have the 'Run' button instead of the 'Save' button. Update editor.js to default to the 'Run' button.

Also updated the comment in tabbed-editor.js that shows suggested JSON for an editor within a tabbed-editor.

dmorgant commented 5 years ago

True....if you want the 'Save' button, then you would specify "save": true.

But we want all 'Run' buttons right now, so we no longer have to specify "save":false.