output modelstate errors in case a post body can't be converted
This commit is contained in:
@@ -14,7 +14,7 @@ export default [
|
||||
},
|
||||
{
|
||||
tab: 'meta',
|
||||
field: 'meta.titleOverride',
|
||||
field: 'meta.titleOverrideAll',
|
||||
display: 'text',
|
||||
label: 'Title override all'
|
||||
},
|
||||
@@ -27,7 +27,7 @@ export default [
|
||||
},
|
||||
{
|
||||
tab: 'meta',
|
||||
field: 'meta.seoImage',
|
||||
field: 'meta.seoImageId',
|
||||
display: 'media',
|
||||
label: 'SEO image'
|
||||
},
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace zero.TestData
|
||||
|
||||
public string SeoDescription { get; set; }
|
||||
|
||||
public Media SeoImage { get; set; }
|
||||
public string SeoImageId { get; set; }
|
||||
|
||||
public bool NoFollow { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user