···77export * as PubLeafletBlocksIframe from './types/pub/leaflet/blocks/iframe.ts';
88export * as PubLeafletBlocksImage from './types/pub/leaflet/blocks/image.ts';
99export * as PubLeafletBlocksMath from './types/pub/leaflet/blocks/math.ts';
1010+export * as PubLeafletBlocksOrderedList from './types/pub/leaflet/blocks/orderedList.ts';
1011export * as PubLeafletBlocksPage from './types/pub/leaflet/blocks/page.ts';
1112export * as PubLeafletBlocksPoll from './types/pub/leaflet/blocks/poll.ts';
1213export * as PubLeafletBlocksText from './types/pub/leaflet/blocks/text.ts';
···1010import * as PubLeafletBlocksIframe from '../blocks/iframe.ts';
1111import * as PubLeafletBlocksImage from '../blocks/image.ts';
1212import * as PubLeafletBlocksMath from '../blocks/math.ts';
1313+import * as PubLeafletBlocksOrderedList from '../blocks/orderedList.ts';
1314import * as PubLeafletBlocksPage from '../blocks/page.ts';
1415import * as PubLeafletBlocksPoll from '../blocks/poll.ts';
1516import * as PubLeafletBlocksText from '../blocks/text.ts';
···2930 PubLeafletBlocksIframe.mainSchema,
3031 PubLeafletBlocksImage.mainSchema,
3132 PubLeafletBlocksMath.mainSchema,
3333+ PubLeafletBlocksOrderedList.mainSchema,
3234 PubLeafletBlocksPage.mainSchema,
3335 PubLeafletBlocksPoll.mainSchema,
3436 PubLeafletBlocksText.mainSchema,
···1010import * as PubLeafletBlocksIframe from '../blocks/iframe.ts';
1111import * as PubLeafletBlocksImage from '../blocks/image.ts';
1212import * as PubLeafletBlocksMath from '../blocks/math.ts';
1313+import * as PubLeafletBlocksOrderedList from '../blocks/orderedList.ts';
1314import * as PubLeafletBlocksPage from '../blocks/page.ts';
1415import * as PubLeafletBlocksPoll from '../blocks/poll.ts';
1516import * as PubLeafletBlocksText from '../blocks/text.ts';
···3435 PubLeafletBlocksIframe.mainSchema,
3536 PubLeafletBlocksImage.mainSchema,
3637 PubLeafletBlocksMath.mainSchema,
3838+ PubLeafletBlocksOrderedList.mainSchema,
3739 PubLeafletBlocksPage.mainSchema,
3840 PubLeafletBlocksPoll.mainSchema,
3941 PubLeafletBlocksText.mainSchema,