add '...@append' method to block properties
This commit is contained in:
@@ -213,3 +213,11 @@ User properties must be declared in `pack:config/user-props.toml` file:
|
||||
```
|
||||
|
||||
Example: [user properties of pack **base**](../../res/content/base/config/user-props.toml).
|
||||
|
||||
## Methods
|
||||
|
||||
Methods are used to manage the overwriting of properties when extending a block with other packs.
|
||||
|
||||
### `property_name@append`
|
||||
|
||||
Adds elements to the end of the list instead of completely overwriting it.
|
||||
|
||||
Reference in New Issue
Block a user