Add Camino display label field metadata

This commit is contained in:
Timothy J. Aveni
2026-07-13 07:51:43 -07:00
parent 77086efb93
commit 464442a55c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ extend google.protobuf.FieldOptions {
FieldStorage field_storage = 51022; FieldStorage field_storage = 51022;
FieldOps field_ops = 51023; FieldOps field_ops = 51023;
InterfaceFieldContract interface_field = 51024; InterfaceFieldContract interface_field = 51024;
bool display_label = 51025;
} }
extend google.protobuf.MethodOptions { extend google.protobuf.MethodOptions {
+1
View File
@@ -94,6 +94,7 @@ message FieldSchema {
FieldStorage storage = 7; FieldStorage storage = 7;
FieldOps ops = 8; FieldOps ops = 8;
InterfaceFieldContract interface_contract = 9; InterfaceFieldContract interface_contract = 9;
bool is_display_label = 10;
} }
message FieldStorage { message FieldStorage {