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 = {
34
34
contentType : 'yfm' ,
35
35
inputType : 'textarea' ,
36
36
} ,
37
+ additionalInfo : {
38
+ type : 'string' ,
39
+ contentType : 'yfm' ,
40
+ inputType : 'textarea' ,
41
+ } ,
37
42
width : {
38
43
type : 'string' ,
39
44
enum : [ 's' , 'm' , 'l' ] ,
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export const blockHeaderTransformer = [
144
144
parser : parseTitle ,
145
145
} ,
146
146
{
147
- fields : [ 'description' , 'additionalInfo' ] ,
147
+ fields : [ 'description' ] ,
148
148
transformer : yfmTransformer ,
149
149
} ,
150
150
] ;
@@ -353,7 +353,7 @@ export const config: BlocksConfig = {
353
353
] ,
354
354
[ BlockType . HeaderBlock ] : [
355
355
{
356
- fields : [ 'description' ] ,
356
+ fields : [ 'description' , 'additionalInfo' ] ,
357
357
transformer : yfmTransformer ,
358
358
} ,
359
359
] ,
You can’t perform that action at this time.
0 commit comments