strapi-plugin-preview-button
Version:
A plugin for Strapi CMS that adds a preview button and live view button to the content manager edit view.
7 lines (6 loc) • 406 B
TypeScript
export declare const PLUGIN_ID = "preview-button";
export declare const PLUGIN_NAME = "Preview Button";
export declare const ACTION_RESOLVE_PREVIEW = "preview-button/resolve-data";
export declare const ACTION_RESOLVE_CONFIG = "preview-button/resolve-config";
export declare const HOOK_BEFORE_BUILD_URL = "plugin/preview-button/before-build-url";
export declare const PREVIEW_WINDOW_NAME = "StrapiPreview";