UNPKG

@instructure/canvas-rce

Version:

A component wrapping Canvas's usage of Tinymce

10 lines (9 loc) 393 B
/** * Name of the parameter used to indicate to Canvas that it is being loaded in an iframe inside of an * LTI tool. It should be set to the global id of the containing tool. */ export declare const parentFrameContextParam = "parent_frame_context"; /** * Fallback iframe allowances used when they aren't provided to the editor. */ export declare const fallbackIframeAllowances: string[];