@@ -100,6 +100,7 @@ public function getPresets() {
100100 'block ' => [
101101 'name ' => '{{ name }} ' ,
102102 'instructions ' => 'A {{ name }} logo cloud. ' ,
103+ 'icon ' => 'favorite-award ' ,
103104 'handle ' => '{{ handle }} ' ,
104105 ]
105106 ],
@@ -177,6 +178,7 @@ public function getPresets() {
177178 'block ' => [
178179 'name ' => 'Index content ' ,
179180 'instructions ' => 'Render the currently mounted entries if available. ' ,
181+ 'icon ' => 'file-content-list ' ,
180182 'handle ' => 'index_content ' ,
181183 ]
182184 ],
@@ -185,6 +187,7 @@ public function getPresets() {
185187 'block ' => [
186188 'name ' => '{{ name }} ' ,
187189 'instructions ' => 'List upcoming {{ name }}. ' ,
190+ 'icon ' => 'calendar-date ' ,
188191 'handle ' => '{{ handle }} ' ,
189192 ]
190193 ],
@@ -238,6 +241,7 @@ public function getPresets() {
238241 'block ' => [
239242 'name ' => 'FAQ ' ,
240243 'instructions ' => 'List frequently asked questions in an accordion. ' ,
244+ 'icon ' => 'alert-help-question ' ,
241245 'handle ' => 'faq ' ,
242246 ]
243247 ],
@@ -277,6 +281,7 @@ public function getPresets() {
277281 'block ' => [
278282 'name ' => 'Image credits ' ,
279283 'instructions ' => 'List images with their credits. ' ,
284+ 'icon ' => 'content-book-open ' ,
280285 'handle ' => 'image_credits ' ,
281286 ]
282287 ],
@@ -326,6 +331,7 @@ public function getPresets() {
326331 'type ' => 'update_article_sets ' ,
327332 'block ' => [
328333 'name ' => 'Invoke modal ' ,
334+ 'icon ' => 'alert-warning-exclamation-mark ' ,
329335 'handle ' => 'invoke_modal ' ,
330336 ]
331337 ],
@@ -403,6 +409,7 @@ public function getPresets() {
403409 'block ' => [
404410 'name ' => 'Index content ' ,
405411 'instructions ' => 'Render the currently mounted entries if available. ' ,
412+ 'icon ' => 'file-content-list ' ,
406413 'handle ' => 'index_content ' ,
407414 ]
408415 ],
@@ -411,6 +418,7 @@ public function getPresets() {
411418 'block ' => [
412419 'name ' => '{{ name }} ' ,
413420 'instructions ' => 'List the most recent {{ name }}. ' ,
421+ 'icon ' => 'share-mega-phone ' ,
414422 'handle ' => '{{ handle }} ' ,
415423 ]
416424 ],
@@ -499,6 +507,7 @@ public function getPresets() {
499507 'block ' => [
500508 'name ' => '{{ name }} ' ,
501509 'instructions ' => 'List {{ name }}. ' ,
510+ 'icon ' => 'user-multiple ' ,
502511 'handle ' => '{{ handle }} ' ,
503512 ]
504513 ],
@@ -581,6 +590,15 @@ public function getPresets() {
581590 'input ' => 'vacancies_collection.yaml.stub ' ,
582591 'output ' => 'content/collections/{{ handle }}.yaml '
583592 ],
593+ [
594+ 'type ' => 'update_page_builder ' ,
595+ 'block ' => [
596+ 'name ' => 'Index content ' ,
597+ 'instructions ' => 'Render the currently mounted entries if available. ' ,
598+ 'icon ' => 'file-content-list ' ,
599+ 'handle ' => 'index_content ' ,
600+ ]
601+ ],
584602 [
585603 'type ' => 'update_role ' ,
586604 'role ' => 'editor ' ,
0 commit comments