Skip to content

feat: display column title in grid editor header#60

Open
erikfrerejean wants to merge 1 commit into6from
feature/column-title-display
Open

feat: display column title in grid editor header#60
erikfrerejean wants to merge 1 commit into6from
feature/column-title-display

Conversation

@erikfrerejean
Copy link
Copy Markdown
Member

Summary

  • Add <h4> title element to the ColumnBlock header, completing the heading hierarchy (Section <h2> → Row <h3> → Column <h4>)
  • Add corresponding SCSS styles matching the Row title pattern
  • Prepares for the upcoming default title generation branch

Test plan

  • All 425 JS tests pass
  • All 106 PHP unit tests pass
  • All 408 PHP integration tests pass
  • PHPStan analysis passes
  • Visual review: column title appears in editor between collapse toggle and width badge

Add an <h4> title element to the ColumnBlock header, matching the
heading hierarchy used by SectionBlock (h2) and RowBlock (h3).
Prepares for the upcoming default title generation branch.
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.

1 participant