Skip to content

Import entries as block content#12

Merged
cbravobernal merged 1 commit intomainfrom
10-block-content
May 9, 2026
Merged

Import entries as block content#12
cbravobernal merged 1 commit intomainfrom
10-block-content

Conversation

@cbravobernal
Copy link
Copy Markdown
Contributor

Summary

  • Serialize imported headings, paragraphs, and lists as Gutenberg block markup.
  • Append imported media as an Image block for one image or a Gallery block with nested Image blocks for multiple images.
  • Bump import schema to reprocess older completed imports on rerun.
  • Expand pure/wp-env fixture assertions for parseable blocks and image classes.

Radical Pipelines

  • spec-writer + spec-reviewer approved
  • plan-writer + plan-reviewer requested changes
  • plan-writer-2 + plan-reviewer-2 approved
  • implementer completed changes
  • code-reviewer approved

Verification

  • PHP lint excluding private/local paths
  • php tests/pure-helper-tests.php
  • WP_ENV_PORT=8898 wp-env ... tests/wp-env-import-sample.php passed
  • git diff --check

Fixes #10

@cbravobernal cbravobernal merged commit 39aca85 into main May 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Imports appears as a classic block

1 participant