Skip to content

Commit 4c22a89

Browse files
authored
Merge pull request #11 from diesdasdigital/develop
Restructure blueprints
2 parents aad5826 + 3d81c5e commit 4c22a89

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

blueprints/seo.yml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ icon: search
44
columns:
55
basic_meta_main:
66
width: 2/3
7-
fields:
8-
basic_meta_fields: fields/basic_meta
7+
sections:
8+
basic_meta_section:
9+
type: fields
10+
fields:
11+
basic_meta_fields: fields/basic_meta
912
basic_meta_sidebar:
1013
width: 1/3
1114
sticky: true
@@ -15,8 +18,11 @@ columns:
1518
type: google_search_preview
1619
open_graph_main:
1720
width: 2/3
18-
fields:
19-
open_graph_fields: fields/open_graph
21+
sections:
22+
open_graph_section:
23+
type: fields
24+
fields:
25+
open_graph_fields: fields/open_graph
2026
open_graph_sidebar:
2127
width: 1/3
2228
sticky: true
@@ -26,8 +32,11 @@ columns:
2632
type: facebook_sharing_preview
2733
twitter_main:
2834
width: 2/3
29-
fields:
30-
twitter_fields: fields/twitter
35+
sections:
36+
twitter_section:
37+
type: fields
38+
fields:
39+
twitter_fields: fields/twitter
3140
twitter_sidebar:
3241
width: 1/3
3342
sticky: true
@@ -37,5 +46,8 @@ columns:
3746
type: twitter_card_preview
3847
robots_main:
3948
width: 2/3
40-
fields:
41-
robots_fields: fields/robots
49+
sections:
50+
robots_section:
51+
type: fields
52+
fields:
53+
robots_fields: fields/robots

0 commit comments

Comments
 (0)