Fetch BSB passage text from Bolls.life API in study lesson view; v1.1.35
Adds /api/bible-passage server route that proxies the Berean Standard Bible from Bolls.life per-verse, with in-memory caching. Study lesson scripture block now displays live BSB text instead of static passageText. Adds bibleBook field to StudyProgram so admins can set the book name explicitly when the study slug doesn't match (e.g. a study titled "ephesians-part-2"). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
},
|
||||
"timeOnPage": {
|
||||
"/": {
|
||||
"totalSeconds": 9,
|
||||
"count": 2
|
||||
"totalSeconds": 51,
|
||||
"count": 4
|
||||
},
|
||||
"/episodes": {
|
||||
"totalSeconds": 318967,
|
||||
@@ -22,6 +22,7 @@
|
||||
}
|
||||
},
|
||||
"outboundClicks": {},
|
||||
"linkClicks": {},
|
||||
"utmSources": {},
|
||||
"searchQueries": {},
|
||||
"notFound": {},
|
||||
|
||||
Reference in New Issue
Block a user