Skip to content

Commit 52f15b9

Browse files
committed
Align wording for Node and Java
1 parent 4b5c784 commit 52f15b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

guides/uis/fiori.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ For entities exposed via OData V4 there is a _Fiori preview_ link on the index p
2020

2121
The preview is not meant as a replacement for a proper SAP Fiori elements (UI5) application.
2222

23-
For Node.js, it's only active locally where the [development profile](../../node.js/cds-env#profiles) is enabled. To also enable it in cloud deployments, for test or demo purposes maybe, set <Config>cds.fiori.preview:true</Config>.
24-
25-
For Java, it's active by default, but disabled automatically in case the [production profile](../../java/developing-applications/configuring#production-profile) is enabled. To also enable it in cloud deployments, for test or demo purposes maybe, set <Config java>cds.index-page.enabled:true</Config>.
23+
It's active by default, but disabled automatically in production. To also enable it in cloud deployments, for test or demo purposes maybe, set <Config>cds.fiori.preview:true</Config> for Node.js apps, or <Config java>cds.index-page.enabled:true</Config> for Java.
2624

2725
:::
2826

@@ -800,7 +798,7 @@ You can now start the server with `cds watch` and see the hierarchical tree view
800798
![Fiori UI with hierarchical tree view.](hierarchical-tree-view.png) {style="filter: drop-shadow(0 2px 5px rgba(0,0,0,.40));"}
801799
802800
The compiler automatically expands the shortcut annotation `@hierarchy` to the
803-
following `annotate` and `extend` statements.
801+
following `annotate` and `extend` statements.
804802
805803
### Manual Approach
806804

0 commit comments

Comments
 (0)