fix(cms): app editor — forms, arrays, site schema, and global sections - #4012
Merged
Conversation
Merge app catalog from store, manifest.blocks.apps, and decofile without manifestHasApp gate; resolve app schemas with btoa-safe base64 lookup and legacy resolveType aliases; fix Buffer crash in the browser. Co-authored-by: Cursor <cursoragent@cursor.com>
Render website/loaders/secret blocks in app forms, enable drag-to-reorder
on schema array fields, and map {{{name}}} array item titles to titleBy.
Co-authored-by: Cursor <cursoragent@cursor.com>
Index-based sortable ids broke dnd-kit reordering in app forms (e.g. site Routes Map). Match section-list stable entry ids + DragOverlay. Co-authored-by: Cursor <cursoragent@cursor.com>
PointerSensor on a nested button prevented reorder in schema arrays. Match SectionList: listeners on the row, stopPropagation on menu only. Co-authored-by: Cursor <cursoragent@cursor.com>
Match section list: cursor-pointer on hover, grabbing only while dragging. Co-authored-by: Cursor <cursoragent@cursor.com>
Enable breadcrumb navigation into array items, resolve flag-list anyOf schemas as arrays, and traverse deeper allOf chains so the Site app shows global/caching fields. Custom app icons align with logo rows, and Global Sections uses the same Add section gallery as the Sections tab. Co-authored-by: Cursor <cursoragent@cursor.com>
Correct breadcrumb navigation, avoid SchemaForm remounts on drill-down, hoist the section picker modal, share section creation logic, and flush site saves after adding global sections. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace invalid `{ anyOf: [] }` fixture with `{}` so LiveMeta satisfies
the manifest blocks type in decocms check.
Co-authored-by: Cursor <cursoragent@cursor.com>
decocms Bot
pushed a commit
that referenced
this pull request
Jun 19, 2026
PR: #4012 fix(cms): app editor — forms, arrays, site schema, and global sections Bump type: patch - decocms (apps/mesh/package.json): 3.36.2 -> 3.36.3 Deploy-Scope: web
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improves the CMS Content tab app editor and Site settings form:
anyOf(e.g. app flag lists), increasesallOftraversal depth so Site app exposes Global Sections, Caching, etc., and resolves Tanstack app schemas from base64 keys.globalarray.Test plan
bun testforapp-catalog,resolve-schema,schema-form-breadcrumb,section-array-field