Skip to content

Commit

Permalink
[Data Liberation] Add EPub to Blocks converter (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored Jan 9, 2025
1 parent a3efa1d commit b9b7fcc
Show file tree
Hide file tree
Showing 11 changed files with 525 additions and 3,141 deletions.
1 change: 1 addition & 0 deletions packages/playground/data-liberation/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@

require_once __DIR__ . '/src/entity-readers/WP_Entity_Reader.php';
require_once __DIR__ . '/src/entity-readers/WP_HTML_Entity_Reader.php';
require_once __DIR__ . '/src/entity-readers/WP_EPub_Entity_Reader.php';
require_once __DIR__ . '/src/entity-readers/WP_WXR_Entity_Reader.php';
require_once __DIR__ . '/src/entity-readers/WP_Directory_Tree_Entity_Reader.php';

Expand Down
Loading

0 comments on commit b9b7fcc

Please sign in to comment.