OpenLiberty / iguides-common

Other
0 stars 0 forks source link

Default logic for editors to have 'Run' #280

Closed dmorgant closed 5 years ago

dmorgant commented 5 years ago

Currently, in the guide JSON files, each editor has to set 'Run' as its action button, as opposed to 'Save'. We do this by setting
"save": false in each of the json elements for each editor.

Common code should be updated so that each editor now defaults to have a 'Run' button since that is what is now required in the new multipane design. The option for 'Save' should be allowed by setting "save": true in the JSON.

We should also go back and update the completed guides to remove the numerous "save":false lines.