Skip to content

Commit

Permalink
chore(server): add play mode to timeline setting in manifest (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx authored Oct 31, 2023
1 parent 7fff78c commit 751e289
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions server/pkg/builtin/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2508,6 +2508,16 @@ extensions:
type: timeline
ui: datetime
title: Timeline Setting
- id: playMode
type: string
title: Play Mode
description: Specify play mode.
defaultValue: once
choices:
- key: once
label: Once
- key: loop
label: Loop
- id: showLayersStoryBlock
name: Show Layers
type: storyBlock
Expand Down

0 comments on commit 751e289

Please sign in to comment.