From 791714dd3e96bcdf7a9be7b08c5c751154bc0eca Mon Sep 17 00:00:00 2001 From: Elias Zeitfogel Date: Mon, 20 Feb 2017 10:21:50 +0100 Subject: [PATCH] Update documentation for "inherits" Update docs to reflect that option "inherits" also inherits the model option settings from the given model, not just the fields. --- content/docs/models/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/models/contents.lr b/content/docs/models/contents.lr index c8bc06be..f80341b7 100644 --- a/content/docs/models/contents.lr +++ b/content/docs/models/contents.lr @@ -89,7 +89,7 @@ Models have the following options that can customize the model itself: This is very useful for models that are implied through configuration. - `protected`: if a model is set to protected then all of its instances cannot be deleted once created. -- `inherits`: if you want to inherit all fields from another model then this +- `inherits`: if you want to inherit all fields and model option settings from another model then this can be set to the name of another model. In addition to that, there are some configuration sections in the model file