Table Test 4 – SSR plus JS

SSR Hybrid Block Test (SSR plus JS)
Column A Column B Column C
A1 B1 C1
A2 B2 C2
A3 B3 C3

Purpose:

Hybrid Block (SSR, JS, No Data)

Expected Behavior

  • PHP outputs HTML
  • JS attaches behavior (e.g. click handler)
  • Editor loads both PHP preview and JS
  • Frontend loads both

Block Requirements:

  • render.php outputs stable DOM
  • JS finds DOM node and attaches behavior
  • No data attributes yet

Pass/Fail Criteria:

  • Editor preview shows PHP HTML
  • JS behavior works in the editor
  • JS behavior works on frontend

Results:

  • 6/18/26: ?? with Test 4 scaffolder baseline