You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`cloudbedsRemoteManifestsBaseUrl`|`string`| Base URL for remote manifest files (a.k.a remote entry configs) that is specific to Cloudbeds microapps <br><br> _Examples:_ <br> `http://localhost:4480/remotes/dev` <br> `https://cb-front.cloudbeds-dev.com/remotes/[env]` <br> `use-devbox-name`|
188
-
|`syncTypesIntervalInSeconds`|`number`, `0`, `-1`| Synchronize types continusouly with a specified value in seconds. <br><br> `0` - disables continuous synchronization. <br> `-1` - disables the plugin |
189
-
|`remoteManifestUrls`|`RemoteManifestUrls`| URLs to remote manifest files. A manifest contains a URL to a remote entry that is substituted in runtime. Multiple remote entries is supported via `registry` field. <br><br> More details available in [this section](#templated-remote-urls)|
|`disableTypeCompilation`|`boolean`|`false`| Disable compilation of types |
188
+
|`disableDownladingRemoteTypes`|`boolean`|`false`| Disable downloading of remote types |
189
+
|`cloudbedsRemoteManifestsBaseUrl`|`string`|`'/remotes/dev-ga'`| Base URL for remote manifest files (a.k.a remote entry configs) that is specific to Cloudbeds microapps <br><br> _Examples:_ <br> `http://localhost:4480/remotes/dev` <br> `https://cb-front.cloudbeds-dev.com/remotes/[env]` <br> `use-devbox-name`|
190
+
|`doNotUseCloudbedsRemoteManifests`|`boolean`|`false`| Disable downloading default remote manifest files for Cloudbeds microapps (`mfd-common-remote-entry.json` and `mfd-remote-entries.json` files) and download only those provided via `remoteManifestUrls`|
191
+
|`syncTypesIntervalInSeconds`|`number`, `-1`|`60`| Synchronize types continusouly - compile types after every compilation, download when idle with a specified delay value in seconds. <br><br> `-1` - disables continuous synchronization (compile and download will happen only on startup). |
192
+
|`remoteManifestUrls`|`RemoteManifestUrls`|`{}`| URLs to remote manifest files. A manifest contains a URL to a remote entry that is substituted in runtime. Multiple remote entries is supported via `registry` field. <br><br> More details available in [this section](#templated-remote-urls)|
0 commit comments