Skip to content

Commit

Permalink
docs(cli): describe LB3 model settings ignored during import
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos authored and raymondfeng committed Sep 27, 2019
1 parent aeaf793 commit fd3de3b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/site/Importing-LB3-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,13 @@ to:
})
id: string;
```

### Some settings cannot be imported

The following fields from model settings are not supported by LoopBack 4 and
therefore ignored during import:

- `acls`
- `methods`
- `mixins`
- `validations`

0 comments on commit fd3de3b

Please sign in to comment.