@adobe/genstudio-extensibility-sdk
@adobe/genstudio-extensibility-sdk / AppOptions
AppOptions: {
selectContent: {cors:boolean; };validation: {autoOpenApp:boolean;autoRefreshApp:boolean;singleExperienceViewMode:boolean; }; }
optionalselectContent: {cors:boolean; }
cors:
boolean
Indicates that the provided content is protected by CORS. Defaults to true. When enabled in horizon canvas mode, the extension pre-uploads the content using an aio action rather than through the browser. Enabling will introduce a delay in the content selection process. (~5s)
optionalvalidation: {autoOpenApp:boolean;autoRefreshApp:boolean;singleExperienceViewMode:boolean; }
optionalautoOpenApp:boolean
Open this app automatically after navigating to the draft.
optionalautoRefreshApp:boolean
Reload the app automatically when the draft is updated.
optionalsingleExperienceViewMode:boolean
Use the single experience view mode for email experiences.