const PATH = {};
const TEMPLATE = {};
const LABEL = {};
PATH.SERMON_OUTLINE = '/document/message-outline/';
PATH.WEEKLY_BULLETIN = '/document/weekly-bulletin/';
PATH.POSTER = '/image/poster/';
PATH.THUMBNAIL = '/image/thumbnail/';
TEMPLATE.PODCAST = 'https://open.firstory.me/embed/story/#ID#';
TEMPLATE.YOUTUBE = 'https://www.youtube.com/embed/#ID#';
TEMPLATE.HALF_SPACE = '
';
LABEL.SUNDAY_SERVICE = '週日場禮拜';
LABEL.SATURDAY_SERVICE = '週六場禮拜';
LABEL.MORNING = '上午';
LABEL.NOON = '中午';
LABEL.AFTERNOON = '下午';
LABEL.NIGHT = '晚間';
LABEL.HOUR = '點';
LABEL.MINUTE = '分';
LABEL.PREMIERE = '首播';
LABEL.YEAR = '年';
LABEL.MONTH = '月';
LABEL.DAY = '日';
LABEL.FULL = '完整禮拜錄影';
LABEL.LIVE = '禮拜直播';
LABEL.SERMON = '講道錄影';
LABEL.MESSAGE_RECORDING = '講道錄影';
LABEL.PODCAST = '講道錄音';
LABEL.ONEMINUTE = '一分鐘信息';
LABEL.WEEKLY_BULLETIN = '週報';
LABEL.SERMON_OUTLINE = '講道大綱';
LABEL.SERVICE = '禮拜';
LABEL.MESSAGE = '信息';
LABEL.DOWNLOAD = '下載';
LABEL.KEYWORD_SEARCH = '輸入關鍵字搜尋';
LABEL.AUDIO_COMING_SOON = '音訊處理中...';
LABEL.VIDEO_COMING_SOON = '影片處理中...';
LABEL.LOAD_MORE_CONTENT = '更多內容';
LABEL.BACK_TO_TOP = '回到上方';
const mediaTabSequence = ['full', 'sermon', 'podcast', 'oneminute'];
const isMobile = false;
const expandableTextMenu = true;
const collapsibleSlideMenu = false;
const customizedSundayServiceThumb = false;
const loadPDFFromGoogleDrive = false;
const anchorColor = "#0b6961";
const anchorHoverColor = '#009551';
const hoverBackgroundColor = '#f2f6ed';
const selectedBackgroundColor = '#dcdcdc';
const goldVerseBackgroundColor = '#ffb65c';
const bufferVideo = 'https://www.youtube.com/embed/zOb4uZh8xRk';
const carouselConfig = {
aspecRatio: "16:9",
timeFrame: 5000
};
const mapConfig = {
pos: {
lat: 25.05859,
lng: 121.456939
},
zoom: 17,
infoContent: "台灣基督長老教會萬得福教會24251新北市新莊區中央路51號
導航 "
};
const stagedContents = [
{
trigger: "contact",
callback: "setMapContent"
}
];