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
2 changes: 1 addition & 1 deletion docs/creating-manifest/conditions-and-iterations.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ onInstall:

### **Else**

In case the conditional statement should be complemented by the opposite comparison and respective action the ***else*** conditional operator can be accommodated.
In case the conditional statement should be complemented by the opposite comparison and respective action the ***else*** conditional operator can be accommodated. It is available commencing from Jelastic version 5.7-1 and corresponds to `jpsVersion`: 1.7.1 and higher. In case action applied on versions below the *unknown action* error will be displayed in the console.

@@@
```yaml
Expand Down