File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -543,13 +543,25 @@ export type CollectionConfig = {
543543 time ?: Duration
544544 }
545545
546+ /**
547+ * 📝 Uses internal payload CMS configuration for labels
548+ *
549+ * 📖 You can customize the plugin's built-in collection label.
550+ * @see {@link https://payloadcms.com/docs/configuration/collections#config-options }
551+ */
546552 labels ?:
547553 | {
548554 plural ?: LabelFunction | StaticLabel | undefined
549555 singular ?: LabelFunction | StaticLabel
550556 }
551557 | undefined
552-
558+ /**
559+ * 📝 Uses internal payload CMS configuration for slug
560+ *
561+ * 📖 You can customize the plugin's built-in collection slug.
562+ *
563+ * @see {@link https://payloadcms.com/docs/configuration/collections#config-options }
564+ */
553565 slug ?: ( typeof allowedSlugs ) [ number ] | ( { } & string )
554566
555567 /**
You can’t perform that action at this time.
0 commit comments