Skip to content

Commit

Permalink
update client and ui config
Browse files Browse the repository at this point in the history
CPCN-609
  • Loading branch information
petrjasek committed Jan 26, 2024
1 parent 3297334 commit f179264
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 46 deletions.
95 changes: 51 additions & 44 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions server/data/ui_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"_id": "wire",
"init_version": 7,
"init_version": 8,
"preview": {
"slugline": {
"displayed": true
Expand Down Expand Up @@ -41,6 +41,9 @@
"distribution": {
"displayed": false
},
"gallery": {
"displayed": false
},
"metadata_fields": [
"urgency",
"source",
Expand Down Expand Up @@ -70,7 +73,7 @@
},
{
"_id": "home",
"init_version": 5,
"init_version": 6,
"list": {
"wordcount": {
"displayed": true
Expand Down Expand Up @@ -115,6 +118,9 @@
"slugline": {
"displayed": true
},
"gallery": {
"displayed": false
},
"metadata_fields": [
"urgency",
"source",
Expand Down

0 comments on commit f179264

Please sign in to comment.