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) • 337 B
JavaScript
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"
};
export {
en as default
};