apostrophe-schemas
Advanced tools
Comparing version 0.5.11 to 0.5.12
@@ -150,3 +150,3 @@ var async = require('async'); | ||
} else { | ||
throw new Error('Nonexistent field ' + field + ' referenced by groups option in schemas.compose'); | ||
throw new Error('Nonexistent field ' + name + ' referenced by groups option in schemas.compose'); | ||
} | ||
@@ -153,0 +153,0 @@ }); |
{ | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"name": "apostrophe-schemas", | ||
@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects", |
@@ -153,20 +153,18 @@ # apostrophe-schemas | ||
// We don't list the title field so it stays on top | ||
[ | ||
{ | ||
name: 'content', | ||
label: 'Content', | ||
icon: 'content', | ||
fields: [ | ||
'thumbnail', 'body' | ||
] | ||
}, | ||
{ | ||
name: 'details', | ||
label: 'Details', | ||
icon: 'metadata', | ||
fields: [ | ||
'slug', 'published', 'publicationDate', 'publicationTime', 'tags' | ||
] | ||
} | ||
]; | ||
{ | ||
name: 'content', | ||
label: 'Content', | ||
icon: 'content', | ||
fields: [ | ||
'thumbnail', 'body' | ||
] | ||
}, | ||
{ | ||
name: 'details', | ||
label: 'Details', | ||
icon: 'metadata', | ||
fields: [ | ||
'slug', 'published', 'publicationDate', 'publicationTime', 'tags' | ||
] | ||
} | ||
] | ||
@@ -173,0 +171,0 @@ } |
Sorry, the diff of this file is not supported yet
78551
864