From c09c73f9ef46584a725d82b514735335aff4bbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Hern=C3=A1n=20Carle?= Date: Fri, 4 Mar 2022 11:36:07 +0100 Subject: [PATCH] base package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pablo HernĂ¡n Carle --- docs/appendix/server-component-manifest.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/appendix/server-component-manifest.md b/docs/appendix/server-component-manifest.md index fa0ed4da84..b3efd24c30 100644 --- a/docs/appendix/server-component-manifest.md +++ b/docs/appendix/server-component-manifest.md @@ -88,6 +88,10 @@ The manifest file contains the following properties: Defines the path to the static definition file. This file is supposed to be a template. + - **`basePackage`** + + Defines the base package name of the extension. It is used to notify the extended service of the location for component scan. + - **`appfwPlugins`** Array of objects. This section defines how the component will be registered to the App Framework plug-in. All subfields are optional.