From d2b64506ff70a928a96edd7aa4c14c7360c2478b Mon Sep 17 00:00:00 2001 From: Anshuman Upadhyay Date: Fri, 29 Aug 2025 17:18:59 +0530 Subject: [PATCH 1/4] Update step-1-setting-up-the-initial-app-59b772b.md Updated warning note for enclosing the Layout tag in APP. This is not highlighted in the code and can /will put learning developers in confusion. --- .../step-1-setting-up-the-initial-app-59b772b.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md b/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md index b2ff1422..1fe605e7 100644 --- a/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md +++ b/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md @@ -24,6 +24,9 @@ The structure in this step will be used throughout the rest of this tutorial. Th ## Setup +> [! WARNING] +> Flexible column layout is a "Layout Control". The control tag must be enclosed in "FLexible Layout Goes Here" . The browser will show an empty page other wise. + 1. To set up your project for this tutorial, download the files at [Flexible Column Layout App - Step 1](https://ui5.sap.com/#/entity/sap.f.tutorial.fcl/sample/sap.f.tutorial.fcl.01). 2. Extract the downloaded `.zip` file at the desired location on your local machine. @@ -32,6 +35,7 @@ The structure in this step will be used throughout the rest of this tutorial. Th You should have the same files as displayed in the following figure: + **Folder structure with downloaded files** From 01d0bfef2d3334081a24edb064fd2f6be5f3183c Mon Sep 17 00:00:00 2001 From: Anshuman Upadhyay Date: Fri, 29 Aug 2025 17:22:44 +0530 Subject: [PATCH 2/4] Update 2 step-1-setting-up-the-initial-app-59b772b.md --- .../step-1-setting-up-the-initial-app-59b772b.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md b/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md index 1fe605e7..cf56d181 100644 --- a/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md +++ b/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md @@ -24,8 +24,8 @@ The structure in this step will be used throughout the rest of this tutorial. Th ## Setup -> [! WARNING] -> Flexible column layout is a "Layout Control". The control tag must be enclosed in "FLexible Layout Goes Here" . The browser will show an empty page other wise. +> [!WARNING] +> Flexible column layout is a "Layout Control". The control tag must be enclosed in ` "FLexible Layout Goes Here" `. The browser will show an empty page other wise. 1. To set up your project for this tutorial, download the files at [Flexible Column Layout App - Step 1](https://ui5.sap.com/#/entity/sap.f.tutorial.fcl/sample/sap.f.tutorial.fcl.01). From ad0b194b20e265a5a0aaed3d18c8e58b198b9760 Mon Sep 17 00:00:00 2001 From: Anshuman Upadhyay Date: Fri, 29 Aug 2025 17:24:50 +0530 Subject: [PATCH 3/4] Update 3 step-1-setting-up-the-initial-app-59b772b.md --- .../step-1-setting-up-the-initial-app-59b772b.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md b/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md index cf56d181..4a830c2a 100644 --- a/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md +++ b/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md @@ -25,7 +25,15 @@ The structure in this step will be used throughout the rest of this tutorial. Th ## Setup > [!WARNING] -> Flexible column layout is a "Layout Control". The control tag must be enclosed in ` "FLexible Layout Goes Here" `. The browser will show an empty page other wise. +> Flexible Column Layout is a "Layout Control". The control tag must be enclosed in +> ``` +> +> +> "FLexible Layout Goes Here" +> +> +> ``` +> The browser will show an empty page other wise. 1. To set up your project for this tutorial, download the files at [Flexible Column Layout App - Step 1](https://ui5.sap.com/#/entity/sap.f.tutorial.fcl/sample/sap.f.tutorial.fcl.01). From 86d636f8d7de928e3e549e07e86591aa3d54c2d8 Mon Sep 17 00:00:00 2001 From: Anshuman Upadhyay Date: Fri, 29 Aug 2025 17:26:49 +0530 Subject: [PATCH 4/4] Update 4 step-1-setting-up-the-initial-app-59b772b.md --- .../step-1-setting-up-the-initial-app-59b772b.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md b/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md index 4a830c2a..aae6c019 100644 --- a/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md +++ b/docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md @@ -25,12 +25,12 @@ The structure in this step will be used throughout the rest of this tutorial. Th ## Setup > [!WARNING] -> Flexible Column Layout is a "Layout Control". The control tag must be enclosed in +> Flexible Column Layout is a "Layout Control". The control tag must be enclosed in a container as shown below: > ``` > -> -> "FLexible Layout Goes Here" -> +> +> -- "FLexible Layout Tag Goes Here"-- +> > > ``` > The browser will show an empty page other wise.