dvd page
This commit is contained in:
parent
2b54d01d61
commit
2968ccc027
1 changed files with 9 additions and 2 deletions
11
config.jsonc
11
config.jsonc
|
@ -601,12 +601,19 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "ergid",
|
||||
"title": "ERG ID",
|
||||
"id": "dvdid",
|
||||
"title": "DVD ID",
|
||||
"type": "string",
|
||||
"columnWidth": 90,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "dvdpage",
|
||||
"title": "DVD Page",
|
||||
"type": "integer",
|
||||
"columnWidth": 90,
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "keywords",
|
||||
"title": "Keywords",
|
||||
|
|
Loading…
Reference in a new issue