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 -->
Copy file name to clipboardExpand all lines: tutorials/cp-portal-cloud-foundry-integrate-card/cp-portal-cloud-foundry-integrate-card.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,9 @@ The **Site Directory** opens.
60
60
61
61
<!-- border -->
62
62
63
-
### Add a header in your page
63
+
### Add a header to your page
64
+
65
+
In this step, you'll add a header to your page for the card that you will add.
64
66
65
67
1. Go back to the Content Manager by using the breadcrumbs above.
66
68
@@ -138,7 +140,7 @@ The `ContentPackageRole` is part of the content in the content package ZIP file.
138
140
139
141
<!-- border -->
140
142
141
-
>Note that you will need to log out and log in again in order for the role assignement to take effect.
143
+
>Note that assignment to the role can take time. If you don't want to wait, you can log out and log in again in order for the role assignment to take effect.
0 commit comments