A _floating_ editor appears next to its respective property and only takes as much size as required so you can see more of what is changing on the page as you edit the property. However, in some cases, the default editor wrapper may need to be changed to the flyout wrapper.
At initialization time, before the UI is displayed so that the correct configuration data gets sent to the interface, use `InitializableModule
` to configure of the default editor wrapper. In the following example, set the default editor wrapper property on the UI defaults object. This defaults object is stored as a singleton within the service locator.
**Example**