Skip to content

Commit

Permalink
Merge pull request #145 from distareza/patch-3
Browse files Browse the repository at this point in the history
Update step-3-using-dynamic-page-for-the-list-view-0830bce.md
  • Loading branch information
LilyanaOviPe authored Sep 20, 2024
2 parents 1213672 + 4d4c319 commit dbc0a24
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,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 dbc0a24

Please sign in to comment.