-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject-config.json
38 lines (38 loc) · 2.13 KB
/
project-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"_comment": "The possible paywall values are 'meter' (hit the paywall after a certain number of free stories), 'paywall' (paywall immediately), 'free' (no wall), or 'meter-no-paywall' (count this against the reader's meter, but never show the paywall on this page)",
"PAYWALL_SETTING": "meter",
"EMBEDDED": false,
"GOOGLE_SHEETS": [
"1qLO4ewPOqUs8E-MeSuk4uzZGeUYm8Qu8lCLa71Ai36M"
],
"GOOGLE_DOCS": [],
"_domain_explainer": "NOTE: MAIN_DOMAIN will get swapped out based on the MARKEY_KEY when deployed on the server. If you are building it locally for a repo push, you need to set the domain manually here.",
"MAIN_DOMAIN": "https://projects.sfchronicle.com",
"PROJECT": {
"_key_explainer": "NOTE: Change MARKET_KEY to deploy to other markets using their domain and settings. Accepted markets include: SFC, Houston, SanAntonio, Albany, CT",
"MARKET_KEY": "SFC",
"_comment": "IMPORTANT: SUBFOLDER and SLUG for used for file pathing and the deploy script! Take care with your edits to them! NOTE: Stage deploys will automatically go to 'projects/test-proj'",
"SUBFOLDER": "projects/2023",
"SLUG": "devhub-wcm-demo",
"TITLE": "",
"DISPLAY_TITLE": "This is a sample display hed",
"SOCIAL_TITLE": "",
"IMAGE": "",
"DESCRIPTION": "",
"DECK": "This is a sample deck",
"TWITTER_TEXT": "Some social text",
"_options_for_HEARST_CATEGORY": "Bay Area,Politics,Climate,Weather,California Wildfires,Food,Sports,Tech,Travel,US & World,Chronicle Vault,Opinion",
"HEARST_CATEGORY": "Bay Area",
"KEY_SUBJECTS": "Data",
"DATE": "January 1, 1970 6:00 PM",
"NEWSLETTER_ID": "SFC_NL_TopStories",
"NEWSLETTER_PROMO": "Get the Bay Area's best journalism delivered to my inbox daily",
"NEWSLETTER_LEGAL": "By subscribing, you agree to our <a href=\"https://www.sfchronicle.com/terms_of_use/\">Terms of Use</a> and acknowledge that your information will be used as described in our <a href=\"https://www.sfchronicle.com/privacy_policy/\"> Privacy Notice</a>.",
"AUTHORS": [
{
"AUTHOR_NAME": "Chronicle Digital Team",
"AUTHOR_PAGE": "https://projects.sfchronicle.com/"
}
]
}
}