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 493d838..4454b8f 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 @@ -66,6 +66,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\]