From 8b3b819fb213a9927f40f12b399eb799f2572fc2 Mon Sep 17 00:00:00 2001 From: Dista Reza <38344883+distareza@users.noreply.github.com> Date: Fri, 19 Jul 2024 17:41:23 +0800 Subject: [PATCH] Update step-3-using-dynamic-page-for-the-list-view-0830bce.md add required missing code on "ui5.yaml" file --- ...-dynamic-page-for-the-list-view-0830bce.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/03_Get-Started/step-3-using-dynamic-page-for-the-list-view-0830bce.md b/docs/03_Get-Started/step-3-using-dynamic-page-for-the-list-view-0830bce.md index 7b469517..66f9ba0d 100644 --- a/docs/03_Get-Started/step-3-using-dynamic-page-for-the-list-view-0830bce.md +++ b/docs/03_Get-Started/step-3-using-dynamic-page-for-the-list-view-0830bce.md @@ -64,6 +64,25 @@ First, we add the `sap.m` library as a dependency in the `manifest.json`. + + +## ui5.yaml \[MODIFY\] +```yaml +specVersion: "3.0" +metadata: + name: tutorial.fiori2 +type: application +framework: + name: OpenUI5 + version: "1.125.0" + libraries: + - name: sap.ui.core + - name: sap.m + - name: sap.f + - name: themelib_sap_horizon +``` +we add the `sap.m` and `sap.f` library as a dependency in the `ui5.yaml`. + ## webapp/index.html \[MODIFY\]