A log of all notable changes to Activepieces SDK
embedding.dashboard.hideSettings
parameter to the configure method (value: true | false).embedding.dashboard.hideFlowsPageNavbar
parameter to the configure method (value: true | false).embedding.dashboard.hideSidebar
used to hide the navbar above the flows table in the dashboard now it relies on embedding.dashboard.hideFlowsPageNavbar
.embedding.hideDuplicateFlow
parameter to the configure method (value: true | false).embedding.builder.homeButtonIcon
parameter to the configure method (value: ‘logo’ | ‘back’), if set to ‘back’ the tooltip shown on hovering the home button is removed.embedding.locale
parameter to the configure method, it takes ISO 639-1 locale codes, here are the ones supported: (‘en’ | ‘nl’ | ‘it’ | ‘de’ | ‘fr’ | ‘bg’ | ‘uk’ | ‘hu’ | ‘es’ | ‘ja’ | ‘id’ | ‘vi’ | ‘zh’ | ‘pt’)embedding.styling.mode
parameter to configure method (value: ‘light’ | ‘dark’)embedding.builder.hideLogo
parameter from the configure method.prefix
parameter from the configure method.embedding.hideDuplicateFlow
parameter to the configure method (value: true | false).embedding.builder.homeButtonIcon
parameter to the configure method (value: ‘logo’ | ‘back’), if set to ‘back’ the tooltip shown on hovering the home button is removed.embedding.locale
parameter to the configure method, it takes ISO 639-1 locale codes, here are the ones supported: (‘en’ | ‘nl’ | ‘it’ | ‘de’ | ‘fr’ | ‘bg’ | ‘uk’ | ‘hu’ | ‘es’ | ‘ja’ | ‘id’ | ‘vi’ | ‘zh’ | ‘pt’)embedding.styling.mode
parameter to configure method (value: ‘light’ | ‘dark’)prefix
parameter from the configure method.embedding.builder.hideLogo
parameter from the configure method.embedding.hideExportAndImportFlow
parameter to the configure method.embed.builder.disableNavigation
which is “keep_home_button_only” that keeps only the home button and hides the folder name with the delete flow action.embed.builder.homeButtonClickedHandler
, that overrides the navigation behaviour on clicking the home button.