画廊添加
This commit is contained in:
@@ -9,6 +9,8 @@ inline std::string_view composition_node_kind_name(Composition_Node_Kind value)
|
||||
return "slot";
|
||||
case Composition_Node_Kind::heading:
|
||||
return "heading";
|
||||
case Composition_Node_Kind::frontend:
|
||||
return "frontend";
|
||||
case Composition_Node_Kind::vertical:
|
||||
return "vertical";
|
||||
case Composition_Node_Kind::horizontal:
|
||||
@@ -17,6 +19,8 @@ inline std::string_view composition_node_kind_name(Composition_Node_Kind value)
|
||||
return "flow";
|
||||
case Composition_Node_Kind::grid:
|
||||
return "grid";
|
||||
case Composition_Node_Kind::list:
|
||||
return "list";
|
||||
case Composition_Node_Kind::group:
|
||||
return "group";
|
||||
case Composition_Node_Kind::card:
|
||||
@@ -83,6 +87,8 @@ inline std::string_view view_node_kind_name(View_Node_Kind value) noexcept {
|
||||
return "all_fields";
|
||||
case View_Node_Kind::field:
|
||||
return "field";
|
||||
case View_Node_Kind::frontend:
|
||||
return "frontend";
|
||||
case View_Node_Kind::vertical:
|
||||
return "vertical";
|
||||
case View_Node_Kind::horizontal:
|
||||
@@ -91,6 +97,8 @@ inline std::string_view view_node_kind_name(View_Node_Kind value) noexcept {
|
||||
return "flow";
|
||||
case View_Node_Kind::grid:
|
||||
return "grid";
|
||||
case View_Node_Kind::list:
|
||||
return "list";
|
||||
case View_Node_Kind::group:
|
||||
return "group";
|
||||
case View_Node_Kind::card:
|
||||
|
||||
Reference in New Issue
Block a user