@@ -38,8 +38,7 @@ collections:
3838 - label : Content
3939 name : content
4040 widget : markdown
41- buttons :
42- [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
41+ buttons : [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
4342 editor_components : [image]
4443
4544 - label : Ground Rules
@@ -50,8 +49,7 @@ collections:
5049 - label : Content
5150 name : content
5251 widget : markdown
53- buttons :
54- [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
52+ buttons : [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
5553 editor_components : [image]
5654
5755 - label : How To
@@ -62,8 +60,7 @@ collections:
6260 - label : Content
6361 name : content
6462 widget : markdown
65- buttons :
66- [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
63+ buttons : [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
6764 editor_components : [image]
6865
6966 - label : Contributors
@@ -74,8 +71,7 @@ collections:
7471 - label : Content
7572 name : content
7673 widget : markdown
77- buttons :
78- [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
74+ buttons : [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
7975 editor_components : [image]
8076
8177 - label : Connect
@@ -87,8 +83,7 @@ collections:
8783 - label : Content
8884 name : content
8985 widget : markdown
90- buttons :
91- [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
86+ buttons : [heading-three, heading-four, bold, italic, link, bulleted-list, numbered-list]
9287 editor_components : [image]
9388
9489 - label : Planning
@@ -214,5 +209,5 @@ collections:
214209 summary : " {{fields.name}}"
215210 fields :
216211 - {label: Name, name: name, widget: string}
217- - {label: Link , name: link , widget: string}
218- - {label: Photo , name: photo , widget: image , required: false}
212+ - {label: Organization , name: organization , widget: string, required: false }
213+ - {label: Link , name: link , widget: string , required: false}
0 commit comments