| Col A | Col B | Col C |
|---|---|---|
| A1 | B1 | C1 |
| A2 | B2 | C2 |
Purpose:
Validate baseline block registration and static HTML save.
Expected Behavior
- Appears in inserter
- Can be inserted
- Can be Saved
- Renders static HTML on the front end
- No JS or PHP executed.
Block Requirements:
- block.json with save() returning static HTML
- No render.php
- No JS files
Pass/Fail Criteria:
- Block appears in editor
- Block Saves without error
- Front end shows expected HTML
Results:
- 6/18/26: Passes with Test 4 scaffolder baseline
