Skip to content

Commit 67f0f6f

Browse files
committed
Document includeIf property of MetaJsonField
Fixes #1362 Signed-off-by: Pierre Belloy <[email protected]>
1 parent 0bf8466 commit 67f0f6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/modules/dev-guide/pages/models/custom-fields.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ The custom fields are saved as `com.axelor.meta.db.MetaJsonField` records. Follo
133133
| `readonlyIf`
134134
| conditional js expression to make field readonly
135135

136+
| `includeIf`
137+
| server expression to check whether to use this field
138+
136139
| `hidden`
137140
| whether to hide the field by default`
138141

0 commit comments

Comments
 (0)