Skip to content

Commit

Permalink
Add an option to hide the pause/unpause button
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorreece committed Apr 25, 2024
1 parent b0274fa commit 22774fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example-embedded-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/prismatic-io/embedded.git"
},
"license": "MIT",
"version": "2.6.3",
"version": "2.6.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/types/screenConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export type TriggerDetails = "default" | "default-open" | "hidden";
export interface InstanceScreenConfiguration {
hideBackToMarketplace?: boolean;
hideTabs?: Array<"Test" | "Executions" | "Monitors" | "Logs">;
hidePauseButton?: boolean;
}

export interface MarketplaceConfiguration {
Expand Down

0 comments on commit 22774fa

Please # to comment.