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 dacf1a8 commit c9e7c1bCopy full SHA for c9e7c1b
src/admin/components/elements/CodeEditor/index.tsx
@@ -32,7 +32,6 @@ const CodeEditor: React.FC<Props> = (props) => {
32
readOnly: Boolean(readOnly),
33
scrollBeyondLastLine: false,
34
tabSize: 2,
35
- theme: theme === 'dark' ? 'vs-dark' : 'vs',
36
wordWrap: 'on',
37
...options,
38
}
test/fields/collections/Array/index.ts
@@ -10,10 +10,6 @@ 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