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