Hide ids when editing albums
This commit is contained in:
parent
1a7a1c1e28
commit
75c4cd58fa
@ -10,7 +10,7 @@ export const ALBUM_FORM_META: {
|
||||
readOnly?: boolean
|
||||
hidden?: boolean
|
||||
}[] = [
|
||||
{ key: 'id', type: 'text', readOnly: true },
|
||||
{ key: 'id', type: 'text', readOnly: true, hidden: true },
|
||||
{ key: 'title', type: 'text', required: true },
|
||||
{ key: 'slug', type: 'text', required: true, readOnly: true },
|
||||
{ key: 'subhead', type: 'text' },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user