strapi-plugin-link-custom-field
Version:
Grab Slugs and url paths from other content types
15 lines (14 loc) • 632 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const en = {
"field.name": "Link",
"field.description": "Select a url path from another content type",
"options.notfound": "No options",
"loading.message": "Loading...",
"fetch.error": "An error occurred with fetching url paths",
"validation.error": "url paths are not valid",
"unknown.error": "An unknown error occurred",
"options.advanced.requiredField": "This field is required.",
"options.advanced.requiredField.description": "You won't be able to create an entry if you don't fill in this field."
};
exports.default = en;
;