Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server): add builtint navigator widget manifest #342

Merged
merged 2 commits into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions server/pkg/builtin/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1944,3 +1944,13 @@ extensions:
zone: outer
section: center
area: bottom
- id: navigator
type: widget
name: Navigator
description: A navigator widget that allows for viewing the earth from various angle by operating menu.
singleOnly: true
widgetLayout:
defaultLocation:
zone: outer
section: right
area: top
3 changes: 3 additions & 0 deletions server/pkg/builtin/manifest_ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -913,3 +913,6 @@ extensions:
timeline:
name: タイムライン
description: 時系列データを表示するために、時刻を変更したり時間を再生したりすることができます。
navigator:
name: ナビゲーター
description: ナビゲータを操作することで地球を様々な角度から見ることができます。