Skip to content

Commit

Permalink
enable expiry and duration fields in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Dec 13, 2023
1 parent 9ec9dec commit 1ec0853
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 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": 6,
"init_version": 7,
"preview": {
"slugline": {
"displayed": true
Expand All @@ -18,6 +18,8 @@
"metadata_fields": [
"urgency",
"source",
"expiry",
"duration",
"wordcount",
"previous_versions",
"embargo"
Expand All @@ -42,6 +44,8 @@
"metadata_fields": [
"urgency",
"source",
"expiry",
"duration",
"wordcount",
"previous_versions",
"embargo"
Expand All @@ -66,7 +70,7 @@
},
{
"_id": "home",
"init_version": 4,
"init_version": 5,
"list": {
"wordcount": {
"displayed": true
Expand Down Expand Up @@ -94,6 +98,8 @@
"metadata_fields": [
"urgency",
"source",
"expiry",
"duration",
"wordcount",
"previous_versions",
"embargo"
Expand All @@ -112,6 +118,8 @@
"metadata_fields": [
"urgency",
"source",
"expiry",
"duration",
"wordcount",
"previous_versions",
"embargo"
Expand Down

0 comments on commit 1ec0853

Please sign in to comment.