Top Sections

Hub - Media

The "Hub - Media" section is used to power the section options for this section.  The name of the section should not be updated.

Recent Sermons - Displays the most recent 12 sermons in a carousel.  The "Podcasts" category is hidden.

Recent Podcasts - Displays the most recent 4 sermons assigned to the "Podcasts category".  These sermons should have audio assigned.

Any section content will display under the Recent Podcasts, including the option to include the monklet "Section Monklet - Page Selector".

Hub - Pray

The "Hub - Pray" section is used to power the section options for this section.  The name of the section should not be updated.

Any section content will display under the Lectionary.

Hub - Pray (Daily Prayers)

There are 28 sections used for the top daily prayers area.  There are 4 sections for each day of the week and the labeling of the section should not be updated.

  • Hub Prayers Morning - (Day)
  • Hub Prayers Noon  - (Day)
  • Hub Prayers Evening - (Day)
  • Hub Prayers Bedtime - (Day)

The Description of each section is used to label the Accordion Heading and the Hub Navigation Icon should contain the icon class.  The section content displays in the accordion content area.  This supports normal section content.

To mimic the lectionary scripture heading/content option you can use the below example as a reference.  A heading 5 tag should contain a class for the anchor labeled "hub-verse-toggle" followed by a div tag that contains two classes "hub-verse" and "hub-verse-hide".  This will hide the div and toggle when selecting the preceding heading 5 tag.

<h5><a class="hub-verse-toggle" href="#">Romans 3:21-26</a></h5>

<div class="hub-verse hub-verse-hide">

<h5><a class="hub-verse-toggle" href="#">Colossians 3:12</a></h5>

<div class="hub-verse hub-verse-hide">

<p><span class="v">12</span> Put on then, as God's chosen ones, holy and beloved, compassionate hearts, kindness, humility, meekness, and patience,</p>

</div>

You can also add a div with just the class "hub-verse" that will allow the paragraph text to be formatted like the lectionary text.  Span tags with the class "v" will add the super text format to the verse number.  Just using the "hub-verse" class will not hide the verse but allow formatting to match the lectionary verses.

<div class="hub-verse">

<p><span class="v">12</span> Put on then, as God's chosen ones, holy and beloved, compassionate hearts, kindness, humility, meekness, and patience,</p>

</div>

Hub - Pray (Lectionary)

Content > Link List > "Hub Pray Feed"

This link list should contain a single link to the lectionary json feed.  The second level links for this link list are for the exceptions.

The feed should have items followed by specific fields in each element.

day: should by mm/dd format

label: optional label

morning: comma separated list of scriptures within [].  Valid scripture references are Example 1, Matthew 27:57-28:20; Example 2, Matthew 27-28; Example 3, Matthew 27:57-58

evening: comma separated list of scriptures within [].  Valid scripture references are Example 1, Matthew 27:57-28:20; Example 2, Matthew 27-28; Example 3, Matthew 27:57-58

After all days have been entered (01/01 through 12/31) the last entries can contain the exceptions.  The only difference in these items is the day field.  This will contain the label of the exception day and will be required to match the CMS link list exceptions description area.

Example JSON

{

"title": "Lectionary Reading",

"items": [

{

           "day": "mm/dd",

           "label": "The Holy Name of Our Lord Jesus Christ",

           "morning": [ "Genesis 1", "John 1:1-28", "Psalms 1-2" ],

           "evening": [ "Galatians 1", "Luke 2:8-21", "Psalms 3-4" ]

       },{

           "day": "mm/dd",

           "label": "",

           "morning": [ "Genesis 2", "John 1:29-51", "Psalms 5-6" ],

           "evening": [ "Jeremiah 1", "Galatians 2", "Psalms 7" ]

       },{

           "day": "Ash Wednesday",

           "label": "Ash Wednesday",

           "morning": [ "Isaiah 58:1-12", "Luke 18:9-14", "Psalms 38" ],

           "evening": [ "Jonah 3", "1 Corinthians 9:24-27", "Psalms 6", "Psalms 32" ]

       },{

           "day": "Maundy Thursday",

           "label": "Maundy Thursday",

           "morning": [ "Daniel 9", "John 13:1-20", "Psalms 41" ],

           "evening": [ "1 Corinthians 10:1-22", "John 13:21-38", "Psalms 142-143" ]

       },{

           "day": "Good Friday",

           "label": "Good Friday",

           "morning": [ "Lamentations 3:1-36", "John 18", "Psalms 40" ],

           "evening": [ "1 Peter 2:11-25", "Luke 23:18-49", "Psalms 102" ]

       },{

           "day": "Holy Saturday",

           "label": "Holy Saturday",

           "morning": [ "Lamentations 3:37-58", "Hebrews 4", "Psalms 88" ],

           "evening": [ "1 Peter 4:1-8", "Luke 23:50-56", "Psalms 91" ]

       },{

           "day": "Easter Sunday",

           "label": "Easter Sunday",

           "morning": [ "Exodus 15", "Acts 2:22-32", "Psalms 118" ],

           "evening": [ "Romans 6", "Luke 24:13-43", "Psalms 111", "Psalms 113-114" ]

       },{

           "day": "Ascension",

           "label": "Ascension Day",

           "morning": [ "2 Kings 2", "Ephesians 4:1-17", "Psalms 8", "Psalms 47" ],

           "evening": [ "Hebrews 8", "Luke 24:44-53", "Psalms 21", "Psalms 24" ]

       },{

           "day": "Pentecost",

           "label": "The Day of Pentecost",

           "morning": [ "Isaiah 11", "John 16:1-15", "Psalms 48" ],

           "evening": [ "Acts 2", "Acts 10:34-48", "Psalms 145" ]

       }

   ]

}

Hub - Pray (Lectionary) - Exceptions

Content > Link List > "Hub Pray Feed"

The Feed child links will represent the exceptions in the feed.  The name of the link should be the date of the exception in mm/dd format.  The description field for that exception should match the day field in the feed exactly.