mirror of https://github.com/penpot/penpot.git
Merge 4f10fa2072 into a71baa5a78
This commit is contained in:
commit
e95a0f9121
|
|
@ -63,6 +63,8 @@
|
||||||
[:id ::sm/uuid]
|
[:id ::sm/uuid]
|
||||||
[:fullname [::sm/word-string {:max 250}]]
|
[:fullname [::sm/word-string {:max 250}]]
|
||||||
[:email ::sm/email]
|
[:email ::sm/email]
|
||||||
|
[:theme {:optional true} :string]
|
||||||
|
[:is-admin {:optional true} ::sm/boolean]
|
||||||
[:is-active {:optional true} ::sm/boolean]
|
[:is-active {:optional true} ::sm/boolean]
|
||||||
[:is-blocked {:optional true} ::sm/boolean]
|
[:is-blocked {:optional true} ::sm/boolean]
|
||||||
[:is-demo {:optional true} ::sm/boolean]
|
[:is-demo {:optional true} ::sm/boolean]
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,10 @@
|
||||||
[:map {:title "AnimationDisolve"}
|
[:map {:title "AnimationDisolve"}
|
||||||
[:animation-type [:= :dissolve]]
|
[:animation-type [:= :dissolve]]
|
||||||
[:duration ::sm/safe-int]
|
[:duration ::sm/safe-int]
|
||||||
[:easing [::sm/one-of easing-types]]])
|
[:easing [::sm/one-of easing-types]]
|
||||||
|
[:way {:optional true} [::sm/one-of way-types]]
|
||||||
|
[:offset-effect :boolean]
|
||||||
|
[:direction {:optional true} [::sm/one-of direction-types]]])
|
||||||
|
|
||||||
(def schema:slide-animation
|
(def schema:slide-animation
|
||||||
[:map {:title "AnimationSlide"}
|
[:map {:title "AnimationSlide"}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue