From e062ecd605a7d1eaf80c1c832feef13acb39622f Mon Sep 17 00:00:00 2001 From: Justin McMurdie Date: Thu, 12 Oct 2017 13:43:42 -0600 Subject: [PATCH] Updating readme with new option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad7cdc8..673275d 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,4 @@ export const unload = [ - `featureToggles`: (optional) An array of strings, which are the names of feature toggles to fetch before this app is mounted. - `hotload`: (optional) An object that configures whether you would like to hot reload this single-spa application. - `overlay`: (optional) An Object that configures overlays. This feature is still somewhat experimental and makes a lot of guesses on overlay settings, most of the time you won't need this setting. There are a lot of optional overrides that you can use. Some are shown above. +- `position`: (optional) A string that is applied to the CSS style (position) on the child app. Defaults to relative to enable the overlays to work.