@payloadcms/plugin-seo
Version:
SEO plugin for Payload
22 lines (21 loc) • 629 B
JavaScript
export const PreviewField = ({ descriptionPath, hasGenerateFn = false, overrides, titlePath })=>{
return {
name: 'preview',
type: 'ui',
admin: {
components: {
Field: {
clientProps: {
descriptionPath,
hasGenerateURLFn: hasGenerateFn,
titlePath
},
path: '@payloadcms/plugin-seo/client#PreviewComponent'
}
}
},
label: 'Preview',
...overrides ?? {}
};
};
//# sourceMappingURL=index.js.map