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 b2ff142..aae6c01 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,17 @@ 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 a container as shown below: +> ``` +> +> +> -- "FLexible Layout Tag 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 +43,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**