We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6567454 commit dacf1a8Copy full SHA for dacf1a8
test/fields/collections/Array/index.ts
@@ -10,6 +10,10 @@ export const arrayFieldsSlug = 'array-fields';
10
11
const ArrayFields: CollectionConfig = {
12
slug: arrayFieldsSlug,
13
+ labels: {
14
+ singular: 'Activity Page',
15
+ plural: 'Activity Pages',
16
+ },
17
fields: [
18
{
19
name: 'items',
0 commit comments