diff --git a/components/template-cs-headings.tpl b/components/template-cs-headings.tpl index 2d1df19..d97b778 100644 --- a/components/template-cs-headings.tpl +++ b/components/template-cs-headings.tpl @@ -205,7 +205,7 @@ "icon": "bold", "scope": "global" */ - --headings-subheading-font-weight: 300; + --headings-subheading-font-weight: 400; /* VoogStyle "pathI18n": ["headings", "subheading"], "titleI18n": "font_style", diff --git a/manifest.json b/manifest.json index 8de0c5f..e62acd2 100644 --- a/manifest.json +++ b/manifest.json @@ -8,16 +8,16 @@ { "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": "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": "blog", @@ -33,6 +33,27 @@ "layout_name": "blog_article", "title": "Blog article" }, + { + "content_type": "component", + "component": true, + "file": "components/post-box-placeholder.tpl", + "layout_name": "post-box-placeholder", + "title": "post-box-placeholder" + }, + { + "content_type": "component", + "component": true, + "file": "components/edicy-tools-styles.tpl", + "layout_name": "edicy-tools-styles", + "title": "edicy-tools-styles" + }, + { + "content_type": "component", + "component": true, + "file": "components/edicy-tools-variables.tpl", + "layout_name": "edicy-tools-variables", + "title": "edicy-tools-variables" + }, { "content_type": "component", "component": true, @@ -99,9 +120,9 @@ { "content_type": "component", "component": true, - "file": "components/post-box-placeholder.tpl", - "layout_name": "post-box-placeholder", - "title": "post-box-placeholder" + "file": "components/comment-form.tpl", + "layout_name": "comment-form", + "title": "comment-form" }, { "content_type": "component", @@ -214,27 +235,6 @@ "file": "components/template-cs-table.tpl", "layout_name": "template-cs-table", "title": "template-cs-table" - }, - { - "content_type": "component", - "component": true, - "file": "components/comment-form.tpl", - "layout_name": "comment-form", - "title": "comment-form" - }, - { - "content_type": "component", - "component": true, - "file": "components/edicy-tools-styles.tpl", - "layout_name": "edicy-tools-styles", - "title": "edicy-tools-styles" - }, - { - "content_type": "component", - "component": true, - "file": "components/edicy-tools-variables.tpl", - "layout_name": "edicy-tools-variables", - "title": "edicy-tools-variables" } ], "assets": [ diff --git a/sources/components/custom-styles/template-cs-headings.scss b/sources/components/custom-styles/template-cs-headings.scss index 36153ce..d6410e4 100644 --- a/sources/components/custom-styles/template-cs-headings.scss +++ b/sources/components/custom-styles/template-cs-headings.scss @@ -242,7 +242,7 @@ "icon": "bold", "scope": "global" */ - --headings-subheading-font-weight: 300; + --headings-subheading-font-weight: 400; /* VoogStyle "pathI18n": ["headings", "subheading"],