mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-13 03:10:38 +01:00
Merge pull request #140 from lektor/niijv-patch-2
Update documentation for "inherits"
This commit is contained in:
commit
ca80b7602b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user