From ea23be05b60d39130b19eb3babdb29462c6ac9de Mon Sep 17 00:00:00 2001 From: Mark van Dijk Date: Wed, 15 Sep 2021 13:09:11 +0200 Subject: [PATCH] Update imoduleconfiguration.yml Minor update to documentation --- .../sp-module-interfaces/imoduleconfiguration.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/SP-Framework/sp-module-interfaces/imoduleconfiguration.yml b/SP-Framework/sp-module-interfaces/imoduleconfiguration.yml index e81ba9e..419127f 100644 --- a/SP-Framework/sp-module-interfaces/imoduleconfiguration.yml +++ b/SP-Framework/sp-module-interfaces/imoduleconfiguration.yml @@ -44,17 +44,15 @@ properties: Modules with the `"path"` type use the `IPathModuleConfiguration` interface. - Modules with the `"component"` type use the - `IComponentModuleConfiguration` interface. Modules with the - "localizedPath" type use the `ILocalizedPathModuleConfiguration` - interface. - + `IComponentModuleConfiguration` interface. + + Modules with the `"localizedPath"` type use the + `ILocalizedPathModuleConfiguration` interface. Supported values: `"component"`, `"path"`, `"localizedPath"` - Example: `"localized"` isPreview: true isDeprecated: false