Skip to content

Commit

Permalink
Update manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Naaber committed May 31, 2017
1 parent a9ec52e commit 1463cf9
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
{
"content_type": "page",
"component": false,
"file": "layouts/front_page.tpl",
"layout_name": "page_front",
"title": "Front page"
"file": "layouts/common_page.tpl",
"layout_name": "page_default",
"title": "Common page"
},
{
"content_type": "page",
"component": false,
"file": "layouts/common_page.tpl",
"layout_name": "page_default",
"title": "Common page"
"file": "layouts/front_page.tpl",
"layout_name": "page_front",
"title": "Front page"
},
{
"content_type": "blog",
Expand All @@ -33,20 +33,6 @@
"layout_name": "blog_article",
"title": "Blog article"
},
{
"content_type": "component",
"component": true,
"file": "components/post-box.tpl",
"layout_name": "post-box",
"title": "post-box"
},
{
"content_type": "component",
"component": true,
"file": "components/footer.tpl",
"layout_name": "footer",
"title": "footer"
},
{
"content_type": "component",
"component": true,
Expand Down Expand Up @@ -106,9 +92,9 @@
{
"content_type": "component",
"component": true,
"file": "components/comment-form.tpl",
"layout_name": "comment-form",
"title": "comment-form"
"file": "components/post-box.tpl",
"layout_name": "post-box",
"title": "post-box"
},
{
"content_type": "component",
Expand Down Expand Up @@ -202,11 +188,25 @@
"title": "topbar"
},
{
"title": "blog-article-variables",
"content_type": "component",
"component": true,
"file": "components/blog-article-variables.tpl",
"layout_name": "blog-article-variables",
"title": "blog-article-variables"
},
{
"content_type": "component",
"component": true,
"file": "components/blog-article-variables.tpl"
"file": "components/comment-form.tpl",
"layout_name": "comment-form",
"title": "comment-form"
},
{
"content_type": "component",
"component": true,
"file": "components/footer.tpl",
"layout_name": "footer",
"title": "footer"
}
],
"assets": [
Expand Down

0 comments on commit 1463cf9

Please sign in to comment.