Skip to content

Commit 48e952b

Browse files
authored
editor-animations -- make options dynamic (1/2)
1 parent f1fb6b3 commit 48e952b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/addons/addons/editor-animations/_manifest_entry.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,28 @@ const manifest = {
2424
"id": "animateButtons",
2525
"name": "Animate Buttons",
2626
"default": true,
27+
"dynamic": true,
2728
"type": "boolean"
2829
},
2930
{
3031
"id": "animateLibraries",
3132
"name": "Animate Libraries (costumes, sprites, sounds, etc)",
3233
"default": true,
34+
"dynamic": true,
3335
"type": "boolean"
3436
},
3537
{
3638
"id": "animateModals",
3739
"name": "Animate Modals (create variable/list, custom block, etc)",
3840
"default": true,
41+
"dynamic": true,
3942
"type": "boolean"
4043
},
4144
{
4245
"id": "animateSpeed",
4346
"name": "Animation Speed (1-500%)",
4447
"type": "integer",
48+
"dynamic": true,
4549
"min": 1,
4650
"default": 100,
4751
"max": 500

0 commit comments

Comments
 (0)