Skip to content
Snippets Groups Projects

В API коллекций добавлено поле translations

Merged Semyon Krestyaninov requested to merge feature/PRXS-3091-AddCollectionTranslationField into master
@@ -4,6 +4,7 @@ import "google/protobuf/empty.proto";
import "common/common.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/struct.proto";
option go_package = "git.perx.ru/perxis/perxis-go/proto/collections;collections";
@@ -83,10 +84,7 @@ message Collection {
// При отключении параметра "без публикации" статусы публикации будут восстановлены.
bool no_publish = 40;
message TranslationDict {
map<string, string> fields = 1;
}
map<string, TranslationDict> translations = 41;
map<string, google.protobuf.Struct> translations = 41;
}
message CreateRequest {
Loading