✨ Add Gamemaster features configuration to feature flags
This commit is contained in:
@@ -17,6 +17,15 @@
|
||||
*/
|
||||
|
||||
export const FEATURE_FLAGS = {
|
||||
// Gamemaster Features
|
||||
GAMEMASTER_FEATURES: {
|
||||
name: 'gamemaster-features',
|
||||
description: 'Enable Gamemaster Manager and Explorer tools',
|
||||
enabled: false,
|
||||
requiredPermission: null,
|
||||
tags: ['gamemaster', 'tools']
|
||||
},
|
||||
|
||||
// Gamemaster Explorer Features
|
||||
EXPERIMENTAL_SEARCH: {
|
||||
name: 'experimental-search',
|
||||
|
||||
Reference in New Issue
Block a user