update doc/*/block-properties.md

This commit is contained in:
MihailRis
2024-11-28 16:42:46 +03:00
parent aa60ae3fad
commit ba1a82539f
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -187,3 +187,12 @@ Available data types:
- Currently, the total sum of the field sizes cannot exceed 240 bytes.
- A field without an array length specification is equivalent to an array of 1 element.
- A character array can be used to store UTF-8 strings.
## User properties
User properties must be declared in `pack:config/user-props.toml` file:
```toml
"pack:property_name" = {}
```
Example: [user properties of pack **base**](../../res/content/base/config/user-props.toml).