mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-13 07:48:26 +03:00
Add option to skip label animation on catalog
This commit is contained in:
parent
2084cac366
commit
40031f8d8c
@ -686,6 +686,8 @@ initControl =
|
||||
)
|
||||
|> ControlExtra.optionalListItem "label"
|
||||
(CommonControls.string ( Code.fromModule moduleName "label", Block.label ) "Fruit")
|
||||
|> ControlExtra.optionalBoolListItem "skipLabelAnimation"
|
||||
( Code.fromModule moduleName "skipLabelAnimation", Block.skipLabelAnimation )
|
||||
|> ControlExtra.optionalListItem "labelPosition"
|
||||
(Control.map
|
||||
(\( code, v ) ->
|
||||
|
Loading…
Reference in New Issue
Block a user