Skip to content

Commit f0fb1d1

Browse files
committed
docs(documentation): Clarify difference between UI5 CLI project type and manifest.json type
1 parent 3e76071 commit f0fb1d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/documentation/docs/pages/Project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Also see [UI5 Project: Configuration](./Configuration.md#general-configuration)
1414
### component
1515
*Available since [Specification Version 5.0](./Configuration.md#specification-version-50)*
1616

17+
> **Note:** The term `component` as used in the UI5 CLI project type differs from the `type` property in the `manifest.json` file at runtime. In most cases, a CLI project of type `component` is still a runtime "application". For details on the `type` property in `manifest.json`, refer to the [manifest documentation](https://ui5.sap.com/#/topic/be0cf40f61184b358b5faedaec98b2da.html#loiobe0cf40f61184b358b5faedaec98b2da/section_sap_app).
18+
1719
Projects of the `component` type are typical component-like UI5 applications. They usually run in a container-like root application, such as the SAP Fiori launchpad (FLP) sandbox, alongside other UI5 applications.
1820

1921
To allow multiple component projects to coexist in the same environment, each project is served under its own namespace, for example `/resources/my/bookstore/admin`. In contrast, `application`-type projects act as root projects and are served at `/`, without a namespace.

0 commit comments

Comments
 (0)