Skip to content

Commit

Permalink
Hardcode admin bitecs/admin config
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed May 10, 2024
1 parent 5beeac1 commit 7ef3896
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/utils/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,14 @@ if (window.APP_CONFIG) {
}
} else {
configs.APP_CONFIG = {
features: {}
features: {
bitecs_loader: true,
addons_config: {
"hubs-behavior-graphs-addon": { enabled: true },
"hubs-portals-addon": { enabled: true },
"hubs-duck-addon": { enabled: true }
}
}
};
}

Expand Down

0 comments on commit 7ef3896

Please sign in to comment.