Skip to content

Commit

Permalink
feat: Remove reference date from fidelity_card
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Sep 23, 2024
1 parent 924d6cc commit 305e5bb
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/papersDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@
{
"label": "fidelity_card",
"icon": "people",
"featureDate": "referencedDate",
"featureDate": "expirationDate",
"maxDisplay": 4,
"filenameModel": ["labelGivenByUser", "page"],
"acquisitionSteps": [
Expand Down Expand Up @@ -3226,19 +3226,7 @@
{
"model": "information",
"illustration": "IlluGenericInputDate.svg",
"text": "PaperJSON.generic.referencedDate.text",
"attributes": [
{
"name": "referencedDate",
"type": "date",
"inputLabel": "PaperJSON.generic.referencedDate.inputLabel"
}
]
},
{
"model": "information",
"illustration": "IlluGenericInputDate.svg",
"text": "PaperJSON.driverLicense.expirationDate.text",
"text": "PaperJSON.generic.expirationDate.text",
"attributes": [
{
"name": "expirationDate",
Expand Down

0 comments on commit 305e5bb

Please sign in to comment.