@payloadcms/plugin-seo
Version:
SEO plugin for Payload
24 lines (23 loc) • 723 B
JavaScript
export const OverviewField = ({ descriptionOverrides, descriptionPath, imagePath, overrides, titleOverrides, titlePath })=>{
return {
name: 'overview',
type: 'ui',
admin: {
components: {
Field: {
clientProps: {
descriptionOverrides,
descriptionPath,
imagePath,
titleOverrides,
titlePath
},
path: '@payloadcms/plugin-seo/client#OverviewComponent'
}
}
},
label: 'Overview',
...overrides ?? {}
};
};
//# sourceMappingURL=index.js.map