When I try to export a book, it only seems to export the book page, not the underlying pages.
Or am I missing something obvious?
Issue fork single_content_sync-3555027
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kartagisThe book page is a config entity, therefore can be exported with `drush cex`. In my experimenting, I was able to successfully export all the book nodes.
Comment #3
jvdkolk commented@kartagis: Thanks for your reply! But did your method include the book hiearchy, so in other words: where you able to automatically export and import the complete book + structure?
Comment #4
kartagisWhat do you mean by structure? Could you tell me the way to reproduce it?
Comment #5
jvdkolk commentedE.g*:
I want to be able to export/import the entire thing, in one big ZIP
*) Kudos to ChatGPT for this example book structure.
Comment #6
nginex commentedComment #8
nginex commentedComment #9
nginex commentedGoing to include this to a new release as it's based on latest changes from 1.4.x that are not yet released.
To test this, you just export all books node with drush or via UI with bulk action export content.
Comment #11
nginex commentedPlease create new issues for any reported bugs or improvements as this goes to new release
Comment #12
nginex commentedThis is now available in new release 1.4.14
Comment #14
jvdkolk commentedSuper, much thanks!