Register of APB 2.1.0 incompatibilities, by-design constraints, and workarounds verified on the demo.

APB-DOCS-LIMITS

Every row below was verified on APB 2.1.0 / Drupal 11.4.x. “Product bug” means the fix belongs in an aero/* module repo, not in a site override. “By design” means the architecture will not change without an explicit product decision.

Register

SymptomCauseStatusWorkaround
Parents cannot nestHost field is a flat ERR listBy designSiblings, or placement into a region item
Sidebar placement hides foreverTheme prints locators only if sidebar_first has a blockTheme contractPlace a block, or do not request sidebar placement
Internal Placement 2 stays hiddenOne-pass JS; region later in the fieldBy design of placement JSPut the region parent earlier
Draft overlay JSON is publicParagraph::load() + paragraph.view does not follow host moderationProduct bugDo not put overlays on moderated nodes until fixed; 403 unpublished hosts in component JSON
Forward-draft overlay shows rewrite copy on the live URLJSON has no revision parameterProduct bugSame as above
Language-prefixed overlay JSON poisons the unprefixed URLCache omits languages:language_contentProduct bugRebuild caches; do not share overlay pages across languages until fixed
A new English parent appears on SpanishSymmetric host fieldBy designTranslate copy; or a future visibility field
Links/Feature box to /form/… or Contact 500sisTranslatable() on config entitiesProduct bugNode alias, webform_node, iframe, or raw HTML anchor
Underscore /form/{id} 404sWebform hyphenates its own aliasesWebform behaviorUse the hyphenated alias
Invalid container JSON is emittedCSS generator skips the widget validatorProduct gapAlways write lengths with units; opacity 0–1
Kitchen-sink edit form is ~1 MB / 2 sLegacy widget, edit mode openBy design of the editorSplit dense briefs across URLs
SVG logos rejectedInfinite logos image fieldComponent constraintRasterize to PNG
WOW does not animate relocated parentsOrchestrator inits WOW before placementRuntime orderDo not rely on fade-in for Top region / main-content moves