Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/03_Get-Started/step-1-setting-up-the-initial-app-59b772b.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
> ```
> <App>
> <pages>
> -- "FLexible Layout Tag Goes Here"--
> </pages>
> </App>
> ```
> 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.
Expand All @@ -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**
Expand Down
Loading