File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ hints:
431
431
* ` is_sortable ` : Whether the field is sortable. Requires ` is_filterable ` to be true.
432
432
* ` is_groupable ` : Whether the field is groupable. Requires ` is_filterable ` to be true.
433
433
* ` order ` : The order in which the field appears in the side panel.
434
- * ` is_read_only ` : Whether the field is read-only in the UI. Once created, this
435
- field cannot be updated from the UI.
434
+ * ` is_read_only ` : Whether the field is read-only in the UI. Once the object is created, this
435
+ field cannot be updated in the UI.
436
436
* ` group_name ` : The group title under which field(s) appear in the side panel. In the
437
437
example below, the fields are grouped under groups titled ** Group 1** and ** Group 2** .
438
438
You can’t perform that action at this time.
0 commit comments