Skip to content

Commit 67bfd54

Browse files
authored
Merge pull request #23688 from LindsayBert/master
Update to the new Build Work Zone tutorials
2 parents ad48f9c + ad64947 commit 67bfd54

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

tutorials/cp-portal-cloud-foundry-create-content-package/cp-portal-cloud-foundry-create-content-package.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ author_profile: https://github.com/LindsayBert
1212
<!-- description --> Create a content package that includes a UI integration card with it's associated role.
1313

1414
## 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.
1616
- You have a subscription to SAP Business Application Studio
1717
- 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)
1818

1919
## You will learn
2020
- How to create a content package that includes a UI integration card
2121

2222
## 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.
2424

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.
2626

2727
### Check for development tools for SAP Build Work Zone extension
2828

@@ -32,7 +32,7 @@ In this tutorial, you'll learn how to create a content package in SAP Business A
3232

3333
<!-- border -->![Image depicting SAP Business Application Studio with configured dev spaces – click on Edit button](1-2.PNG)
3434

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.
3636

3737
<!-- border -->![Image depicting SAP BAS with Development Tools for SAP Build Work Zone extension selected](1-3.PNG)
3838

tutorials/cp-portal-cloud-foundry-integrate-card/cp-portal-cloud-foundry-integrate-card.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ The **Site Directory** opens.
6060

6161
<!-- border -->![View card in the role editor](14a-view-card-in-role.png)
6262

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.
6466

6567
1. Go back to the Content Manager by using the breadcrumbs above.
6668

@@ -138,7 +140,7 @@ The `ContentPackageRole` is part of the content in the content package ZIP file.
138140

139141
<!-- border -->![Add User](11-add-user.png)
140142

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.
142144
143145
### View the card in your runtime site
144146

0 commit comments

Comments
 (0)