Skip to content

Commit dacf1a8

Browse files
committed
chore: removes code editor theme from options
1 parent 6567454 commit dacf1a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/fields/collections/Array/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ export const arrayFieldsSlug = 'array-fields';
1010

1111
const ArrayFields: CollectionConfig = {
1212
slug: arrayFieldsSlug,
13+
labels: {
14+
singular: 'Activity Page',
15+
plural: 'Activity Pages',
16+
},
1317
fields: [
1418
{
1519
name: 'items',

0 commit comments

Comments
 (0)