|
@@ -149,7 +149,12 @@
|
|
|
[:map-of
|
|
[:map-of
|
|
|
:uuid [:map {:closed false}
|
|
:uuid [:map {:closed false}
|
|
|
[:name :string]
|
|
[:name :string]
|
|
|
- [:description :string]]]]
|
|
|
|
|
|
|
+ [:description :string]
|
|
|
|
|
+ [:icon {:optional true}
|
|
|
|
|
+ [:map {:closed false}
|
|
|
|
|
+ [:id :string]
|
|
|
|
|
+ [:name :string]
|
|
|
|
|
+ [:type [:enum :tabler-icon :emoji]]]]]]]
|
|
|
[:order [:vector :uuid]]]]
|
|
[:order [:vector :uuid]]]]
|
|
|
;; Just for :enum
|
|
;; Just for :enum
|
|
|
[:position {:optional true} :string]
|
|
[:position {:optional true} :string]
|