File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ export const HeaderProperties = {
3434 contentType : 'yfm' ,
3535 inputType : 'textarea' ,
3636 } ,
37+ additionalInfo : {
38+ type : 'string' ,
39+ contentType : 'yfm' ,
40+ inputType : 'textarea' ,
41+ } ,
3742 width : {
3843 type : 'string' ,
3944 enum : [ 's' , 'm' , 'l' ] ,
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export const blockHeaderTransformer = [
144144 parser : parseTitle ,
145145 } ,
146146 {
147- fields : [ 'description' , 'additionalInfo' ] ,
147+ fields : [ 'description' ] ,
148148 transformer : yfmTransformer ,
149149 } ,
150150] ;
@@ -353,7 +353,7 @@ export const config: BlocksConfig = {
353353 ] ,
354354 [ BlockType . HeaderBlock ] : [
355355 {
356- fields : [ 'description' ] ,
356+ fields : [ 'description' , 'additionalInfo' ] ,
357357 transformer : yfmTransformer ,
358358 } ,
359359 ] ,
You can’t perform that action at this time.
0 commit comments