Skip to content

Commit

Permalink
Mark some metadata fields not editable
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Oct 6, 2023
1 parent 1281a44 commit ccb142c
Showing 1 changed file with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,24 +172,27 @@
"fields": {
"title": {
"type": "textarea",
"label": "Article / Manuscript Title <small class=\"text-muted\">(required)</small>",
"label": "Article / Manuscript Title",
"placeholder": "Enter the manuscript title",
"rows": 2,
"cols": 100,
"hidden": false,
"readonly": true,
"order": 1
},
"journal-title": {
"type": "text",
"label": "Journal Title",
"placeholder": "Enter the journal title",
"hidden": false,
"readonly": true,
"order": 2
},
"journal-NLMTA-ID": {
"type": "text",
"label": "Journal NLMTA ID",
"placeholder": "nlmta",
"readonly": true,
"order": 3
},
"volume": {
Expand All @@ -209,7 +212,31 @@
"issns": {
"label": "<div>ISSN Information</div><hr/>",
"hidden": false,
"readonly": true,
"collapsible": false,
"collapsed": false,
"fieldClass": "",
"toolbar": {
"actions": [{
"action": "add",
"enabled": false
}]
},
"actionbar": {
"actions": [{
"action": "add",
"enabled": false
}, {
"action": "remove",
"enabled": false
}, {
"action": "up",
"enabled": false
}, {
"action": "down",
"enabled": false
}]
},
"items": {
"label": "<span class=\"d-none\"></span>",
"fieldClass": "row",
Expand Down Expand Up @@ -252,6 +279,8 @@
"authors": {
"label": "<div>Authors</div><hr/>",
"hidden": false,
"collapsible": false,
"collapsed": false,
"items": {
"label": "<span class=\"d-none\"></span>",
"fields": {
Expand Down

0 comments on commit ccb142c

Please sign in to comment.