PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Agent/lib/classify-block-edit.js +2 -2 3.1.43.2.1 View file →
@@ -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))