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 authored and jasoncomes committed Apr 30, 2024
1 parent 530aa75 commit 63cde29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.

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 63cde29

Please sign in to comment.