Skip to content

Commit

Permalink
ensure color and common are arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 11, 2022
1 parent 4f7c11f commit 7e9e894
Show file tree
Hide file tree
Showing 12 changed files with 720 additions and 563 deletions.
40 changes: 20 additions & 20 deletions data/memorialsFromDecrees/memorialsFromDecrees.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"Festivity": {
"TAG": "MaryMotherChurch",
"GRADE": 3,
"COMMON": "Proper",
"COMMON": ["Proper"],
"CALENDAR": "GENERAL ROMAN",
"COLOR": "white",
"COLOR": ["white"],
"TYPE": "mobile",
"READINGS": {
"FIRST_READING": "",
Expand Down Expand Up @@ -70,9 +70,9 @@
"GRADE": 2,
"MONTH": 10,
"DAY": 11,
"COMMON": "Pastors:For a Pope",
"COMMON": ["Pastors:For a Pope"],
"CALENDAR": "GENERAL ROMAN",
"COLOR": "white",
"COLOR": ["white"],
"TYPE": "fixed",
"READINGS": {
"FIRST_READING": "",
Expand Down Expand Up @@ -102,9 +102,9 @@
"GRADE": 2,
"MONTH": 10,
"DAY": 22,
"COMMON": "Pastors:For a Pope",
"COMMON": ["Pastors:For a Pope"],
"CALENDAR": "GENERAL ROMAN",
"COLOR": "white",
"COLOR": ["white"],
"TYPE": "fixed",
"READINGS": {
"FIRST_READING": "",
Expand Down Expand Up @@ -134,9 +134,9 @@
"GRADE": 2,
"MONTH": 12,
"DAY": 10,
"COMMON": "Blessed Virgin Mary",
"COMMON": ["Blessed Virgin Mary"],
"CALENDAR": "GENERAL ROMAN",
"COLOR": "white",
"COLOR": ["white"],
"TYPE": "fixed",
"READINGS": {
"FIRST_READING": "",
Expand Down Expand Up @@ -166,9 +166,9 @@
"GRADE": 2,
"MONTH": 5,
"DAY": 29,
"COMMON": "Pastors:For a Pope",
"COMMON": ["Pastors:For a Pope"],
"CALENDAR": "GENERAL ROMAN",
"COLOR": "white",
"COLOR": ["white"],
"TYPE": "fixed",
"READINGS": {
"FIRST_READING": "",
Expand Down Expand Up @@ -199,9 +199,9 @@
"GRADE": 2,
"MONTH": 10,
"DAY": 5,
"COMMON": "Holy Men and Women:For Religious",
"COMMON": ["Holy Men and Women:For Religious"],
"CALENDAR": "GENERAL ROMAN",
"COLOR": "white",
"COLOR": ["white"],
"TYPE": "fixed",
"READINGS": {
"FIRST_READING": "",
Expand Down Expand Up @@ -231,9 +231,9 @@
"GRADE": 2,
"MONTH": 2,
"DAY": 27,
"COMMON": "Holy Men and Women:For an Abbot,Doctors",
"COMMON": ["Holy Men and Women:For an Abbot", "Doctors"],
"CALENDAR": "GENERAL ROMAN",
"COLOR": "white",
"COLOR": ["white"],
"TYPE": "fixed",
"READINGS": {
"FIRST_READING": "",
Expand Down Expand Up @@ -264,9 +264,9 @@
"GRADE": 2,
"MONTH": 5,
"DAY": 10,
"COMMON": "Pastors:For One Pastor,Doctors",
"COMMON": ["Pastors:For One Pastor", "Doctors"],
"CALENDAR": "GENERAL ROMAN",
"COLOR": "white",
"COLOR": ["white"],
"TYPE": "fixed",
"READINGS": {
"FIRST_READING": "",
Expand Down Expand Up @@ -297,9 +297,9 @@
"GRADE": 2,
"MONTH": 9,
"DAY": 17,
"COMMON": "Virgins:For One Virgin,Doctors",
"COMMON": ["Virgins:For One Virgin", "Doctors"],
"CALENDAR": "GENERAL ROMAN",
"COLOR": "white",
"COLOR": ["white"],
"TYPE": "fixed",
"READINGS": {
"FIRST_READING": "",
Expand Down Expand Up @@ -327,7 +327,7 @@
{
"Festivity": {
"TAG": "StThereseChildJesus",
"COMMON": "Proper"
"COMMON": ["Proper"]
},
"Metadata": {
"action": "makeDoctor",
Expand All @@ -347,7 +347,7 @@
{
"Festivity": {
"TAG": "StIrenaeus",
"COMMON": "Proper"
"COMMON": ["Proper"]
},
"Metadata": {
"action": "makeDoctor",
Expand Down

0 comments on commit 7e9e894

Please sign in to comment.