yet another field ordering related change
This commit is contained in:
@ -218,7 +218,7 @@ class Backend {
|
||||
if (file == null) {
|
||||
throw new Error(`No file found for ${ entry.get("slug") } in ${ collection.get('name') }`);
|
||||
}
|
||||
return file.get('fields').toArray();
|
||||
return file.get('fields').map(f => f.get('name')).toArray();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user