UNPKG

@yunusemrejs/drag-drop-content-types-strapi5

Version:

A powerful Strapi plugin that enables intuitive drag-and-drop sorting of content types with real-time updates, optimized performance, and a seamless user experience.

32 lines (31 loc) 2.03 kB
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const en = { "plugin.name": "Drag Drop Content Type", "plugin.configuration": "Configuration", "plugin.settings.errors.required": "Required field", "plugin.settings.buttons.save": "Save", "plugin.settings.buttons.off": "Off", "plugin.settings.buttons.on": "On", "plugin.settings.title": "Drag Drop Content Type Config", "plugin.settings.subtitle": "Manage field values for drag-droppable entries", "plugin.settings.updated": "Settings successfully updated", "plugin.settings.field-names": "Field Names", "plugin.settings.triggerWebhooks.label": "Trigger Webhooks", "plugin.settings.triggerWebhooks.hint": "If enabled, the 'entry.update' webhook will be triggered when entries are reordered", "plugin.settings.triggerWebhooks.tooltip": "Enable to trigger webhooks when entries are reordered", "plugin.settings.rank.label": "Rank Field Name", "plugin.settings.rank.hint": "You must create a Number Field with this label and type integer in the Content-Type Builder", "plugin.settings.rank.tooltip": "Field which is used for ordering content-type entries", "plugin.settings.rank.placeholder": "Rank", "plugin.settings.title.label": "Title Field Name", "plugin.settings.title.hint": "Select or create a Short Text Field with this label in the Content-Type Builder. Leave blank to use content-type entry title", "plugin.settings.title.tooltip": "Field that will show up in the drag drop menu", "plugin.settings.title.placeholder": "Title", "plugin.settings.subtitle.label": "Subitle Field Name", "plugin.settings.subtitle.hint": "Optionally select a second subtitle field to show up attached to the title in the drag drop menu. Leave blank to not show a subtitle.", "plugin.settings.subtitle.tooltip": "Field that will show up in the drag drop menu attached to title", "plugin.settings.subtitle.placeholder": "Subtitle", "plugin.settings.sortableList.showMore": "Show more" }; exports.default = en;