Skip to content

Commit

Permalink
feat(server): add experimental_sandbox option to scene settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Apr 7, 2023
1 parent 12dafb0 commit 8d688c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions server/pkg/builtin/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,11 @@ extensions:
title: Enable advanced features
defaultValue: false
description: Enable advanced features for this scene. (beta)
- id: experimental_sandbox
type: bool
title: Enable sandbox (alpha)
defaultValue: false
description: Enable sandbox for plugin iframes. (alpha)
linkable:
url:
schemaGroupId: indicator
Expand Down
5 changes: 4 additions & 1 deletion server/pkg/builtin/manifest_ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,10 @@ extensions:
fields:
experimental_core:
title: 先進的機能を使用
description: このシーンに対して先進的機能を有効にします。(ベータ)
description: このシーンに対して先進的機能を有効にします。(ベータ版)
experimental_sandbox:
title: サンドボックスを有効(アルファ版)
description: プラグインのiframeのサンドボックスを有効にします。(アルファ版)
theme:
title: 公開用テーマ
description: 公開用のテーマを設定することができます。
Expand Down

0 comments on commit 8d688c5

Please sign in to comment.