Skip to content

Commit

Permalink
[base] Allow overriding the sanity root part
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored and bjoerge committed Oct 12, 2017
1 parent b4bf026 commit ae0f2e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/@sanity/base/sanity.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
},
{
"name": "part:@sanity/base/sanity-root",
"description": "The very root of any Sanity application. Used to load layout-agnostic behaviour",
"path": "components/SanityRoot.js"
"description": "The very root of any Sanity application. Used to load layout-agnostic behaviour"
},
{
"name": "part:@sanity/base/root",
Expand Down Expand Up @@ -217,6 +216,11 @@
"name": "part:@sanity/base/app-loading-screen",
"description": "Loading screen when sanity is initializing. Only static html and css. No javascript."
},

{
"implements": "part:@sanity/base/sanity-root",
"path": "components/SanityRoot.js"
},
{
"implements": "part:@sanity/base/app-loading-screen",
"path": "components/AppLoadingScreen.js"
Expand Down

0 comments on commit ae0f2e7

Please sign in to comment.