| @@ -2,10 +2,10 @@ | ||
| 2 | 2 | |
| 3 | 3 | // Wrapper/child units edited as one so both schemas ship; grow over time. |
| 4 | 4 | const COMBO_BLOCKS = new Set(['core/buttons', 'core/button']); |
| 5 | 5 | |
| 6 | -// Temporary ignore logos until we add template support | |
| 7 | -export const IGNORED_BLOCKS = new Set(['core/site-logo']); | |
| 6 | +// Blocks local-pick and schema-loading skip; empty today, kept as the seam. | |
| 7 | +export const IGNORED_BLOCKS = new Set([]); | |
| 8 | 8 | |
| 9 | 9 | // single/combo pin the selection's schema; multi ships the subtree's or narrows. |
| 10 | 10 | export const classifyBlockEdit = ({ block, root }) => { |
| 11 | 11 | if (!block?.blockType || IGNORED_BLOCKS.has(block.blockType)) |