UNPKG

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.

12 lines (11 loc) 418 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const en = { "form.button.draft": "Open draft preview", "form.button.published": "Open live view", "form.button.copy-link": "Copy link", "form.button.copy-link.draft": "Copy preview link", "list-view.column-header": "Preview", "notification.success.link-copied": "Link copied to the clipboard" }; exports.default = en;