From a3e770670d3e6696256a949fb77c2155d4d26421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 27 Sep 2019 08:13:43 +0200 Subject: [PATCH] docs(cli): describe LB3 model settings ignored during import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- docs/site/Importing-LB3-models.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/site/Importing-LB3-models.md b/docs/site/Importing-LB3-models.md index 4f1756ddc756..2ff8c2f48488 100644 --- a/docs/site/Importing-LB3-models.md +++ b/docs/site/Importing-LB3-models.md @@ -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`