@@ -9,9 +9,27 @@ export const ActionListBlock: Block = {
99 label : "Section" ,
1010 fields : [
1111 { name : "sectionHeading" , label : "Section Heading" , type : "text" , required : false , localized : true , defaultValue : "Actions" } ,
12- { name : "sectionLayout" , label : "Section Layout" , type : "select" , required : true , defaultValue : "left" , options : [ { label : "Center" , value : "center" } , { label : "Left" , value : "left" } ] } ,
12+ {
13+ name : "sectionLayout" ,
14+ label : "Section Layout" ,
15+ type : "select" ,
16+ required : true ,
17+ defaultValue : "left" ,
18+ options : [
19+ { label : "Center" , value : "center" } ,
20+ { label : "Left" , value : "left" } ,
21+ ] ,
22+ } ,
1323 { name : "sectionDescription" , label : "Section Description" , type : "textarea" , required : false , localized : true , defaultValue : "Browse available actions and integrations." } ,
14- { name : "sectionLinkButton" , label : "Section Link Button" , type : "group" , fields : [ { name : "label" , type : "text" , required : false , localized : true } , { name : "url" , type : "text" , required : false } ] } ,
24+ {
25+ name : "sectionLinkButton" ,
26+ label : "Section Link Button" ,
27+ type : "group" ,
28+ fields : [
29+ { name : "label" , type : "text" , required : false , localized : true } ,
30+ { name : "url" , type : "text" , required : false } ,
31+ ] ,
32+ } ,
1533 ] ,
1634 } ,
1735 { name : "searchPlaceholder" , type : "text" , required : true , localized : true , defaultValue : "Search actions" } ,
0 commit comments