chore: Remove "Remote Development" mode from the example app
MR: !335 (merged)
Description
In the Example App, we have a Type dropdown to select between Remote Development and Client only.
We want to remove the Remote Development option, which means we can also remove this Type dropdown altogether and a bunch more related code in the example app.
Implementation details
- In this place, where we have
ExampleConfigClientOnlyandExampleConfigRemote, we want to removeExampleConfigRemoteand renameExampleConfigClientOnlyto simplyExampleConfig. - We'll want to get rid of the
obj.typereference here since we don't need configtypeanymore (1). - In the components we can remove the
<divblock that creates theTypefield (1) and theconfig-form-remotecomponent altogether (1).
Edited by Victoria Owusu
