Skip to content

Commit eb04674

Browse files
YousefEDareknawo
authored andcommitted
start with lists
1 parent 4c34462 commit eb04674

File tree

2 files changed

+607
-3
lines changed

2 files changed

+607
-3
lines changed

packages/xl-odt-exporter/src/odt/defaultSchema/blocks.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ export const odtBlockMappingForDefaultSchema: BlockMapping<
131131
},
132132

133133
bulletListItem: (block, exporter) => (
134-
<TextList text:style-name="List_1">
134+
<TextList text:style-name="LFO1">
135135
<TextListItem>
136136
<TextP>{exporter.transformInlineContent(block.content)}</TextP>
137137
</TextListItem>
138138
</TextList>
139139
),
140140

141141
numberedListItem: (block, exporter) => (
142-
<TextList text:style-name="Numbering_1">
142+
<TextList text:style-name="LFO3">
143143
<TextListItem>
144144
<TextP>{exporter.transformInlineContent(block.content)}</TextP>
145145
</TextListItem>

0 commit comments

Comments
 (0)