{"id":13652036,"url":"https://github.com/coreyasmith/jss-extensible-json-renderings","last_synced_at":"2026-01-16T09:51:00.434Z","repository":{"id":55366167,"uuid":"155327034","full_name":"coreyasmith/jss-extensible-json-renderings","owner":"coreyasmith","description":"🔄 Code for my blog post on extending JSON renderings in @Sitecore JavaScript Services.","archived":false,"fork":false,"pushed_at":"2021-01-05T04:47:11.000Z","size":1170,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-23T03:37:30.855Z","etag":null,"topics":["sitecore","sitecore-jss"],"latest_commit_sha":null,"homepage":"https://www.coreysmith.co/jss-extend-disconnected-layout-service-rendering-data/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coreyasmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-30T05:01:08.000Z","updated_at":"2020-04-30T20:09:50.000Z","dependencies_parsed_at":"2022-08-14T22:40:15.849Z","dependency_job_id":null,"html_url":"https://github.com/coreyasmith/jss-extensible-json-renderings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coreyasmith/jss-extensible-json-renderings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fjss-extensible-json-renderings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fjss-extensible-json-renderings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fjss-extensible-json-renderings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fjss-extensible-json-renderings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreyasmith","download_url":"https://codeload.github.com/coreyasmith/jss-extensible-json-renderings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreyasmith%2Fjss-extensible-json-renderings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sitecore","sitecore-jss"],"created_at":"2024-08-02T02:00:54.677Z","updated_at":"2026-01-16T09:51:00.408Z","avatar_url":"https://github.com/coreyasmith.png","language":"JavaScript","funding_links":[],"categories":["JSS"],"sub_categories":[],"readme":"# Extensible JSON Renderings\n\nThis is a sample repository to demonstrate how to extend rendering data in both\nthe mock (disconnected) Layout Service and real Layout Service in [Sitecore\nJavaScript Services][1].\n\nRead more details about the inner workings here: \u003chttps://www.coreysmith.co/jss-extend-layout-service-rendering-data/\u003e\n\n## Setup\n\n1. Clone this repository.\n   - The default clone path is\n    `C:\\Projects\\Sitecore\\jss-extensible-json-renderings`.\n2. Install an instance of [Sitecore 9.1 Initial Release][2].\n   - The default install path is\n    `C:\\inetpub\\wwwroot\\extjsonrenderings.sitecore`.\n   - The default URL is `extjsonrenderings.sitecore`.\n3. Install [Sitecore JavaScript Services 11.0.0][3].\n4. If you used a clone path, install directory, or URL different than the\n   defaults above, open\n   [ExtensibleJsonRenderings.sln](ExtensibleJsonRenderings.sln) and modify\n   the following files in the `.config` folder:\n   - `CoreySmith.Project.Common.Dev.config`\n     - Change `sourceFolder` to your repository directory.\n   - `CoreySmith.Project.JssRocks.Dev.config`\n     - Change `hostName` to the URL you used for your instance.\n   - `PublishSettings.targets`\n     - Change `publishUrl` to the path of your Sitecore instance.\n   - `scjssconfig.json`\n     - Change `instancePath` to the path of your Sitecore instance.\n     - Change `deployUrl` host name to the host name of your Sitecore instance.\n     - Change `layoutServiceHost` to the URL of your Sitecore instance.\n5. Navigate to [/src/Project/JssRocks/app](/src/Project/JssRocks/app) and\n   deploy the JSS app with `jss deploy files`.\n6. Build the solution in Visual Studio.\n   - This will publish all code to your instance thanks to\n     [Helix Publishing Pipeline][4].\n   - Note: you may need to reload the solution and build a second time if you\n     get errors about missing assemblies/references when you load Sitecore.\n7. Perform a Unicorn sync at `/unicorn.aspx?verb=sync`.\n8. Navigate to your site at \u003chttp://hostname.sitecore.\u003e\n\n[1]: https://jss.sitecore.net\n[2]: https://dev.sitecore.net/Downloads/Sitecore_Experience_Platform/91/Sitecore_Experience_Platform_91_Initial_Release.aspx\n[3]: https://dev.sitecore.net/Downloads/Sitecore_JavaScript_Services/110/Sitecore_JavaScript_Services_1100.aspx\n[4]: https://github.com/richardszalay/helix-publishing-pipeline\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyasmith%2Fjss-extensible-json-renderings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreyasmith%2Fjss-extensible-json-renderings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreyasmith%2Fjss-extensible-json-renderings/lists"}