diff --git a/config.jsonc b/config.jsonc index d582f4c..82117de 100644 --- a/config.jsonc +++ b/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",