Compare commits

...

2 Commits

Author SHA1 Message Date
Quixos Subtree Publisher ff07b0d793 Publish quixos-protocol from 1a3ecab531f39491ae0ce3c2a12de0d264440ed7 2026-07-13 14:51:43 +00:00
Timothy J. Aveni 464442a55c Add Camino display label field metadata 2026-07-13 07:51:43 -07:00
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos.git", "sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos.git",
"sourceCommit": "0ff224604a054b52ad8b385764e913171bf19468", "sourceCommit": "1a3ecab531f39491ae0ce3c2a12de0d264440ed7",
"sourcePath": "quixos-protocol", "sourcePath": "quixos-protocol",
"exportName": "quixos-protocol", "exportName": "quixos-protocol",
"mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-protocol.git" "mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-protocol.git"
+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 {