Skip to content

Commit

Permalink
Update step-3-using-dynamic-page-for-the-list-view-0830bce.md
Browse files Browse the repository at this point in the history
add required missing code on "ui5.yaml" file
  • Loading branch information
distareza committed Jul 19, 2024
1 parent 8b58977 commit 8b3b819
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,25 @@ First, we add the `sap.m` library as a dependency in the `manifest.json`.



<a name="loio0830bce271bf42d98c2740bed43d435d__section_ddz_pjj_l4b"/>

## 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`.

<a name="loio0830bce271bf42d98c2740bed43d435d__section_ddz_pjj_l4b"/>

## webapp/index.html \[MODIFY\]
Expand Down

0 comments on commit 8b3b819

Please sign in to comment.