You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/cp-portal-cloud-foundry-create-content-package/cp-portal-cloud-foundry-create-content-package.md
<!-- description --> Create a content package that includes a UI integration card with it's associated role.
13
13
14
14
## Prerequisites
15
-
- You've created a UI integration card with data coming from the SAP Gateway Demo System. If you decide to skip this tutorial you can copy and paste the `manifest.json` file and insert it in this tutorial (more details further down).
15
+
- You've created a UI integration card using this tutorial: [Create a UI5 Integration Card that Displays Data from the Gateway Demo System](https://developers.sap.com/tutorials/appstudio-sapui5-integrationcard-create.html). You can decide to skip this tutorial - in this case you will copy and paste the `manifest.json` file from this tutorial and insert it in the relevant step below.
16
16
- You have a subscription to SAP Business Application Studio
17
17
- You've created a **Dev Space** in SAP Business Application Studio. For more information, see [Create a Dev Space for SAP Fiori Apps](https://developers.sap.com/tutorials/appstudio-devspace-fiori-create.html)
18
18
19
19
## You will learn
20
20
- How to create a content package that includes a UI integration card
21
21
22
22
## Intro
23
-
A content package is a collection of content items such as cards, roles, pages, and spaces that are bundled together in a ZIP file that can easily be uploaded and used in your site. Once the content in the content package has been activated, it's ready for use in the pages of your site.
23
+
A content package is a collection of content items such as cards, roles, pages, and spaces that are bundled together in a ZIP file that can easily be uploaded and used in your site.
24
24
25
-
In this tutorial, you'll learn how to create a content package in SAP Business Application Studio. The content package will include a UI integration card as well as the role that the card is assigned to. If you prefer to skip the card creation tutorial, you will be able to copy the ready-made code for the card, and paste it in this tutorial later.
25
+
In this tutorial, you'll learn how to create a content package in SAP Business Application Studio. The content package will include a UI integration card as well as the role that the card is assigned to.
26
26
27
27
### Check for development tools for SAP Build Work Zone extension
28
28
@@ -32,7 +32,7 @@ In this tutorial, you'll learn how to create a content package in SAP Business A
32
32
33
33
<!-- border -->
34
34
35
-
3. Ensure that the **Development Tools for SAP Build Work Zone** extension is checked and save the changes if necessary.
35
+
3. Ensure that the **Development Tools for SAP Build Work Zone** extension is checked, and save the changes if necessary.
36
36
37
37
<!-- border -->
0 commit comments