Created
October 9, 2017 17:46
-
-
Save allisoncassels/e2bbbfbc165091af6618b0a410bd6c26 to your computer and use it in GitHub Desktop.
json sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Theme": "003", | |
"ThemeUrl": "images/themes/", | |
"Site": { | |
"CompanyName": "FastPlumber", | |
"Logo" : "/logo.png", | |
"Description" : "The Fastest Plumber in Caprica City, Zip 90010", | |
"Url" : "http://www.fastplumber.com", | |
"CompanyPhone" : "(800) 555-1234" | |
}, | |
"Layout" : { | |
"Home" : { | |
"Layout" : "layouts/layout_003", | |
"Top" : [ | |
"headers/header_002", | |
"banners/banner_003" | |
], | |
"Content" : [ | |
"modules/services/service_buckets_003", | |
"modules/testimonials/testimonials_003", | |
"modules/modules_bars/modules_bar_003", | |
"footers/footer_003" | |
] | |
}, | |
"Interior" : { | |
"Layout" : "layouts/layout_002", | |
"Top" : [ | |
"headers/header_002" | |
], | |
"Content" : [ | |
"footers/footer_002" | |
] | |
} | |
}, | |
"Modules" : [ | |
"headers/header_002", | |
"banners/banner_003", | |
"modules/modules_bars/modules_bar_003", | |
"modules/feeds/blog_feed_003", | |
"modules/services/service_buckets_003", | |
"modules/recent_projects/recent_projects_001", | |
"modules/memberships/memberships_003", | |
"modules/testimonials/testimonials_003", | |
"modules/intro_text/welcome_and_services_002", | |
"footers/footer_003", | |
"font-awesome", | |
"sliders" | |
], | |
"Membership" : [ | |
{ | |
"LogoUrl" : "/memberships/membership_logo1.png" | |
}, | |
{ | |
"LogoUrl" : "/memberships/membership_logo2.png" | |
}, | |
{ | |
"LogoUrl" : "/memberships/membership_logo3.png" | |
}, | |
{ | |
"LogoUrl" : "/memberships/membership_logo1.png" | |
}, | |
{ | |
"LogoUrl" : "/memberships/membership_logo2.png" | |
}, | |
{ | |
"LogoUrl" : "/memberships/membership_logo3.png" | |
}, | |
{ | |
"LogoUrl" : "/memberships/membership_logo3.png" | |
} | |
], | |
"Testimonials" : [ | |
{ | |
"Quote" : "FastPlumber is absolutely the best plumbing company we’ve ever used. We called them and they showed up within the hour. They even repainted our bathroom after our water leak destroyed our family home. We would recommend them to anyone looking for a new plumber.", | |
"ProvidedBy" : "Donna S", | |
"City" : "San Diego" | |
}, | |
{ | |
"Quote" : "FastPlumber2 is absolutely the best plumbing company we’ve ever used. We called them and they showed up within the hour. They even repainted our bathroom after our water leak destroyed our family home. We would recommend them to anyone looking for a new plumber.", | |
"ProvidedBy" : "Janna D", | |
"City" : "San Diego" | |
}, | |
{ | |
"Quote" : "FastPlumber3 is absolutely the best plumbing company we’ve ever used. We called them and they showed up within the hour. They even repainted our bathroom after our water leak destroyed our family home. We would recommend them to anyone looking for a new plumber.", | |
"ProvidedBy" : "Burt J", | |
"City" : "San Diego" | |
} | |
], | |
"Homepage_Welcome" : { | |
"Title": "FastPlumber", | |
"Description" : "<p>Founded in 2008 by Oakes Fletcher, EnviroEdge has grown to specialize in solar thermal, solar electric both grid tied and offgrid, and geothermal systems. As one of Pennsylvania’s most experienced installers, the EnviroEdge team has over 100 years of combined professional experience in both residential and commercial construction.</p><p>With a true commitment to providing the highest quality energy contracting, EnviroEdge is proud to help Central Pennsylvania homeowners to reach their individual energy independence goals.</p>" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment